Status: Pass 205 Failure 8 Skip 9
Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
setUpClass (tempest.api.volume.test_volumes_snapshots_list | 1 | 0 | 1 | 0 | 0 | Detail | |
VolumesSnapshotListTestJSON) |
fail
ft1.1: setUpClass (tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 168, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 161, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots_list.py", line 36, in resource_setup snapshot = cls.create_snapshot(volume_origin['id']) File "/opt/stack/tempest/tempest/api/volume/base.py", line 146, in create_snapshot waiters.wait_for_volume_resource_status(cls.snapshots_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 305, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: snapshot 000a4b87-95e1-4195-920a-b19af3ea5aa4 failed to build and is in ERROR status |
||||||
tearDownClass (tempest.api.compute.servers.test_server_rescue_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerRescueNegativeTestJSON) |
fail
ft2.1: tearDownClass (tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 220, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 192, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 602, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: (<class 'urllib3.exceptions.MaxRetryError'>, MaxRetryError('HTTPConnectionPool(host=\'10.222.0.69\', port=80): Max retries exceeded with url: /compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9 (Caused by ReadTimeoutError("HTTPConnectionPool(host=\'10.222.0.69\', port=80): Read timed out. (read timeout=60)"))'), <traceback object at 0x7f3680a38a80>) |
||||||
tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON | 2 | 1 | 1 | 0 | 0 | Detail | |
test_rescued_vm_attach_volume[id-d0ccac79-0091-4cf4-a1ce-26162d0cc55f,negative,volume] |
pass
pt3.1: tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume[id-d0ccac79-0091-4cf4-a1ce-26162d0cc55f,negative,volume] |
||||||
test_rescued_vm_detach_volume[id-f56e465b-fe10-48bf-b75d-646cda3a8bc9,negative,volume] |
fail
ft3.2: tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume[id-f56e465b-fe10-48bf-b75d-646cda3a8bc9,negative,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-20 19:26:50,981 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes 0.364s 2022-07-20 19:26:50,981 118448 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-ServerRescueNegativeTestJSON-volume-235224069"}} Response - Headers: {'date': 'Wed, 20 Jul 2022 19:26:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18005115-111a-49b9-9da5-64ad6b5c5ca8', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18005115-111a-49b9-9da5-64ad6b5c5ca8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:50.881791", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-20 19:26:51,055 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.067s 2022-07-20 19:26:51,055 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:26:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52fbaf7e-feae-47d8-bda1-ce6122931f1b', 'content-length': '895', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52fbaf7e-feae-47d8-bda1-ce6122931f1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:26:52,106 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.041s 2022-07-20 19:26:52,106 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:26:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-243950e1-0a01-4cea-8a41-d23340d43fec', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-243950e1-0a01-4cea-8a41-d23340d43fec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:26:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:26:53,158 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.045s 2022-07-20 19:26:53,159 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:26:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2bd2b0a-e07e-4155-b541-330266b87231', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2bd2b0a-e07e-4155-b541-330266b87231', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:26:51.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:26:54,207 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.041s 2022-07-20 19:26:54,207 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:26:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f32d7c4-c7ae-4f87-ba55-3b8f55e0b9a4', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f32d7c4-c7ae-4f87-ba55-3b8f55e0b9a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:26:53.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:26:54,214 118448 INFO [tempest.common.waiters] volume 3f863e38-7194-48e4-b7c8-6f8d7038ecdd reached available after waiting for 3.214336 seconds 2022-07-20 19:26:54,215 118448 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-07-20 19:26:55,293 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 POST http://10.222.0.69/compute/v2.1/os-keypairs 1.075s 2022-07-20 19:26:55,293 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-2006040141", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMOX0mbEqMOdj9cmUdMqoTMNSFYr1st1vIkYVU+VNmlq0VT6whsY3pyagwY3F/2/ondcl8JvRbuSjxpW1GQvpIo4Fza+hTXL1YI/9Ef9L6obXnwa+CmUKInxnmqjzRcDtQ=="}} Response - Headers: {'date': 'Wed, 20 Jul 2022 19:26:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-65e5db4a-4096-4678-85e6-a84a4b05c96b', 'x-compute-request-id': 'req-65e5db4a-4096-4678-85e6-a84a4b05c96b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-2006040141", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMOX0mbEqMOdj9cmUdMqoTMNSFYr1st1vIkYVU+VNmlq0VT6whsY3pyagwY3F/2/ondcl8JvRbuSjxpW1GQvpIo4Fza+hTXL1YI/9Ef9L6obXnwa+CmUKInxnmqjzRcDtQ==", "fingerprint": "8b:da:f4:c8:6d:27:05:ae:ec:86:ba:86:4c:d5:4f:f0", "user_id": "9192f2842ca044f08e5f95f98f2e1b88"}}' 2022-07-20 19:26:55,295 118448 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2006040141 created 2022-07-20 19:26:55,486 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://10.222.0.69:9696/v2.0/security-groups 0.190s 2022-07-20 19:26:55,486 118448 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--1224328016", "description": "tempest-description--1740690428"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-8624ce40-ab05-45b6-8865-b1b08a4b19f8', 'date': 'Wed, 20 Jul 2022 19:26:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.69:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "bcce0ab7-d3fd-4eaa-9999-f219595fa44b", "name": "tempest-securitygroup--1224328016", "stateful": true, "tenant_id": "8821facab6ed48588d9d484b5e3d98ba", "description": "tempest-description--1740690428", "shared": false, "security_group_rules": [{"id": "7b66666e-5fb9-4bd1-97e0-ee6845d6733d", "tenant_id": "8821facab6ed48588d9d484b5e3d98ba", "security_group_id": "bcce0ab7-d3fd-4eaa-9999-f219595fa44b", "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": 382, "description": null, "tags": [], "created_at": "2022-07-20T19:26:55Z", "updated_at": "2022-07-20T19:26:55Z", "revision_number": 0, "project_id": "8821facab6ed48588d9d484b5e3d98ba"}, {"id": "a63b2dac-538d-427b-b4ae-be2ee7262fc5", "tenant_id": "8821facab6ed48588d9d484b5e3d98ba", "security_group_id": "bcce0ab7-d3fd-4eaa-9999-f219595fa44b", "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": 381, "description": null, "tags": [], "created_at": "2022-07-20T19:26:55Z", "updated_at": "2022-07-20T19:26:55Z", "revision_number": 0, "project_id": "8821facab6ed48588d9d484b5e3d98ba"}], "tags": [], "created_at": "2022-07-20T19:26:55Z", "updated_at": "2022-07-20T19:26:55Z", "revision_number": 1, "project_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:26:55,681 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://10.222.0.69:9696/v2.0/security-group-rules 0.194s 2022-07-20 19:26:55,682 118448 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": "bcce0ab7-d3fd-4eaa-9999-f219595fa44b", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-4901c355-09dc-49fa-9a7a-01c857921c69', 'date': 'Wed, 20 Jul 2022 19:26:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.69:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8011852c-4074-4ba8-8dbc-9ac8aa3ba2a2", "tenant_id": "8821facab6ed48588d9d484b5e3d98ba", "security_group_id": "bcce0ab7-d3fd-4eaa-9999-f219595fa44b", "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, "description": "", "created_at": "2022-07-20T19:26:55Z", "updated_at": "2022-07-20T19:26:55Z", "revision_number": 0, "project_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:26:55,846 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://10.222.0.69:9696/v2.0/security-group-rules 0.164s 2022-07-20 19:26:55,847 118448 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": "bcce0ab7-d3fd-4eaa-9999-f219595fa44b", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-aa423106-9cd4-46f5-8a39-6afa1aeec029', 'date': 'Wed, 20 Jul 2022 19:26:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.69:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a470ccf4-bcc1-4234-92fe-5121de975dd6", "tenant_id": "8821facab6ed48588d9d484b5e3d98ba", "security_group_id": "bcce0ab7-d3fd-4eaa-9999-f219595fa44b", "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, "description": "", "created_at": "2022-07-20T19:26:55Z", "updated_at": "2022-07-20T19:26:55Z", "revision_number": 0, "project_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:26:55,847 118448 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1224328016 created 2022-07-20 19:26:56,726 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://10.222.0.69:9696/v2.0/floatingips 0.878s 2022-07-20 19:26:56,726 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "3b9b3845-e7a3-4fdb-922e-b518798baca8"}} Response - Headers: {'content-type': 'application/json', 'content-length': '494', 'x-openstack-request-id': 'req-893ee475-7db0-4e17-bcd1-1f824e90fc57', 'date': 'Wed, 20 Jul 2022 19:26:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.69:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "85bafac1-9cfc-48fd-a9d8-e194bd282cb5", "tenant_id": "8821facab6ed48588d9d484b5e3d98ba", "floating_ip_address": "172.27.1.105", "floating_network_id": "3b9b3845-e7a3-4fdb-922e-b518798baca8", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "8821facab6ed48588d9d484b5e3d98ba", "description": "", "port_details": null, "tags": [], "created_at": "2022-07-20T19:26:56Z", "updated_at": "2022-07-20T19:26:56Z", "revision_number": 0}}' 2022-07-20 19:26:56,727 118448 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '85bafac1-9cfc-48fd-a9d8-e194bd282cb5', 'tenant_id': '8821facab6ed48588d9d484b5e3d98ba', 'floating_ip_address': '172.27.1.105', 'floating_network_id': '3b9b3845-e7a3-4fdb-922e-b518798baca8', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '8821facab6ed48588d9d484b5e3d98ba', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-07-20T19:26:56Z', 'updated_at': '2022-07-20T19:26:56Z', 'revision_number': 0, 'ip': '172.27.1.105'} created 2022-07-20 19:26:56,825 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 201 POST http://10.222.0.69/identity/v3/auth/tokens 0.091s 2022-07-20 19:26:56,825 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 20 Jul 2022 19:26:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3260', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-33cde412-1f84-4719-b1eb-64c3dba28485', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.69/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "9192f2842ca044f08e5f95f98f2e1b88", "name": "tempest-ServerRescueNegativeTestJSON-1121196344-project", "password_expires_at": null}, "audit_ids": ["djT7WROHRl-65t2htc7AuA"], "expires_at": "2022-07-20T20:26:56.000000Z", "issued_at": "2022-07-20T19:26:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8821facab6ed48588d9d484b5e3d98ba", "name": "tempest-ServerRescueNegativeTestJSON-1121196344"}, "is_domain": false, "roles": [{"id": "997417d78f914e27958b852313dcae0e", "name": "reader"}, {"id": "91f9d5c6716547c18da989bf327f6aca", "name": "member"}], "catalog": [{"endpoints": [{"id": "181c0ca6ec904c52b8b351f03fb780e4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba", "region": "RegionOne"}], "id": "3fbf60cbc94448cfad5481ee2a11ebda", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "71b5fdc86fe04c28a9c79a76f37c89af", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba", "region": "RegionOne"}], "id": "432440190a1d4613b9e8de425f523628", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "c7649afba0b64502990d9cf6f81ec35b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.69/compute/v2.1", "region": "RegionOne"}], "id": "5cfe7aa1008c4cac9a1301de1484a76d", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "68abffc301a34944a858b1e8a91dcc17", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.69/identity", "region": "RegionOne"}], "id": "6063f4da01dc408a95887ebde190cf89", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1cf38f75c841415d8220a2a62e5b8b3f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.69/image", "region": "RegionOne"}], "id": "73e6e3153cb9413895f2855934cebf35", "type": "image", "name": "glance"}, {"endpoints": [{"id": "87c22bc4e4e2402d9ad10640193ef825", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.69/placement", "region": "RegionOne"}], "id": "83576299d09e4da1abeca4dcaa4a189d", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "49645b8e3e1d4494ac65c2bb256e5246", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.69:9696/", "region": "RegionOne"}], "id": "8ab257c2ba3d4ae89f346631a207302b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "27990a0ca6a0472f92355c718739eaf1", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.69:8080/v1/AUTH_8821facab6ed48588d9d484b5e3d98ba", "region": "RegionOne"}, {"id": "54f61614484348819cba27996ef1971c", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.69:8080", "region": "RegionOne"}], "id": "c1d906f25dc0453d89b7b975a79137c9", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "a8199c45947e47e0a3dd50f1b2118190", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.69/compute/v2/8821facab6ed48588d9d484b5e3d98ba", "region": "RegionOne"}], "id": "e5774141a451493bb458c52931172eaf", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-07-20 19:26:56,826 118448 INFO [tempest.lib.common.fixed_network] (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume) Found network {'id': 'aef5723e-1807-4eb3-b101-2d519a5b7765', 'name': 'tempest-ServerRescueNegativeTestJSON-258428286-network', 'tenant_id': '8821facab6ed48588d9d484b5e3d98ba', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '8821facab6ed48588d9d484b5e3d98ba', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 893, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-07-20T19:23:35Z', 'updated_at': '2022-07-20T19:23:35Z', 'revision_number': 1} available for tenant 2022-07-20 19:26:56,826 118448 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-2006040141', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMOX0mbEqMOdj9cmUdMqoTMNSFYr1st1vIkYVU+VNmlq0VT6whsY3pyagwY3F/2/ondcl8JvRbuSjxpW1GQvpIo4Fza+hTXL1YI/9Ef9L6obXnwa+CmUKInxnmqjzRcDtQ==', 'fingerprint': '8b:da:f4:c8:6d:27:05:ae:ec:86:ba:86:4c:d5:4f:f0', 'user_id': '9192f2842ca044f08e5f95f98f2e1b88', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAQ7W05Q3YHcxaBmDBpZz2ac6ta45Qp1LVcGKRGrkso3pD5J8ifnNpD\n+ALbqLx+CrSgBwYFK4EEACKhZANiAATDl9JmxKjDnY/XJlHTKqEzDUhWK9bLdbyJ\nGFVPlTZpatFU+sIbGN6cmoMGNxf9v6J3XJfCb0W7ko8aVtRkL6SKOBc2voU1y9WC\nP/RH/S+qG158GvgplCiJ8Z5qo80XA7U=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'bcce0ab7-d3fd-4eaa-9999-f219595fa44b', 'name': 'tempest-securitygroup--1224328016', 'stateful': True, 'tenant_id': '8821facab6ed48588d9d484b5e3d98ba', 'description': 'tempest-description--1740690428', 'shared': False, 'security_group_rules': [{'id': '7b66666e-5fb9-4bd1-97e0-ee6845d6733d', 'tenant_id': '8821facab6ed48588d9d484b5e3d98ba', 'security_group_id': 'bcce0ab7-d3fd-4eaa-9999-f219595fa44b', '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': 382, 'description': None, 'tags': [], 'created_at': '2022-07-20T19:26:55Z', 'updated_at': '2022-07-20T19:26:55Z', 'revision_number': 0, 'project_id': '8821facab6ed48588d9d484b5e3d98ba'}, {'id': 'a63b2dac-538d-427b-b4ae-be2ee7262fc5', 'tenant_id': '8821facab6ed48588d9d484b5e3d98ba', 'security_group_id': 'bcce0ab7-d3fd-4eaa-9999-f219595fa44b', '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': 381, 'description': None, 'tags': [], 'created_at': '2022-07-20T19:26:55Z', 'updated_at': '2022-07-20T19:26:55Z', 'revision_number': 0, 'project_id': '8821facab6ed48588d9d484b5e3d98ba'}], 'tags': [], 'created_at': '2022-07-20T19:26:55Z', 'updated_at': '2022-07-20T19:26:55Z', 'revision_number': 1, 'project_id': '8821facab6ed48588d9d484b5e3d98ba'}, 'floating_ip': {'id': '85bafac1-9cfc-48fd-a9d8-e194bd282cb5', 'tenant_id': '8821facab6ed48588d9d484b5e3d98ba', 'floating_ip_address': '172.27.1.105', 'floating_network_id': '3b9b3845-e7a3-4fdb-922e-b518798baca8', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '8821facab6ed48588d9d484b5e3d98ba', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-07-20T19:26:56Z', 'updated_at': '2022-07-20T19:26:56Z', 'revision_number': 0, 'ip': '172.27.1.105'}} 2022-07-20 19:26:57,577 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://10.222.0.69/compute/v2.1/servers 0.749s 2022-07-20 19:26:57,578 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-ServerRescueNegativeTestJSON-server-808703377", "imageRef": "59575804-e013-4dec-af24-b6c2dbbce73a", "flavorRef": "452", "adminPass": "R0*fo#A!tkWCWDk", "networks": [{"uuid": "aef5723e-1807-4eb3-b101-2d519a5b7765"}], "security_groups": [{"name": "tempest-securitygroup--1224328016"}], "key_name": "tempest-keypair-2006040141", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 20 Jul 2022 19:26:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '409', 'location': 'http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b62d65e5-d791-4542-8619-726f5a3c39df', 'x-compute-request-id': 'req-b62d65e5-d791-4542-8619-726f5a3c39df', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.69/compute/v2.1/servers'} Body: b'{"server": {"id": "2b8da868-71d1-49ad-be95-25d0a41393e9", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/2b8da868-71d1-49ad-be95-25d0a41393e9"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1224328016"}], "adminPass": "R0*fo#A!tkWCWDk"}}' 2022-07-20 19:26:57,664 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9 0.084s 2022-07-20 19:26:57,665 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:26:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1245', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fffd5ecb-4bd3-420f-a951-038b02d2e195', 'x-compute-request-id': 'req-fffd5ecb-4bd3-420f-a951-038b02d2e195', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9'} Body: b'{"server": {"id": "2b8da868-71d1-49ad-be95-25d0a41393e9", "name": "tempest-ServerRescueNegativeTestJSON-server-808703377", "status": "BUILD", "tenant_id": "8821facab6ed48588d9d484b5e3d98ba", "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:26:58Z", "updated": "2022-07-20T19:26:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/2b8da868-71d1-49ad-be95-25d0a41393e9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-2006040141", "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": []}}' 2022-07-20 19:26:58,767 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9 0.094s 2022-07-20 19:26:58,768 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:26:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1297', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e34cc29e-cf00-4148-8a90-27c3182773c0', 'x-compute-request-id': 'req-e34cc29e-cf00-4148-8a90-27c3182773c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9'} Body: b'{"server": {"id": "2b8da868-71d1-49ad-be95-25d0a41393e9", "name": "tempest-ServerRescueNegativeTestJSON-server-808703377", "status": "BUILD", "tenant_id": "8821facab6ed48588d9d484b5e3d98ba", "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "metadata": {}, "hostId": "80dd142bbf7e34f0e11e6349ecd7f68753ba0f71fc7b96379eaf908a", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:26:57Z", "updated": "2022-07-20T19:26:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/2b8da868-71d1-49ad-be95-25d0a41393e9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006040141", "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": []}}' 2022-07-20 19:26:58,775 118448 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2022-07-20 19:26:59,939 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9 0.162s 2022-07-20 19:26:59,939 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:26:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a02ce92-68ce-4752-9ab2-d7f60574eb5e', 'x-compute-request-id': 'req-2a02ce92-68ce-4752-9ab2-d7f60574eb5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9'} Body: b'{"server": {"id": "2b8da868-71d1-49ad-be95-25d0a41393e9", "name": "tempest-ServerRescueNegativeTestJSON-server-808703377", "status": "BUILD", "tenant_id": "8821facab6ed48588d9d484b5e3d98ba", "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "metadata": {}, "hostId": "80dd142bbf7e34f0e11e6349ecd7f68753ba0f71fc7b96379eaf908a", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:26:57Z", "updated": "2022-07-20T19:26:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/2b8da868-71d1-49ad-be95-25d0a41393e9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006040141", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1224328016"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:26:59,946 118448 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 2 second wait 2022-07-20 19:27:01,126 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9 0.179s 2022-07-20 19:27:01,127 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:27:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-507fccf4-321e-4d5a-8d17-3cae2440597f', 'x-compute-request-id': 'req-507fccf4-321e-4d5a-8d17-3cae2440597f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9'} Body: b'{"server": {"id": "2b8da868-71d1-49ad-be95-25d0a41393e9", "name": "tempest-ServerRescueNegativeTestJSON-server-808703377", "status": "BUILD", "tenant_id": "8821facab6ed48588d9d484b5e3d98ba", "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "metadata": {}, "hostId": "80dd142bbf7e34f0e11e6349ecd7f68753ba0f71fc7b96379eaf908a", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:26:57Z", "updated": "2022-07-20T19:26:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/2b8da868-71d1-49ad-be95-25d0a41393e9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006040141", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1224328016"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:27:02,293 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9 0.158s 2022-07-20 19:27:02,293 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:27:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9bf03392-b561-44e4-b47f-2a4ab027f6a6', 'x-compute-request-id': 'req-9bf03392-b561-44e4-b47f-2a4ab027f6a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9'} Body: b'{"server": {"id": "2b8da868-71d1-49ad-be95-25d0a41393e9", "name": "tempest-ServerRescueNegativeTestJSON-server-808703377", "status": "BUILD", "tenant_id": "8821facab6ed48588d9d484b5e3d98ba", "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "metadata": {}, "hostId": "80dd142bbf7e34f0e11e6349ecd7f68753ba0f71fc7b96379eaf908a", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:26:57Z", "updated": "2022-07-20T19:26:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/2b8da868-71d1-49ad-be95-25d0a41393e9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006040141", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1224328016"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:27:03,466 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9 0.164s 2022-07-20 19:27:03,466 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:27:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1456d9f5-6e14-41be-b247-741b30204b05', 'x-compute-request-id': 'req-1456d9f5-6e14-41be-b247-741b30204b05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9'} Body: b'{"server": {"id": "2b8da868-71d1-49ad-be95-25d0a41393e9", "name": "tempest-ServerRescueNegativeTestJSON-server-808703377", "status": "BUILD", "tenant_id": "8821facab6ed48588d9d484b5e3d98ba", "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "metadata": {}, "hostId": "80dd142bbf7e34f0e11e6349ecd7f68753ba0f71fc7b96379eaf908a", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:26:57Z", "updated": "2022-07-20T19:26:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/2b8da868-71d1-49ad-be95-25d0a41393e9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006040141", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1224328016"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:27:04,633 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9 0.158s 2022-07-20 19:27:04,634 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:27:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8ce609ba-036a-42b7-930a-519d5d9d4605', 'x-compute-request-id': 'req-8ce609ba-036a-42b7-930a-519d5d9d4605', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9'} Body: b'{"server": {"id": "2b8da868-71d1-49ad-be95-25d0a41393e9", "name": "tempest-ServerRescueNegativeTestJSON-server-808703377", "status": "BUILD", "tenant_id": "8821facab6ed48588d9d484b5e3d98ba", "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "metadata": {}, "hostId": "80dd142bbf7e34f0e11e6349ecd7f68753ba0f71fc7b96379eaf908a", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:26:57Z", "updated": "2022-07-20T19:26:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/2b8da868-71d1-49ad-be95-25d0a41393e9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006040141", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1224328016"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:27:05,802 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9 0.159s 2022-07-20 19:27:05,803 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:27:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e6b8ccf-d06b-42d2-92ce-d0462b1ff518', 'x-compute-request-id': 'req-4e6b8ccf-d06b-42d2-92ce-d0462b1ff518', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9'} Body: b'{"server": {"id": "2b8da868-71d1-49ad-be95-25d0a41393e9", "name": "tempest-ServerRescueNegativeTestJSON-server-808703377", "status": "BUILD", "tenant_id": "8821facab6ed48588d9d484b5e3d98ba", "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "metadata": {}, "hostId": "80dd142bbf7e34f0e11e6349ecd7f68753ba0f71fc7b96379eaf908a", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:26:57Z", "updated": "2022-07-20T19:26:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/2b8da868-71d1-49ad-be95-25d0a41393e9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006040141", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1224328016"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:27:06,975 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9 0.163s 2022-07-20 19:27:06,975 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:27:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6ec88e6-3635-4dc4-b356-9de9ff9e9f0d', 'x-compute-request-id': 'req-d6ec88e6-3635-4dc4-b356-9de9ff9e9f0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9'} Body: b'{"server": {"id": "2b8da868-71d1-49ad-be95-25d0a41393e9", "name": "tempest-ServerRescueNegativeTestJSON-server-808703377", "status": "BUILD", "tenant_id": "8821facab6ed48588d9d484b5e3d98ba", "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "metadata": {}, "hostId": "80dd142bbf7e34f0e11e6349ecd7f68753ba0f71fc7b96379eaf908a", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:26:57Z", "updated": "2022-07-20T19:26:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/2b8da868-71d1-49ad-be95-25d0a41393e9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006040141", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1224328016"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:27:08,145 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9 0.161s 2022-07-20 19:27:08,146 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:27:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d144b1fa-4fb9-4ef6-9f2f-93fa096ff330', 'x-compute-request-id': 'req-d144b1fa-4fb9-4ef6-9f2f-93fa096ff330', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9'} Body: b'{"server": {"id": "2b8da868-71d1-49ad-be95-25d0a41393e9", "name": "tempest-ServerRescueNegativeTestJSON-server-808703377", "status": "BUILD", "tenant_id": "8821facab6ed48588d9d484b5e3d98ba", "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "metadata": {}, "hostId": "80dd142bbf7e34f0e11e6349ecd7f68753ba0f71fc7b96379eaf908a", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:26:57Z", "updated": "2022-07-20T19:26:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/2b8da868-71d1-49ad-be95-25d0a41393e9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006040141", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1224328016"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:27:09,313 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9 0.159s 2022-07-20 19:27:09,314 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:27:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9527644b-80ae-43d7-86f4-f8e322ba5a34', 'x-compute-request-id': 'req-9527644b-80ae-43d7-86f4-f8e322ba5a34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9'} Body: b'{"server": {"id": "2b8da868-71d1-49ad-be95-25d0a41393e9", "name": "tempest-ServerRescueNegativeTestJSON-server-808703377", "status": "BUILD", "tenant_id": "8821facab6ed48588d9d484b5e3d98ba", "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "metadata": {}, "hostId": "80dd142bbf7e34f0e11e6349ecd7f68753ba0f71fc7b96379eaf908a", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:26:57Z", "updated": "2022-07-20T19:26:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/2b8da868-71d1-49ad-be95-25d0a41393e9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006040141", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1224328016"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:27:10,500 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9 0.178s 2022-07-20 19:27:10,501 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:27:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2bd8129f-4662-4776-85cb-824f6efed48b', 'x-compute-request-id': 'req-2bd8129f-4662-4776-85cb-824f6efed48b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9'} Body: b'{"server": {"id": "2b8da868-71d1-49ad-be95-25d0a41393e9", "name": "tempest-ServerRescueNegativeTestJSON-server-808703377", "status": "BUILD", "tenant_id": "8821facab6ed48588d9d484b5e3d98ba", "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "metadata": {}, "hostId": "80dd142bbf7e34f0e11e6349ecd7f68753ba0f71fc7b96379eaf908a", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:26:57Z", "updated": "2022-07-20T19:26:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/2b8da868-71d1-49ad-be95-25d0a41393e9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006040141", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1224328016"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:27:11,675 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9 0.164s 2022-07-20 19:27:11,676 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:27:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-58c0883b-cfab-4fa7-905e-5f10b4772735', 'x-compute-request-id': 'req-58c0883b-cfab-4fa7-905e-5f10b4772735', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9'} Body: b'{"server": {"id": "2b8da868-71d1-49ad-be95-25d0a41393e9", "name": "tempest-ServerRescueNegativeTestJSON-server-808703377", "status": "BUILD", "tenant_id": "8821facab6ed48588d9d484b5e3d98ba", "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "metadata": {}, "hostId": "80dd142bbf7e34f0e11e6349ecd7f68753ba0f71fc7b96379eaf908a", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:26:57Z", "updated": "2022-07-20T19:26:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/2b8da868-71d1-49ad-be95-25d0a41393e9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006040141", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1224328016"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:27:12,842 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9 0.158s 2022-07-20 19:27:12,843 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:27:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a123980-84da-4ebd-a891-ac26820a0292', 'x-compute-request-id': 'req-7a123980-84da-4ebd-a891-ac26820a0292', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9'} Body: b'{"server": {"id": "2b8da868-71d1-49ad-be95-25d0a41393e9", "name": "tempest-ServerRescueNegativeTestJSON-server-808703377", "status": "BUILD", "tenant_id": "8821facab6ed48588d9d484b5e3d98ba", "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "metadata": {}, "hostId": "80dd142bbf7e34f0e11e6349ecd7f68753ba0f71fc7b96379eaf908a", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:26:57Z", "updated": "2022-07-20T19:26:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/2b8da868-71d1-49ad-be95-25d0a41393e9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006040141", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1224328016"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:27:14,016 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9 0.164s 2022-07-20 19:27:14,016 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:27:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e44c25e-a7b0-443b-b8dd-984d3cd25026', 'x-compute-request-id': 'req-8e44c25e-a7b0-443b-b8dd-984d3cd25026', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9'} Body: b'{"server": {"id": "2b8da868-71d1-49ad-be95-25d0a41393e9", "name": "tempest-ServerRescueNegativeTestJSON-server-808703377", "status": "BUILD", "tenant_id": "8821facab6ed48588d9d484b5e3d98ba", "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "metadata": {}, "hostId": "80dd142bbf7e34f0e11e6349ecd7f68753ba0f71fc7b96379eaf908a", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:26:57Z", "updated": "2022-07-20T19:26:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/2b8da868-71d1-49ad-be95-25d0a41393e9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006040141", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1224328016"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:27:15,188 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9 0.163s 2022-07-20 19:27:15,188 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:27:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86734bdc-81b7-4e62-bad2-77448c4268a3', 'x-compute-request-id': 'req-86734bdc-81b7-4e62-bad2-77448c4268a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9'} Body: b'{"server": {"id": "2b8da868-71d1-49ad-be95-25d0a41393e9", "name": "tempest-ServerRescueNegativeTestJSON-server-808703377", "status": "BUILD", "tenant_id": "8821facab6ed48588d9d484b5e3d98ba", "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "metadata": {}, "hostId": "80dd142bbf7e34f0e11e6349ecd7f68753ba0f71fc7b96379eaf908a", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:26:57Z", "updated": "2022-07-20T19:26:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/2b8da868-71d1-49ad-be95-25d0a41393e9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006040141", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1224328016"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:27:16,356 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9 0.159s 2022-07-20 19:27:16,356 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:27:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-318a541a-85f7-4ed4-b92a-2b07b6dfdd87', 'x-compute-request-id': 'req-318a541a-85f7-4ed4-b92a-2b07b6dfdd87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9'} Body: b'{"server": {"id": "2b8da868-71d1-49ad-be95-25d0a41393e9", "name": "tempest-ServerRescueNegativeTestJSON-server-808703377", "status": "BUILD", "tenant_id": "8821facab6ed48588d9d484b5e3d98ba", "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "metadata": {}, "hostId": "80dd142bbf7e34f0e11e6349ecd7f68753ba0f71fc7b96379eaf908a", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:26:57Z", "updated": "2022-07-20T19:26:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/2b8da868-71d1-49ad-be95-25d0a41393e9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006040141", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1224328016"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:27:17,524 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9 0.159s 2022-07-20 19:27:17,525 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:27:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c610ca7b-6ebe-4899-8f89-081c64538b71', 'x-compute-request-id': 'req-c610ca7b-6ebe-4899-8f89-081c64538b71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9'} Body: b'{"server": {"id": "2b8da868-71d1-49ad-be95-25d0a41393e9", "name": "tempest-ServerRescueNegativeTestJSON-server-808703377", "status": "BUILD", "tenant_id": "8821facab6ed48588d9d484b5e3d98ba", "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "metadata": {}, "hostId": "80dd142bbf7e34f0e11e6349ecd7f68753ba0f71fc7b96379eaf908a", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:26:57Z", "updated": "2022-07-20T19:26:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/2b8da868-71d1-49ad-be95-25d0a41393e9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006040141", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1224328016"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:27:18,692 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9 0.158s 2022-07-20 19:27:18,692 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:27:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9341c9c0-b1cd-4767-8dbf-49c079c4f683', 'x-compute-request-id': 'req-9341c9c0-b1cd-4767-8dbf-49c079c4f683', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9'} Body: b'{"server": {"id": "2b8da868-71d1-49ad-be95-25d0a41393e9", "name": "tempest-ServerRescueNegativeTestJSON-server-808703377", "status": "BUILD", "tenant_id": "8821facab6ed48588d9d484b5e3d98ba", "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "metadata": {}, "hostId": "80dd142bbf7e34f0e11e6349ecd7f68753ba0f71fc7b96379eaf908a", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:26:57Z", "updated": "2022-07-20T19:26:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/2b8da868-71d1-49ad-be95-25d0a41393e9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006040141", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1224328016"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:27:19,862 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9 0.161s 2022-07-20 19:27:19,862 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:27:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e86b940d-d849-48ba-8502-804d20f5b9b7', 'x-compute-request-id': 'req-e86b940d-d849-48ba-8502-804d20f5b9b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9'} Body: b'{"server": {"id": "2b8da868-71d1-49ad-be95-25d0a41393e9", "name": "tempest-ServerRescueNegativeTestJSON-server-808703377", "status": "BUILD", "tenant_id": "8821facab6ed48588d9d484b5e3d98ba", "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "metadata": {}, "hostId": "80dd142bbf7e34f0e11e6349ecd7f68753ba0f71fc7b96379eaf908a", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:26:57Z", "updated": "2022-07-20T19:26:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/2b8da868-71d1-49ad-be95-25d0a41393e9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006040141", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1224328016"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:27:21,032 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9 0.161s 2022-07-20 19:27:21,032 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:27:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-99f55532-ccde-41eb-a0ab-65844c53c59d', 'x-compute-request-id': 'req-99f55532-ccde-41eb-a0ab-65844c53c59d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9'} Body: b'{"server": {"id": "2b8da868-71d1-49ad-be95-25d0a41393e9", "name": "tempest-ServerRescueNegativeTestJSON-server-808703377", "status": "BUILD", "tenant_id": "8821facab6ed48588d9d484b5e3d98ba", "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "metadata": {}, "hostId": "80dd142bbf7e34f0e11e6349ecd7f68753ba0f71fc7b96379eaf908a", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:26:57Z", "updated": "2022-07-20T19:26:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/2b8da868-71d1-49ad-be95-25d0a41393e9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006040141", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1224328016"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:27:22,200 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9 0.159s 2022-07-20 19:27:22,200 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:27:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-74184165-f2ca-4378-bb43-11691786fa42', 'x-compute-request-id': 'req-74184165-f2ca-4378-bb43-11691786fa42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9'} Body: b'{"server": {"id": "2b8da868-71d1-49ad-be95-25d0a41393e9", "name": "tempest-ServerRescueNegativeTestJSON-server-808703377", "status": "BUILD", "tenant_id": "8821facab6ed48588d9d484b5e3d98ba", "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "metadata": {}, "hostId": "80dd142bbf7e34f0e11e6349ecd7f68753ba0f71fc7b96379eaf908a", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:26:57Z", "updated": "2022-07-20T19:26:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/2b8da868-71d1-49ad-be95-25d0a41393e9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006040141", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1224328016"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:27:23,372 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9 0.163s 2022-07-20 19:27:23,372 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:27:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-55ec9a0b-8326-4fe1-ac88-c615c79170ee', 'x-compute-request-id': 'req-55ec9a0b-8326-4fe1-ac88-c615c79170ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9'} Body: b'{"server": {"id": "2b8da868-71d1-49ad-be95-25d0a41393e9", "name": "tempest-ServerRescueNegativeTestJSON-server-808703377", "status": "BUILD", "tenant_id": "8821facab6ed48588d9d484b5e3d98ba", "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "metadata": {}, "hostId": "80dd142bbf7e34f0e11e6349ecd7f68753ba0f71fc7b96379eaf908a", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:26:57Z", "updated": "2022-07-20T19:26:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/2b8da868-71d1-49ad-be95-25d0a41393e9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006040141", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1224328016"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:27:24,541 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9 0.160s 2022-07-20 19:27:24,541 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:27:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-312d1ec7-5708-4b28-ab2a-84de9c1379ee', 'x-compute-request-id': 'req-312d1ec7-5708-4b28-ab2a-84de9c1379ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9'} Body: b'{"server": {"id": "2b8da868-71d1-49ad-be95-25d0a41393e9", "name": "tempest-ServerRescueNegativeTestJSON-server-808703377", "status": "BUILD", "tenant_id": "8821facab6ed48588d9d484b5e3d98ba", "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "metadata": {}, "hostId": "80dd142bbf7e34f0e11e6349ecd7f68753ba0f71fc7b96379eaf908a", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:26:57Z", "updated": "2022-07-20T19:26:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/2b8da868-71d1-49ad-be95-25d0a41393e9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006040141", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1224328016"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:27:25,940 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9 0.390s 2022-07-20 19:27:25,940 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:27:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-08a3d846-3d75-4064-af13-8cf92aae52e2', 'x-compute-request-id': 'req-08a3d846-3d75-4064-af13-8cf92aae52e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9'} Body: b'{"server": {"id": "2b8da868-71d1-49ad-be95-25d0a41393e9", "name": "tempest-ServerRescueNegativeTestJSON-server-808703377", "status": "BUILD", "tenant_id": "8821facab6ed48588d9d484b5e3d98ba", "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "metadata": {}, "hostId": "80dd142bbf7e34f0e11e6349ecd7f68753ba0f71fc7b96379eaf908a", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:26:57Z", "updated": "2022-07-20T19:27:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/2b8da868-71d1-49ad-be95-25d0a41393e9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006040141", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1224328016"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:27:27,103 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9 0.154s 2022-07-20 19:27:27,103 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:27:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1371', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc4f0b8d-87b5-43d2-a57b-f1ec66d73cfd', 'x-compute-request-id': 'req-bc4f0b8d-87b5-43d2-a57b-f1ec66d73cfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9'} Body: b'{"server": {"id": "2b8da868-71d1-49ad-be95-25d0a41393e9", "name": "tempest-ServerRescueNegativeTestJSON-server-808703377", "status": "BUILD", "tenant_id": "8821facab6ed48588d9d484b5e3d98ba", "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "metadata": {}, "hostId": "80dd142bbf7e34f0e11e6349ecd7f68753ba0f71fc7b96379eaf908a", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:26:57Z", "updated": "2022-07-20T19:27:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/2b8da868-71d1-49ad-be95-25d0a41393e9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2006040141", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1224328016"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:27:28,264 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9 0.152s 2022-07-20 19:27:28,264 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:27:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1564', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6cf115a7-cc59-45d1-a100-08a503b59bbd', 'x-compute-request-id': 'req-6cf115a7-cc59-45d1-a100-08a503b59bbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9'} Body: b'{"server": {"id": "2b8da868-71d1-49ad-be95-25d0a41393e9", "name": "tempest-ServerRescueNegativeTestJSON-server-808703377", "status": "ACTIVE", "tenant_id": "8821facab6ed48588d9d484b5e3d98ba", "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "metadata": {}, "hostId": "80dd142bbf7e34f0e11e6349ecd7f68753ba0f71fc7b96379eaf908a", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:26:57Z", "updated": "2022-07-20T19:27:28Z", "addresses": {"tempest-ServerRescueNegativeTestJSON-258428286-network": [{"version": 4, "addr": "172.20.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a8:9f:59"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/2b8da868-71d1-49ad-be95-25d0a41393e9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-2006040141", "OS-SRV-USG:launched_at": "2022-07-20T19:27:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1224328016"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:27:28,272 118448 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 31 second wait 2022-07-20 19:27:28,382 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9/os-interface 0.109s 2022-07-20 19:27:28,382 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:27:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '284', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4cf4ae02-c198-4ac3-9124-d707619a3dc3', 'x-compute-request-id': 'req-4cf4ae02-c198-4ac3-9124-d707619a3dc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "aef5723e-1807-4eb3-b101-2d519a5b7765", "port_id": "e1440571-e796-4c28-8091-6adb4bfa88b0", "mac_addr": "fa:16:3e:a8:9f:59", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "7b620074-4958-4d5b-a72d-fc96c782e2ec", "ip_address": "172.20.0.7"}]}]}' 2022-07-20 19:27:29,603 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 PUT http://10.222.0.69:9696/v2.0/floatingips/85bafac1-9cfc-48fd-a9d8-e194bd282cb5 1.217s 2022-07-20 19:27:29,603 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "e1440571-e796-4c28-8091-6adb4bfa88b0"}} Response - Headers: {'content-type': 'application/json', 'content-length': '797', 'x-openstack-request-id': 'req-b4e11a1c-fc49-4adb-bb87-95465ae033ac', 'date': 'Wed, 20 Jul 2022 19:27:29 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69:9696/v2.0/floatingips/85bafac1-9cfc-48fd-a9d8-e194bd282cb5'} Body: b'{"floatingip": {"id": "85bafac1-9cfc-48fd-a9d8-e194bd282cb5", "tenant_id": "8821facab6ed48588d9d484b5e3d98ba", "floating_ip_address": "172.27.1.105", "floating_network_id": "3b9b3845-e7a3-4fdb-922e-b518798baca8", "router_id": "b1275667-7e77-4701-89c2-c34cccd2c506", "port_id": "e1440571-e796-4c28-8091-6adb4bfa88b0", "fixed_ip_address": "172.20.0.7", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "aef5723e-1807-4eb3-b101-2d519a5b7765", "mac_address": "fa:16:3e:a8:9f:59", "admin_state_up": true, "status": "ACTIVE", "device_id": "2b8da868-71d1-49ad-be95-25d0a41393e9", "device_owner": "compute:nova"}, "tags": [], "created_at": "2022-07-20T19:26:56Z", "updated_at": "2022-07-20T19:27:29Z", "revision_number": 1, "project_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:27:29,604 118448 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.1.105:22' as 'ubuntu' with public key authentication 2022-07-20 19:27:34,202 118448 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.105 ([Errno None] Unable to connect to port 22 on 172.27.1.105). Number attempts: 1. Retry after 2 seconds. 2022-07-20 19:27:39,765 118448 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.105 ([Errno None] Unable to connect to port 22 on 172.27.1.105). Number attempts: 2. Retry after 3 seconds. 2022-07-20 19:27:46,325 118448 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.105 ([Errno None] Unable to connect to port 22 on 172.27.1.105). Number attempts: 3. Retry after 4 seconds. 2022-07-20 19:27:53,909 118448 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.105 ([Errno None] Unable to connect to port 22 on 172.27.1.105). Number attempts: 4. Retry after 5 seconds. 2022-07-20 19:28:02,485 118448 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.105 ([Errno None] Unable to connect to port 22 on 172.27.1.105). Number attempts: 5. Retry after 6 seconds. 2022-07-20 19:28:12,053 118448 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.105 ([Errno None] Unable to connect to port 22 on 172.27.1.105). Number attempts: 6. Retry after 7 seconds. 2022-07-20 19:28:22,614 118448 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.105 ([Errno None] Unable to connect to port 22 on 172.27.1.105). Number attempts: 7. Retry after 8 seconds. 2022-07-20 19:28:34,197 118448 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.105 ([Errno None] Unable to connect to port 22 on 172.27.1.105). Number attempts: 8. Retry after 9 seconds. 2022-07-20 19:28:46,774 118448 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.105 ([Errno None] Unable to connect to port 22 on 172.27.1.105). Number attempts: 9. Retry after 10 seconds. 2022-07-20 19:29:00,341 118448 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.105 ([Errno None] Unable to connect to port 22 on 172.27.1.105). Number attempts: 10. Retry after 11 seconds. 2022-07-20 19:29:14,933 118448 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.105 ([Errno None] Unable to connect to port 22 on 172.27.1.105). Number attempts: 11. Retry after 12 seconds. 2022-07-20 19:29:27,449 118448 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.105 ([Errno None] Unable to connect to port 22 on 172.27.1.105). Number attempts: 12. Retry after 13 seconds. 2022-07-20 19:29:40,963 118448 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.105 ([Errno None] Unable to connect to port 22 on 172.27.1.105). Number attempts: 13. Retry after 14 seconds. 2022-07-20 19:29:55,479 118448 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.105 ([Errno None] Unable to connect to port 22 on 172.27.1.105). Number attempts: 14. Retry after 15 seconds. 2022-07-20 19:30:10,995 118448 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.105 ([Errno None] Unable to connect to port 22 on 172.27.1.105). Number attempts: 15. Retry after 16 seconds. 2022-07-20 19:30:27,509 118448 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.105 ([Errno None] Unable to connect to port 22 on 172.27.1.105). Number attempts: 16. Retry after 17 seconds. 2022-07-20 19:30:45,027 118448 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.105 ([Errno None] Unable to connect to port 22 on 172.27.1.105). Number attempts: 17. Retry after 18 seconds. 2022-07-20 19:31:03,560 118448 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-07-20 19:31:03,712 118448 INFO [paramiko.transport] Authentication (publickey) successful! 2022-07-20 19:31:03,712 118448 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.1.105 successfully created 2022-07-20 19:31:04,115 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 POST http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9/os-volume_attachments 0.402s 2022-07-20 19:31:04,116 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volumeAttachment": {"volumeId": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}} Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:03 GMT', 'server': 'Apache/2.4.41 (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-d47a0a27-2165-41a1-9ac8-e9ab2a9ad90e', 'x-compute-request-id': 'req-d47a0a27-2165-41a1-9ac8-e9ab2a9ad90e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/2b8da868-71d1-49ad-be95-25d0a41393e9/os-volume_attachments'} Body: b'{"volumeAttachment": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "serverId": "2b8da868-71d1-49ad-be95-25d0a41393e9", "volumeId": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "device": "/dev/sdb"}}' 2022-07-20 19:31:04,170 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.052s 2022-07-20 19:31:04,170 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbdbedcb-64c7-4b77-839f-6d3af4946827', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbdbedcb-64c7-4b77-839f-6d3af4946827', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:31:05,225 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.048s 2022-07-20 19:31:05,226 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-096ee30d-2129-4e58-82dd-a4332c3cbdd0', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-096ee30d-2129-4e58-82dd-a4332c3cbdd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:31:06,285 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.051s 2022-07-20 19:31:06,286 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97ec3b1d-50fe-4c64-822a-564650f18eaf', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97ec3b1d-50fe-4c64-822a-564650f18eaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:31:07,338 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.044s 2022-07-20 19:31:07,338 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b56f9085-18d9-4aa7-b22a-51c102ef7cb8', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b56f9085-18d9-4aa7-b22a-51c102ef7cb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:31:08,391 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.043s 2022-07-20 19:31:08,391 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d70f77b-f417-4457-bec1-5c8b739eed8c', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d70f77b-f417-4457-bec1-5c8b739eed8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:31:09,442 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.043s 2022-07-20 19:31:09,442 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf56bd02-dbb9-41d0-8dee-8a48ccf5ab0d', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf56bd02-dbb9-41d0-8dee-8a48ccf5ab0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:31:10,493 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.043s 2022-07-20 19:31:10,494 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50bd31f7-c8a8-450d-ba97-3520ae196cc8', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50bd31f7-c8a8-450d-ba97-3520ae196cc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:31:11,546 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.043s 2022-07-20 19:31:11,546 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45508e1e-5c52-4d12-b213-9753c5cb9574', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45508e1e-5c52-4d12-b213-9753c5cb9574', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:31:12,598 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.044s 2022-07-20 19:31:12,598 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6fb8b2f-9a79-44a3-ac6a-499608acbe2a', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6fb8b2f-9a79-44a3-ac6a-499608acbe2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:31:13,657 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.051s 2022-07-20 19:31:13,657 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cd00cd9-be07-48d5-b0b9-1bb9746b6d82', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cd00cd9-be07-48d5-b0b9-1bb9746b6d82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:31:14,710 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.045s 2022-07-20 19:31:14,711 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ad98c5f-7054-4202-a50e-e2972b347115', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ad98c5f-7054-4202-a50e-e2972b347115', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:31:15,764 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.044s 2022-07-20 19:31:15,765 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f32c14b0-122e-4832-a3c4-0d18aa24f8ca', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f32c14b0-122e-4832-a3c4-0d18aa24f8ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:31:16,818 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.046s 2022-07-20 19:31:16,819 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec97e1ec-2754-46a6-9f03-317089709ba6', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec97e1ec-2754-46a6-9f03-317089709ba6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:31:17,870 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.043s 2022-07-20 19:31:17,870 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff6543c0-bd3a-43d7-876b-26dac6897735', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff6543c0-bd3a-43d7-876b-26dac6897735', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:31:18,923 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.045s 2022-07-20 19:31:18,924 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-790997bf-45a8-4fba-a2d9-73159e527a5f', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-790997bf-45a8-4fba-a2d9-73159e527a5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:31:19,975 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.043s 2022-07-20 19:31:19,976 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56423cc7-baab-43d6-8e27-8c901e8f01f8', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56423cc7-baab-43d6-8e27-8c901e8f01f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:31:21,026 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.043s 2022-07-20 19:31:21,027 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1bc25ac4-5efd-4a51-a862-1e55b1a09053', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1bc25ac4-5efd-4a51-a862-1e55b1a09053', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:31:22,079 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.043s 2022-07-20 19:31:22,079 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33610d30-1f2c-40cd-8414-58affc2f674c', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33610d30-1f2c-40cd-8414-58affc2f674c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:31:23,131 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.043s 2022-07-20 19:31:23,131 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fd83aac-fc2f-437a-8c28-866278c2b078', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fd83aac-fc2f-437a-8c28-866278c2b078', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:31:24,184 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.044s 2022-07-20 19:31:24,184 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e39e3ee8-5db7-4bcd-b8f4-774d25b328b5', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e39e3ee8-5db7-4bcd-b8f4-774d25b328b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:31:25,236 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.043s 2022-07-20 19:31:25,236 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ded97e4-ccef-4dce-bff1-e0019fdc21f7', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ded97e4-ccef-4dce-bff1-e0019fdc21f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:31:26,288 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.044s 2022-07-20 19:31:26,289 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-033601de-47aa-407c-81c6-de9b5d03a018', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-033601de-47aa-407c-81c6-de9b5d03a018', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:31:27,343 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.046s 2022-07-20 19:31:27,343 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4929fa78-9392-49c7-af9b-5a1745de2b5e', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4929fa78-9392-49c7-af9b-5a1745de2b5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:31:28,396 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.044s 2022-07-20 19:31:28,396 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92813718-e423-4448-88df-392789183699', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92813718-e423-4448-88df-392789183699', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:31:29,448 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.043s 2022-07-20 19:31:29,449 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ee36a15-0649-40a9-8392-715311c6efa7', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ee36a15-0649-40a9-8392-715311c6efa7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:31:30,501 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.043s 2022-07-20 19:31:30,501 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9174afa3-dc82-4359-a171-bae64d47b604', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9174afa3-dc82-4359-a171-bae64d47b604', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:31:31,555 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.046s 2022-07-20 19:31:31,555 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9d18fa3-0e2a-4c3b-a331-a21c41218eba', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9d18fa3-0e2a-4c3b-a331-a21c41218eba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:31:32,606 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.043s 2022-07-20 19:31:32,607 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f35c4d38-c9cc-496b-82d9-0d58ca901d09', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f35c4d38-c9cc-496b-82d9-0d58ca901d09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:31:33,659 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.044s 2022-07-20 19:31:33,659 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-295c822c-1a63-4e2d-9505-d8dba872e354', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-295c822c-1a63-4e2d-9505-d8dba872e354', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:31:34,711 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.044s 2022-07-20 19:31:34,711 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ee02027-02f8-45c9-badf-83c76f3eac26', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ee02027-02f8-45c9-badf-83c76f3eac26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:31:35,762 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.043s 2022-07-20 19:31:35,763 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cc1e143-226d-45b7-9591-d83bda5e79df', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cc1e143-226d-45b7-9591-d83bda5e79df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:31:36,815 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.044s 2022-07-20 19:31:36,816 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbc04d7d-6ad1-4c9c-8836-4f1b243d337e', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbc04d7d-6ad1-4c9c-8836-4f1b243d337e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:31:37,870 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.046s 2022-07-20 19:31:37,870 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9cb336d-a9af-4d92-a0f4-7e268859b685', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9cb336d-a9af-4d92-a0f4-7e268859b685', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:31:38,922 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.044s 2022-07-20 19:31:38,923 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-106dc507-3a92-49b2-842d-c29ae4e40888', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-106dc507-3a92-49b2-842d-c29ae4e40888', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:31:39,975 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.044s 2022-07-20 19:31:39,975 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00624025-1096-4cb8-836e-a2b8900a813c', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00624025-1096-4cb8-836e-a2b8900a813c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:31:41,027 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.044s 2022-07-20 19:31:41,028 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cee8c424-6790-4f9f-9ce4-598bfe9663fe', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cee8c424-6790-4f9f-9ce4-598bfe9663fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:31:42,081 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.045s 2022-07-20 19:31:42,082 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4983e32-294d-468e-af1e-f82c8c89a56b', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4983e32-294d-468e-af1e-f82c8c89a56b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:31:43,135 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.045s 2022-07-20 19:31:43,135 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c66be072-0515-4073-ae3d-2e25d50e137c', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c66be072-0515-4073-ae3d-2e25d50e137c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:31:44,186 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.042s 2022-07-20 19:31:44,186 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90bdca8c-8618-4d03-8899-349de70a91d2', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90bdca8c-8618-4d03-8899-349de70a91d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:31:45,241 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.046s 2022-07-20 19:31:45,241 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-360ffd41-3852-4bad-ac34-37c1dd1924ec', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-360ffd41-3852-4bad-ac34-37c1dd1924ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:31:46,293 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.044s 2022-07-20 19:31:46,294 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-557c627d-fa47-4189-b02c-6a362b53ad6e', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-557c627d-fa47-4189-b02c-6a362b53ad6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:31:47,352 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.050s 2022-07-20 19:31:47,352 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55905937-48d6-47c5-b614-840fa574d010', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55905937-48d6-47c5-b614-840fa574d010', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:31:48,404 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.044s 2022-07-20 19:31:48,405 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cf05dc1-041b-43a5-948c-7bfaf83942e3', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cf05dc1-041b-43a5-948c-7bfaf83942e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:31:49,459 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.045s 2022-07-20 19:31:49,459 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be7648f5-e744-4379-8ce3-58988d62c5ae', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be7648f5-e744-4379-8ce3-58988d62c5ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:31:50,512 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.044s 2022-07-20 19:31:50,513 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56bdcf4e-fd14-4e83-9bc8-05d0ec82858a', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56bdcf4e-fd14-4e83-9bc8-05d0ec82858a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:31:51,565 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.044s 2022-07-20 19:31:51,565 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d6965c4-4ced-4471-a20f-fe9f584eb3e4', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d6965c4-4ced-4471-a20f-fe9f584eb3e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:31:52,618 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.044s 2022-07-20 19:31:52,618 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6b50f0d-d221-4702-81f0-c7859e1e184e', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6b50f0d-d221-4702-81f0-c7859e1e184e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:31:53,672 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.045s 2022-07-20 19:31:53,672 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc5f5f7a-a365-4216-92d7-f7581fd198cc', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc5f5f7a-a365-4216-92d7-f7581fd198cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:31:54,725 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.044s 2022-07-20 19:31:54,726 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e5a44be-4de1-4394-8a02-5bee28e431ad', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e5a44be-4de1-4394-8a02-5bee28e431ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:31:55,778 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.044s 2022-07-20 19:31:55,778 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b94669d9-0d70-49c5-936d-6ee6d239dfbe', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b94669d9-0d70-49c5-936d-6ee6d239dfbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:31:56,832 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.045s 2022-07-20 19:31:56,832 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b32a036-6d65-4df5-8ecc-bdf88e4d15b8', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b32a036-6d65-4df5-8ecc-bdf88e4d15b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:31:57,886 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.045s 2022-07-20 19:31:57,886 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1850bd60-b048-4df6-a763-44124631a5a9', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1850bd60-b048-4df6-a763-44124631a5a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:31:58,938 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.044s 2022-07-20 19:31:58,938 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b197e47-f49b-4869-bf13-42ec0e2e5707', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b197e47-f49b-4869-bf13-42ec0e2e5707', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:31:59,988 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.042s 2022-07-20 19:31:59,989 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58f2b3db-1067-46e7-9e13-1d239d4f61f9', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58f2b3db-1067-46e7-9e13-1d239d4f61f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:32:01,040 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.043s 2022-07-20 19:32:01,041 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7466fed-9156-42a0-a4d8-456aee4f8346', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7466fed-9156-42a0-a4d8-456aee4f8346', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:32:02,092 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.043s 2022-07-20 19:32:02,092 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0b4d001-a464-4199-9b0c-cf35e9bc6ee8', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0b4d001-a464-4199-9b0c-cf35e9bc6ee8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:32:03,144 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.043s 2022-07-20 19:32:03,144 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2063a946-8e41-4fec-9672-5a29837f386f', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2063a946-8e41-4fec-9672-5a29837f386f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:32:04,196 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.044s 2022-07-20 19:32:04,196 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eeac7637-f1ee-4b67-918e-eed3af74f28f', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eeac7637-f1ee-4b67-918e-eed3af74f28f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:32:05,250 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.046s 2022-07-20 19:32:05,251 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0e4a110-7335-4b36-8789-21849b80513c', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0e4a110-7335-4b36-8789-21849b80513c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:32:06,304 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.045s 2022-07-20 19:32:06,305 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c488188-b10b-4f34-9534-bfe5e949ce3c', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c488188-b10b-4f34-9534-bfe5e949ce3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:32:07,360 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.047s 2022-07-20 19:32:07,361 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2f5f281-5e3e-4460-adbd-0a4f31f2faa2', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2f5f281-5e3e-4460-adbd-0a4f31f2faa2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:32:08,418 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.049s 2022-07-20 19:32:08,418 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7f84a4c-5888-4c40-a0de-e19d073877b8', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7f84a4c-5888-4c40-a0de-e19d073877b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:32:09,476 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.049s 2022-07-20 19:32:09,476 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1239d90e-a681-486a-975e-4f5ed4e0e912', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1239d90e-a681-486a-975e-4f5ed4e0e912', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:32:10,530 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.045s 2022-07-20 19:32:10,530 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28f6d3d7-0e50-4009-8339-ecf804953722', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28f6d3d7-0e50-4009-8339-ecf804953722', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:32:11,582 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.043s 2022-07-20 19:32:11,582 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a97b91f-101f-4f99-9eab-8fa323c3a485', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a97b91f-101f-4f99-9eab-8fa323c3a485', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:32:12,637 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.045s 2022-07-20 19:32:12,637 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2dbd6ca-8650-4652-bd38-bebe737ada9a', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2dbd6ca-8650-4652-bd38-bebe737ada9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:32:13,690 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.044s 2022-07-20 19:32:13,690 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e2c44aa-98aa-4060-9418-b9a6b378993b', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e2c44aa-98aa-4060-9418-b9a6b378993b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:32:14,741 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.043s 2022-07-20 19:32:14,742 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b020af7-cedd-4bfc-8704-c9430d708f6f', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b020af7-cedd-4bfc-8704-c9430d708f6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:32:15,796 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.047s 2022-07-20 19:32:15,797 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a58b2373-02b9-41ef-9a14-8980bbb27593', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a58b2373-02b9-41ef-9a14-8980bbb27593', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:32:16,849 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.045s 2022-07-20 19:32:16,849 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52ff808c-4dfb-4267-b518-07ecf77b5c9c', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52ff808c-4dfb-4267-b518-07ecf77b5c9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:32:17,901 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.044s 2022-07-20 19:32:17,902 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a193828e-05b8-47b3-a6fe-8214f0fb4c80', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a193828e-05b8-47b3-a6fe-8214f0fb4c80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:32:18,955 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.046s 2022-07-20 19:32:18,956 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-435288f0-2319-4ef8-96bb-53f6972f5cfb', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-435288f0-2319-4ef8-96bb-53f6972f5cfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:32:20,014 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.050s 2022-07-20 19:32:20,014 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc915e5d-feeb-4095-a065-4e4530df4a5d', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc915e5d-feeb-4095-a065-4e4530df4a5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:32:21,069 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.046s 2022-07-20 19:32:21,069 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7bf3be0-7032-41fc-823c-ac0af7441ee5', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7bf3be0-7032-41fc-823c-ac0af7441ee5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:32:22,126 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.048s 2022-07-20 19:32:22,127 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65026d71-76f7-4fad-9a47-2c34be845f1f', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65026d71-76f7-4fad-9a47-2c34be845f1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:32:23,178 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.042s 2022-07-20 19:32:23,178 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a184b80-1333-40d1-b7ad-6355d0b01549', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a184b80-1333-40d1-b7ad-6355d0b01549', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:32:24,233 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.046s 2022-07-20 19:32:24,234 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad12c75b-5360-4226-a850-220a2e8db4aa', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad12c75b-5360-4226-a850-220a2e8db4aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:32:25,290 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.046s 2022-07-20 19:32:25,291 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33de20e4-f1ef-4975-850c-c07c7536be36', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33de20e4-f1ef-4975-850c-c07c7536be36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:32:26,345 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.047s 2022-07-20 19:32:26,346 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3663097-8e96-4409-9a4c-2bf6f86a19cf', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3663097-8e96-4409-9a4c-2bf6f86a19cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:32:27,398 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.044s 2022-07-20 19:32:27,398 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eba0d021-9b40-425c-8933-e2379805a327', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eba0d021-9b40-425c-8933-e2379805a327', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:32:28,451 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.043s 2022-07-20 19:32:28,451 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e068ca70-0679-46eb-85e0-0af2bc78ecef', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e068ca70-0679-46eb-85e0-0af2bc78ecef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:32:29,508 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.050s 2022-07-20 19:32:29,508 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ae899d8-a692-426b-890a-976986947cc0', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ae899d8-a692-426b-890a-976986947cc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:32:30,560 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.044s 2022-07-20 19:32:30,560 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4029415-a442-451f-8e5d-f2ba6da3517d', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4029415-a442-451f-8e5d-f2ba6da3517d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:32:31,612 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.044s 2022-07-20 19:32:31,613 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e109902-8355-4e6b-96fe-4d444479d9cb', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e109902-8355-4e6b-96fe-4d444479d9cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:32:32,665 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.043s 2022-07-20 19:32:32,665 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8eab091e-40b4-4867-9610-40bd643bebd5', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8eab091e-40b4-4867-9610-40bd643bebd5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:32:33,718 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.045s 2022-07-20 19:32:33,719 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-240b7d56-1b8c-40d2-aa3f-b7800d414a27', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-240b7d56-1b8c-40d2-aa3f-b7800d414a27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:32:34,770 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.043s 2022-07-20 19:32:34,771 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32e29b15-c171-4d70-b5bb-f9df381be4d2', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32e29b15-c171-4d70-b5bb-f9df381be4d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:32:35,822 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.044s 2022-07-20 19:32:35,823 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a467327-a25d-4503-b653-aab574436117', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a467327-a25d-4503-b653-aab574436117', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:32:36,874 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.043s 2022-07-20 19:32:36,874 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d864e1ae-93c3-47bc-ab7f-e49bfc2fb4b5', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d864e1ae-93c3-47bc-ab7f-e49bfc2fb4b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:32:37,924 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.043s 2022-07-20 19:32:37,925 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-593a6313-da8f-45dd-912a-9d8fb0a71d7b', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-593a6313-da8f-45dd-912a-9d8fb0a71d7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:32:38,977 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.044s 2022-07-20 19:32:38,978 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14552028-58c4-4668-b233-d60d94967527', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14552028-58c4-4668-b233-d60d94967527', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:32:40,030 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.045s 2022-07-20 19:32:40,030 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93faec03-3a29-470c-b55e-029c895814a8', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93faec03-3a29-470c-b55e-029c895814a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:32:41,084 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.046s 2022-07-20 19:32:41,085 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-264959e4-77c0-4abf-bba4-b1a0f0a142e9', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-264959e4-77c0-4abf-bba4-b1a0f0a142e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:32:42,139 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.046s 2022-07-20 19:32:42,139 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1046bd3-0e58-4ecd-9e4c-1d0ee0b2eaab', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1046bd3-0e58-4ecd-9e4c-1d0ee0b2eaab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:32:43,189 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.042s 2022-07-20 19:32:43,189 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e68ce8d-51c7-4b36-9acd-813cdb7547c6', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e68ce8d-51c7-4b36-9acd-813cdb7547c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:32:44,254 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.055s 2022-07-20 19:32:44,254 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9bef499-2ff4-47c7-b83b-f5470f714286', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9bef499-2ff4-47c7-b83b-f5470f714286', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:32:45,306 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.043s 2022-07-20 19:32:45,307 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a480cdb5-bcd7-4c38-9e64-931941dafe7d', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a480cdb5-bcd7-4c38-9e64-931941dafe7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:32:46,359 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.044s 2022-07-20 19:32:46,360 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd60711d-040a-49eb-b302-a889ad920a14', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd60711d-040a-49eb-b302-a889ad920a14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:32:47,411 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.044s 2022-07-20 19:32:47,412 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4db3a8fc-8296-46b6-a881-0ff2e079c541', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4db3a8fc-8296-46b6-a881-0ff2e079c541', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:32:48,465 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.045s 2022-07-20 19:32:48,466 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16cd6252-ac46-4fe9-b83e-bdac29bfb6af', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16cd6252-ac46-4fe9-b83e-bdac29bfb6af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:32:49,517 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.043s 2022-07-20 19:32:49,517 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba92045b-0c29-4373-b583-7569b61ba68a', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba92045b-0c29-4373-b583-7569b61ba68a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:32:50,568 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.043s 2022-07-20 19:32:50,568 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb5843d9-4d50-4b79-8bf3-c35732b2356c', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb5843d9-4d50-4b79-8bf3-c35732b2356c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:32:51,620 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.043s 2022-07-20 19:32:51,621 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1f12f86-0a82-4ace-84ff-0c6f57c8d05b', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1f12f86-0a82-4ace-84ff-0c6f57c8d05b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:32:52,673 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.044s 2022-07-20 19:32:52,674 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e150124-aeac-4c2c-ab89-776bf750d918', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e150124-aeac-4c2c-ab89-776bf750d918', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:32:53,724 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.043s 2022-07-20 19:32:53,725 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-337bf4be-8ad1-48ae-868a-e118180ef0dc', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-337bf4be-8ad1-48ae-868a-e118180ef0dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:32:54,776 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.044s 2022-07-20 19:32:54,777 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5af32fa1-a9cc-4f1e-a83c-bdf05d101df3', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5af32fa1-a9cc-4f1e-a83c-bdf05d101df3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:32:55,829 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.045s 2022-07-20 19:32:55,830 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3336b1ec-5596-4061-9b3d-2149cac775af', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3336b1ec-5596-4061-9b3d-2149cac775af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:32:56,882 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.044s 2022-07-20 19:32:56,883 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52a5cbb2-78b6-4a8d-a92b-c3efbce1dc92', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52a5cbb2-78b6-4a8d-a92b-c3efbce1dc92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:32:57,933 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.043s 2022-07-20 19:32:57,934 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34960f35-59b5-463d-b4c6-d74acd5fa7d0', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34960f35-59b5-463d-b4c6-d74acd5fa7d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:32:58,987 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.045s 2022-07-20 19:32:58,988 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51a1e571-1722-4a73-a667-56453474ab7a', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51a1e571-1722-4a73-a667-56453474ab7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:33:00,040 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.044s 2022-07-20 19:33:00,040 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ebf082f-fce5-4b48-8f5d-59eee57a08f1', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ebf082f-fce5-4b48-8f5d-59eee57a08f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:33:01,094 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.045s 2022-07-20 19:33:01,094 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29e7f8c1-f9a7-4ade-b759-4ff2e3e227af', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29e7f8c1-f9a7-4ade-b759-4ff2e3e227af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:33:02,145 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.043s 2022-07-20 19:33:02,146 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ffad1d0-d878-4715-b382-c054389c6a71', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ffad1d0-d878-4715-b382-c054389c6a71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:33:03,198 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.044s 2022-07-20 19:33:03,198 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4face68f-5ee9-4269-8a77-4fb08bca5691', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4face68f-5ee9-4269-8a77-4fb08bca5691', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:33:04,251 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.045s 2022-07-20 19:33:04,252 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e250acd0-7d03-4966-b706-580f29972869', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e250acd0-7d03-4966-b706-580f29972869', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:33:05,304 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.044s 2022-07-20 19:33:05,305 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-519049fe-c49a-4f1b-a558-c4d138c39b81', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-519049fe-c49a-4f1b-a558-c4d138c39b81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:33:06,358 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.045s 2022-07-20 19:33:06,358 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e50b90fe-b527-4e52-b62d-22211d771824', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e50b90fe-b527-4e52-b62d-22211d771824', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:33:07,409 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.043s 2022-07-20 19:33:07,409 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58c3d84e-3d60-48ac-85d2-f6fd5c40c2a1', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58c3d84e-3d60-48ac-85d2-f6fd5c40c2a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:33:08,467 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.050s 2022-07-20 19:33:08,467 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0903158-f716-4764-ad0a-c9b100ed999c', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0903158-f716-4764-ad0a-c9b100ed999c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:33:09,542 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 0.066s 2022-07-20 19:33:09,542 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51a99654-8685-44f5-bf91-aa93a08ed21d', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51a99654-8685-44f5-bf91-aa93a08ed21d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:34:10,606 118448 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 2022-07-20 19:34:55,975 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 105.425s 2022-07-20 19:34:55,975 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f02bec2-c6ba-49ca-b60c-6bd3870f3e35', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f02bec2-c6ba-49ca-b60c-6bd3870f3e35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:31:04.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' 2022-07-20 19:35:57,041 118448 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 2022-07-20 19:36:57,101 118448 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 2022-07-20 19:37:57,161 118448 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 2022-07-20 19:38:57,223 118448 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 2022-07-20 19:39:57,281 118448 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 2022-07-20 19:40:57,343 118448 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 2022-07-20 19:41:57,387 118448 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 2022-07-20 19:42:57,448 118448 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 2022-07-20 19:43:57,509 118448 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 2022-07-20 19:44:57,569 118448 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 2022-07-20 19:45:10,532 118448 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd 613.548s 2022-07-20 19:45:10,532 118448 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01e2a3b7-063e-41c1-a117-1fcc23710b3c', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01e2a3b7-063e-41c1-a117-1fcc23710b3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd'} Body: b'{"volume": {"id": "3f863e38-7194-48e4-b7c8-6f8d7038ecdd", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:51.000000", "updated_at": "2022-07-20T19:34:56.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-235224069", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8821facab6ed48588d9d484b5e3d98ba/volumes/3f863e38-7194-48e4-b7c8-6f8d7038ecdd"}], "user_id": "9192f2842ca044f08e5f95f98f2e1b88", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8821facab6ed48588d9d484b5e3d98ba"}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue_negative.py", line 155, in test_rescued_vm_detach_volume self.attach_volume(server, volume) File "/opt/stack/tempest/tempest/api/compute/base.py", line 593, in attach_volume waiters.wait_for_volume_attachment_create( File "/opt/stack/tempest/tempest/common/waiters.py", line 338, in wait_for_volume_attachment_create raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: Failed to attach volume 3f863e38-7194-48e4-b7c8-6f8d7038ecdd to server 2b8da868-71d1-49ad-be95-25d0a41393e9 within the required time (360 s). |
||||||
tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON | 2 | 1 | 1 | 0 | 0 | Detail | |
test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow] |
fail
ft4.1: tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-20 19:23:46,667 118446 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-07-20 19:23:46,667 118446 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-07-20 19:23:47,163 118446 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.69/compute/v2.1/os-keypairs 0.492s 2022-07-20 19:23:47,163 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-543896985", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAe6mB2YIhZSXVvPcgLCUPYuXD/2EJ1/ykIgt92dwAP1DmxwXlfwrnG/2+qmW9O9MGuiYdCPF/xnemR7XsQIgIicn/yq5kgalESb69JEvdV2khvKzmAyWFMYJn46pSr76g=="}} Response - Headers: {'date': 'Wed, 20 Jul 2022 19:23:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba877c91-21d6-4d94-9a2f-f678075313c0', 'x-compute-request-id': 'req-ba877c91-21d6-4d94-9a2f-f678075313c0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.69/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-543896985", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAe6mB2YIhZSXVvPcgLCUPYuXD/2EJ1/ykIgt92dwAP1DmxwXlfwrnG/2+qmW9O9MGuiYdCPF/xnemR7XsQIgIicn/yq5kgalESb69JEvdV2khvKzmAyWFMYJn46pSr76g==", "fingerprint": "8b:50:42:cf:64:2f:d5:91:ee:2f:0d:c5:9f:b1:84:71", "user_id": "343e480dd5ee4389ba430129cd7daaa4"}}' 2022-07-20 19:23:47,166 118446 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-543896985 created 2022-07-20 19:23:47,568 118446 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.69:9696/v2.0/security-groups 0.401s 2022-07-20 19:23:47,568 118446 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--499188185", "description": "tempest-description--853286721"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1593', 'x-openstack-request-id': 'req-2a14f9f1-c225-492b-84ed-42d1b46dd657', 'date': 'Wed, 20 Jul 2022 19:23:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.69:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "7fc1af55-48b5-4282-88ea-ec3ef17421de", "name": "tempest-securitygroup--499188185", "stateful": true, "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "description": "tempest-description--853286721", "shared": false, "security_group_rules": [{"id": "5ba5babc-4bc1-416e-88e5-62828a20b8f9", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "security_group_id": "7fc1af55-48b5-4282-88ea-ec3ef17421de", "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": 97, "description": null, "tags": [], "created_at": "2022-07-20T19:23:47Z", "updated_at": "2022-07-20T19:23:47Z", "revision_number": 0, "project_id": "e6e0bccb45a24af3918f7db2c60de33d"}, {"id": "74877a51-8e9c-41c3-b59a-569007ad5244", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "security_group_id": "7fc1af55-48b5-4282-88ea-ec3ef17421de", "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": 96, "description": null, "tags": [], "created_at": "2022-07-20T19:23:47Z", "updated_at": "2022-07-20T19:23:47Z", "revision_number": 0, "project_id": "e6e0bccb45a24af3918f7db2c60de33d"}], "tags": [], "created_at": "2022-07-20T19:23:47Z", "updated_at": "2022-07-20T19:23:47Z", "revision_number": 1, "project_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:23:47,953 118446 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.69:9696/v2.0/security-group-rules 0.384s 2022-07-20 19:23:47,953 118446 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": "7fc1af55-48b5-4282-88ea-ec3ef17421de", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-92f80bd3-a09d-43cc-bfd7-3760a61210cf', 'date': 'Wed, 20 Jul 2022 19:23:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.69:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8a531f46-3482-41bd-b74f-8b965331c9ba", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "security_group_id": "7fc1af55-48b5-4282-88ea-ec3ef17421de", "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, "description": "", "created_at": "2022-07-20T19:23:47Z", "updated_at": "2022-07-20T19:23:47Z", "revision_number": 0, "project_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:23:48,222 118446 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.69:9696/v2.0/security-group-rules 0.268s 2022-07-20 19:23:48,222 118446 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": "7fc1af55-48b5-4282-88ea-ec3ef17421de", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-cf826278-16cc-4467-8725-24069324f781', 'date': 'Wed, 20 Jul 2022 19:23:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.69:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1cf45dcc-8a56-466c-af81-e68623d0bc24", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "security_group_id": "7fc1af55-48b5-4282-88ea-ec3ef17421de", "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, "description": "", "created_at": "2022-07-20T19:23:48Z", "updated_at": "2022-07-20T19:23:48Z", "revision_number": 0, "project_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:23:48,223 118446 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--499188185 created 2022-07-20 19:23:50,668 118446 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.69:9696/v2.0/floatingips 2.445s 2022-07-20 19:23:50,669 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "3b9b3845-e7a3-4fdb-922e-b518798baca8"}} Response - Headers: {'content-type': 'application/json', 'content-length': '493', 'x-openstack-request-id': 'req-e4b82782-9bb9-4e04-b126-13f1058c0f66', 'date': 'Wed, 20 Jul 2022 19:23:50 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.69:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "7e9f6633-9a15-4162-b26a-65a0b0dae177", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "floating_ip_address": "172.27.1.73", "floating_network_id": "3b9b3845-e7a3-4fdb-922e-b518798baca8", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "e6e0bccb45a24af3918f7db2c60de33d", "description": "", "port_details": null, "tags": [], "created_at": "2022-07-20T19:23:49Z", "updated_at": "2022-07-20T19:23:49Z", "revision_number": 0}}' 2022-07-20 19:23:50,669 118446 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '7e9f6633-9a15-4162-b26a-65a0b0dae177', 'tenant_id': 'e6e0bccb45a24af3918f7db2c60de33d', 'floating_ip_address': '172.27.1.73', 'floating_network_id': '3b9b3845-e7a3-4fdb-922e-b518798baca8', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e6e0bccb45a24af3918f7db2c60de33d', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-07-20T19:23:49Z', 'updated_at': '2022-07-20T19:23:49Z', 'revision_number': 0, 'ip': '172.27.1.73'} created 2022-07-20 19:23:51,449 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 201 POST http://10.222.0.69/identity/v3/auth/tokens 0.774s 2022-07-20 19:23:51,450 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 20 Jul 2022 19:23:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3256', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-58de7a13-beb7-4384-8a9c-f8c3020276ac', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.69/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "343e480dd5ee4389ba430129cd7daaa4", "name": "tempest-AttachVolumeShelveTestJSON-1947755824-project", "password_expires_at": null}, "audit_ids": ["K8gDEOaCRKeidJXXTdNcBw"], "expires_at": "2022-07-20T20:23:51.000000Z", "issued_at": "2022-07-20T19:23:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e6e0bccb45a24af3918f7db2c60de33d", "name": "tempest-AttachVolumeShelveTestJSON-1947755824"}, "is_domain": false, "roles": [{"id": "997417d78f914e27958b852313dcae0e", "name": "reader"}, {"id": "91f9d5c6716547c18da989bf327f6aca", "name": "member"}], "catalog": [{"endpoints": [{"id": "181c0ca6ec904c52b8b351f03fb780e4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d", "region": "RegionOne"}], "id": "3fbf60cbc94448cfad5481ee2a11ebda", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "71b5fdc86fe04c28a9c79a76f37c89af", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d", "region": "RegionOne"}], "id": "432440190a1d4613b9e8de425f523628", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "c7649afba0b64502990d9cf6f81ec35b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.69/compute/v2.1", "region": "RegionOne"}], "id": "5cfe7aa1008c4cac9a1301de1484a76d", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "68abffc301a34944a858b1e8a91dcc17", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.69/identity", "region": "RegionOne"}], "id": "6063f4da01dc408a95887ebde190cf89", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1cf38f75c841415d8220a2a62e5b8b3f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.69/image", "region": "RegionOne"}], "id": "73e6e3153cb9413895f2855934cebf35", "type": "image", "name": "glance"}, {"endpoints": [{"id": "87c22bc4e4e2402d9ad10640193ef825", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.69/placement", "region": "RegionOne"}], "id": "83576299d09e4da1abeca4dcaa4a189d", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "49645b8e3e1d4494ac65c2bb256e5246", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.69:9696/", "region": "RegionOne"}], "id": "8ab257c2ba3d4ae89f346631a207302b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "27990a0ca6a0472f92355c718739eaf1", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.69:8080/v1/AUTH_e6e0bccb45a24af3918f7db2c60de33d", "region": "RegionOne"}, {"id": "54f61614484348819cba27996ef1971c", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.69:8080", "region": "RegionOne"}], "id": "c1d906f25dc0453d89b7b975a79137c9", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "a8199c45947e47e0a3dd50f1b2118190", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.69/compute/v2/e6e0bccb45a24af3918f7db2c60de33d", "region": "RegionOne"}], "id": "e5774141a451493bb458c52931172eaf", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-07-20 19:23:51,451 118446 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': '38fecd6a-64fe-4f75-b0f6-54a5c956d554', 'name': 'tempest-AttachVolumeShelveTestJSON-1380648531-network', 'tenant_id': 'e6e0bccb45a24af3918f7db2c60de33d', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e6e0bccb45a24af3918f7db2c60de33d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 885, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-07-20T19:23:33Z', 'updated_at': '2022-07-20T19:23:33Z', 'revision_number': 1} available for tenant 2022-07-20 19:23:51,451 118446 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-543896985', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAe6mB2YIhZSXVvPcgLCUPYuXD/2EJ1/ykIgt92dwAP1DmxwXlfwrnG/2+qmW9O9MGuiYdCPF/xnemR7XsQIgIicn/yq5kgalESb69JEvdV2khvKzmAyWFMYJn46pSr76g==', 'fingerprint': '8b:50:42:cf:64:2f:d5:91:ee:2f:0d:c5:9f:b1:84:71', 'user_id': '343e480dd5ee4389ba430129cd7daaa4', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCKo3P468UG7FRmVJ1qpoLpOZyvaTUhRzaPmf37yfHzP5I2KrPDx5YG\nNncjJG3rJ8WgBwYFK4EEACKhZANiAAQHupgdmCIWUl1bz3ICwlD2Llw/9hCdf8pC\nILfdncAD9Q5scF5X8K5xv9vqplvTvTBromHQjxf8Z3pke17ECICInJ/8quZIGpRE\nm+vSRL3VdpIbys5gMlhTGCZ+OqUq++o=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '7fc1af55-48b5-4282-88ea-ec3ef17421de', 'name': 'tempest-securitygroup--499188185', 'stateful': True, 'tenant_id': 'e6e0bccb45a24af3918f7db2c60de33d', 'description': 'tempest-description--853286721', 'shared': False, 'security_group_rules': [{'id': '5ba5babc-4bc1-416e-88e5-62828a20b8f9', 'tenant_id': 'e6e0bccb45a24af3918f7db2c60de33d', 'security_group_id': '7fc1af55-48b5-4282-88ea-ec3ef17421de', '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': 97, 'description': None, 'tags': [], 'created_at': '2022-07-20T19:23:47Z', 'updated_at': '2022-07-20T19:23:47Z', 'revision_number': 0, 'project_id': 'e6e0bccb45a24af3918f7db2c60de33d'}, {'id': '74877a51-8e9c-41c3-b59a-569007ad5244', 'tenant_id': 'e6e0bccb45a24af3918f7db2c60de33d', 'security_group_id': '7fc1af55-48b5-4282-88ea-ec3ef17421de', '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': 96, 'description': None, 'tags': [], 'created_at': '2022-07-20T19:23:47Z', 'updated_at': '2022-07-20T19:23:47Z', 'revision_number': 0, 'project_id': 'e6e0bccb45a24af3918f7db2c60de33d'}], 'tags': [], 'created_at': '2022-07-20T19:23:47Z', 'updated_at': '2022-07-20T19:23:47Z', 'revision_number': 1, 'project_id': 'e6e0bccb45a24af3918f7db2c60de33d'}, 'floating_ip': {'id': '7e9f6633-9a15-4162-b26a-65a0b0dae177', 'tenant_id': 'e6e0bccb45a24af3918f7db2c60de33d', 'floating_ip_address': '172.27.1.73', 'floating_network_id': '3b9b3845-e7a3-4fdb-922e-b518798baca8', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e6e0bccb45a24af3918f7db2c60de33d', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-07-20T19:23:49Z', 'updated_at': '2022-07-20T19:23:49Z', 'revision_number': 0, 'ip': '172.27.1.73'}} 2022-07-20 19:23:58,069 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.222.0.69/compute/v2.1/servers 6.616s 2022-07-20 19:23:58,069 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "imageRef": "59575804-e013-4dec-af24-b6c2dbbce73a", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "38fecd6a-64fe-4f75-b0f6-54a5c956d554"}], "security_groups": [{"name": "tempest-securitygroup--499188185"}], "key_name": "tempest-keypair-543896985", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 20 Jul 2022 19:23:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '401', 'location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9b64a383-eae6-4b79-b19b-7091df67bdff', 'x-compute-request-id': 'req-9b64a383-eae6-4b79-b19b-7091df67bdff', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.69/compute/v2.1/servers'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--499188185"}], "adminPass": "password"}}' 2022-07-20 19:23:59,658 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 1.586s 2022-07-20 19:23:59,658 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:23:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1280', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-59671767-7af1-4031-86fb-39ac838f2dee', 'x-compute-request-id': 'req-59671767-7af1-4031-86fb-39ac838f2dee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "BUILD", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:58Z", "updated": "2022-07-20T19:23:59Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-543896985", "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": [], "locked": false, "description": null}}' 2022-07-20 19:24:01,520 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.850s 2022-07-20 19:24:01,521 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:24:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1332', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e06a10e5-ab57-4622-80a1-5caf54c751b0', 'x-compute-request-id': 'req-e06a10e5-ab57-4622-80a1-5caf54c751b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "BUILD", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:24:00Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-543896985", "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": [], "locked": false, "description": null}}' 2022-07-20 19:24:01,530 118446 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2022-07-20 19:24:06,362 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 3.831s 2022-07-20 19:24:06,362 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:24:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1338', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bbcaa95b-1e05-49ef-a2e2-1a5244663179', 'x-compute-request-id': 'req-bbcaa95b-1e05-49ef-a2e2-1a5244663179', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "BUILD", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:24:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:24:06,371 118446 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 7 second wait 2022-07-20 19:24:08,505 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 1.132s 2022-07-20 19:24:08,505 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:24:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1338', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-733be539-b0e3-4d0e-a8ab-6fb7c989674e', 'x-compute-request-id': 'req-733be539-b0e3-4d0e-a8ab-6fb7c989674e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "BUILD", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:24:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:24:10,205 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.690s 2022-07-20 19:24:10,205 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:24:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b7efd42-f550-490a-802f-90e64018c789', 'x-compute-request-id': 'req-5b7efd42-f550-490a-802f-90e64018c789', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "BUILD", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:24:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:24:11,799 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.583s 2022-07-20 19:24:11,799 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:24:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b16486d7-31bd-4593-a604-2c809e082a02', 'x-compute-request-id': 'req-b16486d7-31bd-4593-a604-2c809e082a02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "BUILD", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:24:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:24:13,165 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.351s 2022-07-20 19:24:13,165 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:24:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49d6efe9-ed6d-4734-b39a-ab9c9dd6723b', 'x-compute-request-id': 'req-49d6efe9-ed6d-4734-b39a-ab9c9dd6723b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "BUILD", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:24:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:24:14,352 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.177s 2022-07-20 19:24:14,352 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:24:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d06dce8-d47c-4ade-ba3d-094cc51dcbf1', 'x-compute-request-id': 'req-5d06dce8-d47c-4ade-ba3d-094cc51dcbf1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "BUILD", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:24:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:24:15,650 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.289s 2022-07-20 19:24:15,651 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:24:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8c3f652-9651-4b1a-b441-9a87e793c9ee', 'x-compute-request-id': 'req-d8c3f652-9651-4b1a-b441-9a87e793c9ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "BUILD", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:24:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:24:17,106 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.445s 2022-07-20 19:24:17,106 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:24:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-053ee88a-9ec5-4413-936f-73a0fe0c6433', 'x-compute-request-id': 'req-053ee88a-9ec5-4413-936f-73a0fe0c6433', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "BUILD", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:24:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:24:19,045 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.929s 2022-07-20 19:24:19,046 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:24:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a482b7d-b6dd-4a56-acac-84092ef26612', 'x-compute-request-id': 'req-0a482b7d-b6dd-4a56-acac-84092ef26612', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "BUILD", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:24:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:24:21,050 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.993s 2022-07-20 19:24:21,051 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:24:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-35a847ff-0428-4aec-bb4e-90c457021cd7', 'x-compute-request-id': 'req-35a847ff-0428-4aec-bb4e-90c457021cd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "BUILD", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:24:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:24:22,328 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.267s 2022-07-20 19:24:22,329 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:24:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3867423d-a1dd-437c-b62d-f98debd57748', 'x-compute-request-id': 'req-3867423d-a1dd-437c-b62d-f98debd57748', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "BUILD", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:24:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:24:23,635 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.296s 2022-07-20 19:24:23,635 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:24:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2587ce26-b6f9-4a9d-b7c8-82f64e9a919f', 'x-compute-request-id': 'req-2587ce26-b6f9-4a9d-b7c8-82f64e9a919f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "BUILD", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:24:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:24:24,886 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.242s 2022-07-20 19:24:24,887 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:24:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20c6d520-6162-48a2-bb80-932ecca0f534', 'x-compute-request-id': 'req-20c6d520-6162-48a2-bb80-932ecca0f534', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "BUILD", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:24:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:24:26,143 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.246s 2022-07-20 19:24:26,143 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:24:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-729373fb-78f9-47c2-b294-9784953fcd84', 'x-compute-request-id': 'req-729373fb-78f9-47c2-b294-9784953fcd84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "BUILD", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:24:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:24:27,414 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.260s 2022-07-20 19:24:27,414 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:24:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5378f39-e4d5-457f-bee7-e084dfa43b01', 'x-compute-request-id': 'req-e5378f39-e4d5-457f-bee7-e084dfa43b01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "BUILD", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:24:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:24:28,668 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.244s 2022-07-20 19:24:28,669 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:24:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fffca76c-fc18-49dd-9b87-3618744a555d', 'x-compute-request-id': 'req-fffca76c-fc18-49dd-9b87-3618744a555d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "BUILD", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:24:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:24:29,878 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.199s 2022-07-20 19:24:29,878 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:24:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d397f51-0ec5-49e3-b728-33250c4a6fea', 'x-compute-request-id': 'req-0d397f51-0ec5-49e3-b728-33250c4a6fea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "BUILD", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:24:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:24:31,240 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.344s 2022-07-20 19:24:31,240 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:24:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-938646a4-7859-4b59-a072-f535a2d1b2fd', 'x-compute-request-id': 'req-938646a4-7859-4b59-a072-f535a2d1b2fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "BUILD", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:24:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:24:32,438 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.188s 2022-07-20 19:24:32,438 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:24:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-06ae74bf-dea3-405c-8d6b-7d7737fd4080', 'x-compute-request-id': 'req-06ae74bf-dea3-405c-8d6b-7d7737fd4080', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "BUILD", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:24:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:24:33,633 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.181s 2022-07-20 19:24:33,633 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:24:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd490fda-3492-4fdc-b447-027f2d7320e5', 'x-compute-request-id': 'req-dd490fda-3492-4fdc-b447-027f2d7320e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "BUILD", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:24:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:24:34,826 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.182s 2022-07-20 19:24:34,826 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:24:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e8bedcf0-d79c-4f68-a11e-1a4aa7228661', 'x-compute-request-id': 'req-e8bedcf0-d79c-4f68-a11e-1a4aa7228661', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "BUILD", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:24:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:24:36,333 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.493s 2022-07-20 19:24:36,334 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:24:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7b51102f-1ba5-48c9-bd18-60bf2f62ee5d', 'x-compute-request-id': 'req-7b51102f-1ba5-48c9-bd18-60bf2f62ee5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "BUILD", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:24:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:24:37,737 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.392s 2022-07-20 19:24:37,737 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:24:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-93d3f1b0-9370-48a0-9ee0-2765106f62d7', 'x-compute-request-id': 'req-93d3f1b0-9370-48a0-9ee0-2765106f62d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "BUILD", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:24:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:24:39,034 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.288s 2022-07-20 19:24:39,035 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:24:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3254d05d-4361-4620-b52c-1eb141348ddf', 'x-compute-request-id': 'req-3254d05d-4361-4620-b52c-1eb141348ddf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "BUILD", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:24:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:24:40,403 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.357s 2022-07-20 19:24:40,403 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:24:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fdffb036-11db-4e11-ad94-34b7b11dd576', 'x-compute-request-id': 'req-fdffb036-11db-4e11-ad94-34b7b11dd576', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "BUILD", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:24:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:24:42,031 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.604s 2022-07-20 19:24:42,031 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:24:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1405', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89e29faa-8765-4bb7-9d86-c83014d8991d', 'x-compute-request-id': 'req-89e29faa-8765-4bb7-9d86-c83014d8991d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "BUILD", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:24:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:24:43,436 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.394s 2022-07-20 19:24:43,436 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:24:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1598', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca5c6c97-2d5e-4c08-b1fe-c1d99f1a9eb2', 'x-compute-request-id': 'req-ca5c6c97-2d5e-4c08-b1fe-c1d99f1a9eb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "ACTIVE", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:24:42Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:24:43,445 118446 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 44 second wait 2022-07-20 19:24:43,714 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55/os-interface 0.268s 2022-07-20 19:24:43,714 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:24:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '285', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f5ce0d85-2661-48dd-9f37-0654bcd377ea', 'x-compute-request-id': 'req-f5ce0d85-2661-48dd-9f37-0654bcd377ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "38fecd6a-64fe-4f75-b0f6-54a5c956d554", "port_id": "3232872d-df06-40e7-a7c3-7cc3babe684d", "mac_addr": "fa:16:3e:07:ff:fe", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "fa9f8e54-88c1-4c3c-b769-e041a437d70b", "ip_address": "172.20.0.10"}]}]}' 2022-07-20 19:24:47,057 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 PUT http://10.222.0.69:9696/v2.0/floatingips/7e9f6633-9a15-4162-b26a-65a0b0dae177 3.339s 2022-07-20 19:24:47,057 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "3232872d-df06-40e7-a7c3-7cc3babe684d"}} Response - Headers: {'content-type': 'application/json', 'content-length': '797', 'x-openstack-request-id': 'req-e9812d8e-100c-4e13-b6cf-aa83d58e05ff', 'date': 'Wed, 20 Jul 2022 19:24:47 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69:9696/v2.0/floatingips/7e9f6633-9a15-4162-b26a-65a0b0dae177'} Body: b'{"floatingip": {"id": "7e9f6633-9a15-4162-b26a-65a0b0dae177", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "floating_ip_address": "172.27.1.73", "floating_network_id": "3b9b3845-e7a3-4fdb-922e-b518798baca8", "router_id": "b75e2668-5387-4ecf-9cd7-e195b52b0beb", "port_id": "3232872d-df06-40e7-a7c3-7cc3babe684d", "fixed_ip_address": "172.20.0.10", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "38fecd6a-64fe-4f75-b0f6-54a5c956d554", "mac_address": "fa:16:3e:07:ff:fe", "admin_state_up": true, "status": "ACTIVE", "device_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "device_owner": "compute:nova"}, "tags": [], "created_at": "2022-07-20T19:23:49Z", "updated_at": "2022-07-20T19:24:44Z", "revision_number": 1, "project_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:24:47,058 118446 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.1.73:22' as 'ubuntu' with public key authentication 2022-07-20 19:24:51,094 118446 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.73 ([Errno None] Unable to connect to port 22 on 172.27.1.73). Number attempts: 1. Retry after 2 seconds. 2022-07-20 19:24:56,661 118446 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.73 ([Errno None] Unable to connect to port 22 on 172.27.1.73). Number attempts: 2. Retry after 3 seconds. 2022-07-20 19:25:03,221 118446 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.73 ([Errno None] Unable to connect to port 22 on 172.27.1.73). Number attempts: 3. Retry after 4 seconds. 2022-07-20 19:25:10,805 118446 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.73 ([Errno None] Unable to connect to port 22 on 172.27.1.73). Number attempts: 4. Retry after 5 seconds. 2022-07-20 19:25:19,381 118446 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.73 ([Errno None] Unable to connect to port 22 on 172.27.1.73). Number attempts: 5. Retry after 6 seconds. 2022-07-20 19:25:28,949 118446 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.73 ([Errno None] Unable to connect to port 22 on 172.27.1.73). Number attempts: 6. Retry after 7 seconds. 2022-07-20 19:25:39,509 118446 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.73 ([Errno None] Unable to connect to port 22 on 172.27.1.73). Number attempts: 7. Retry after 8 seconds. 2022-07-20 19:25:51,098 118446 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.73 ([Errno None] Unable to connect to port 22 on 172.27.1.73). Number attempts: 8. Retry after 9 seconds. 2022-07-20 19:26:03,669 118446 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.73 ([Errno None] Unable to connect to port 22 on 172.27.1.73). Number attempts: 9. Retry after 10 seconds. 2022-07-20 19:26:17,237 118446 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.73 ([Errno None] Unable to connect to port 22 on 172.27.1.73). Number attempts: 10. Retry after 11 seconds. 2022-07-20 19:26:31,829 118446 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.73 ([Errno None] Unable to connect to port 22 on 172.27.1.73). Number attempts: 11. Retry after 12 seconds. 2022-07-20 19:26:44,355 118446 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.73 ([Errno None] Unable to connect to port 22 on 172.27.1.73). Number attempts: 12. Retry after 13 seconds. 2022-07-20 19:26:57,869 118446 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.73 ([Errno None] Unable to connect to port 22 on 172.27.1.73). Number attempts: 13. Retry after 14 seconds. 2022-07-20 19:27:12,384 118446 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.73 ([Errno None] Unable to connect to port 22 on 172.27.1.73). Number attempts: 14. Retry after 15 seconds. 2022-07-20 19:27:27,900 118446 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.73 ([Errno None] Unable to connect to port 22 on 172.27.1.73). Number attempts: 15. Retry after 16 seconds. 2022-07-20 19:27:44,417 118446 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.73 ([Errno None] Unable to connect to port 22 on 172.27.1.73). Number attempts: 16. Retry after 17 seconds. 2022-07-20 19:28:01,929 118446 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.73 ([Errno None] Unable to connect to port 22 on 172.27.1.73). Number attempts: 17. Retry after 18 seconds. 2022-07-20 19:28:20,447 118446 ERROR [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.73 after 17 attempts. Proxy client: no proxy client 2022-07-20 19:28:20.447 118446 ERROR tempest.lib.common.ssh Traceback (most recent call last): 2022-07-20 19:28:20.447 118446 ERROR tempest.lib.common.ssh File "/opt/stack/tempest/tempest/lib/common/ssh.py", line 131, in _get_ssh_connection 2022-07-20 19:28:20.447 118446 ERROR tempest.lib.common.ssh ssh.connect(self.host, port=self.port, username=self.username, 2022-07-20 19:28:20.447 118446 ERROR tempest.lib.common.ssh File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/paramiko/client.py", line 368, in connect 2022-07-20 19:28:20.447 118446 ERROR tempest.lib.common.ssh raise NoValidConnectionsError(errors) 2022-07-20 19:28:20.447 118446 ERROR tempest.lib.common.ssh paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 172.27.1.73 2022-07-20 19:28:20.447 118446 ERROR tempest.lib.common.ssh 2022-07-20 19:28:20,448 118446 DEBUG [tempest.lib.common.utils.linux.remote_client] Caller: AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server. Timeout trying to ssh to server response: {'date': 'Wed, 20 Jul 2022 19:23:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '401', 'location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9b64a383-eae6-4b79-b19b-7091df67bdff', 'x-compute-request-id': 'req-9b64a383-eae6-4b79-b19b-7091df67bdff', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.69/compute/v2.1/servers'} Body: {'id': '3b2abd53-4758-462c-b36a-0d1bf0b66a55', 'links': [{'rel': 'self', 'href': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'}, {'rel': 'bookmark', 'href': 'http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'}], 'OS-DCF:diskConfig': 'MANUAL', 'security_groups': [{'name': 'tempest-securitygroup--499188185'}], 'adminPass': 'password'} 2022-07-20 19:28:23,822 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55/action 3.373s 2022-07-20 19:28:23,823 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"os-getConsoleOutput": {}} Response - Headers: {'date': 'Wed, 20 Jul 2022 19:28:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28628', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e98c7311-458f-49a3-a7d9-2cb8e1480482', 'x-compute-request-id': 'req-e98c7311-458f-49a3-a7d9-2cb8e1480482', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-07-20 19:28:23,824 118446 DEBUG [tempest.lib.common.utils.linux.remote_client] Console log for server 3b2abd53-4758-462c-b36a-0d1bf0b66a55: [ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: x87 FPU will use FXSAVE [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable [ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data [ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.3 present. [ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016 [ 0.000000] Hypervisor detected: Microsoft Hyper-V [ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c [ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035 [ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500 [ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V [ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush [ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT [ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM) [ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026) [ 0.000000] ACPI: FACS 0x000000003FFFF000 000040 [ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001) [ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff] [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffeffff] [ 0.000000] Reserved but unavailable: 98 pages [ 0.000000] ACPI: PM-Timer IO Port: 0x408 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] e820: [mem 0x40000000-0xffffffff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on bare hardware [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] random: get_random_bytes called from start_kernel+0x99/0x51b with crng_init=0 [ 0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] percpu: Embedded 45 pages/cpu @ (ptrval) s147456 r8192 d28672 u2097152 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 257913 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0 [ 0.000000] Memory: 926704K/1048120K available (12300K kernel code, 2283K rwdata, 3972K rodata, 2248K init, 2372K bss, 121416K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] ftrace: allocating 37806 entries in 148 pages [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1. [ 0.000000] Tasks RCU enabled. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1 [ 0.000000] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] ACPI: Core revision 20170831 [ 0.000000] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.000000] APIC: Switch to symmetric I/O mode setup [ 0.004000] clocksource: hyperv_clocksource_tsc_page: mask: 0xffffffffffffffff max_cycles: 0x24e6a1710, max_idle_ns: 440795202120 ns [ 0.228000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.232000] tsc: Detected 1995.191 MHz processor [ 0.236000] Calibrating delay loop (skipped), value calculated using timer frequency.. 3990.38 BogoMIPS (lpj=7980764) [ 0.240013] pid_max: default: 32768 minimum: 301 [ 0.244083] Security Framework initialized [ 0.248015] Yama: becoming mindful. [ 0.252082] AppArmor: AppArmor initialized [ 0.256342] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.260149] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.264048] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.268030] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.284104] CPU: Physical Processor ID: 0 [ 0.288631] mce: CPU supports 1 MCE banks [ 0.292192] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8 [ 0.296014] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0 [ 0.300015] Spectre V2 : Mitigation: Full generic retpoline [ 0.304011] Speculative Store Bypass: Vulnerable [ 0.448389] Freeing SMP alternatives memory: 36K [ 0.465152] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2430L 0 @ 2.00GHz (family: 0x6, model: 0x2d, stepping: 0x7) [ 0.468144] Performance Events: unsupported p6 CPU model 45 no PMU driver, software events only. [ 0.472139] Hierarchical SRCU implementation. [ 0.477764] NMI watchdog: Perf event create on CPU 0 failed with -2 [ 0.480013] NMI watchdog: Perf NMI watchdog permanently disabled [ 0.484123] smp: Bringing up secondary CPUs ... [ 0.488016] smp: Brought up 1 node, 1 CPU [ 0.492014] smpboot: Max logical packages: 1 [ 0.496054] smpboot: Total of 1 processors activated (3990.38 BogoMIPS) [ 0.504322] devtmpfs: initialized [ 0.508154] x86/mm: Memory block size: 128MB [ 0.512398] evm: security.selinux [ 0.516045] evm: security.SMACK64 [ 0.520013] evm: security.SMACK64EXEC [ 0.524010] evm: security.SMACK64TRANSMUTE [ 0.528008] evm: security.SMACK64MMAP [ 0.532023] evm: security.apparmor [ 0.536014] evm: security.ima [ 0.540010] evm: security.capability [ 0.544342] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.548045] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.552135] pinctrl core: initialized pinctrl subsystem [ 0.556328] NET: Registered protocol family 16 [ 0.560252] audit: initializing netlink subsys (disabled) [ 0.568013] audit: type=2000 audit(1658345103.564:1): state=initialized audit_enabled=0 res=1 [ 0.572269] cpuidle: using governor ladder [ 0.576069] cpuidle: using governor menu [ 0.580100] ACPI: bus type PCI registered [ 0.584013] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.594538] PCI: Using configuration type 1 for base access [ 0.598628] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.604179] ACPI: Added _OSI(Module Device) [ 0.608036] ACPI: Added _OSI(Processor Device) [ 0.612054] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.616015] ACPI: Added _OSI(Processor Aggregator Device) [ 0.620125] ACPI: Added _OSI(Linux-Dell-Video) [ 0.633425] ACPI: Interpreter enabled [ 0.636070] ACPI: (supports S0 S5) [ 0.640014] ACPI: Using IOAPIC for interrupt routing [ 0.644103] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.650223] ACPI: Enabled 1 GPEs in block 00 to 0F [ 0.765043] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.768026] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.772056] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.776040] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.784255] PCI host bridge to bus 0000:00 [ 0.788042] pci_bus 0000:00: root bus resource [mem 0xfe0000000-0xfffffffff window] [ 0.792018] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.796062] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.800021] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.804018] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xfffbffff window] [ 0.808059] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.906304] pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.908017] pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.912017] pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.916041] pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.924232] * Found PM-Timer Bug on the chipset. Due to workarounds for a bug, [ 0.924232] * this clock source is slow. Consider trying other clock sources [ 0.952972] pci 0000:00:07.3: quirk: [io 0x0400-0x043f] claimed by PIIX4 ACPI [ 1.004014] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12 14 15) [ 1.016216] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 1.021541] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 1.028675] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 1.032849] SCSI subsystem initialized [ 1.036317] pci 0000:00:08.0: vgaarb: setting as boot VGA device [ 1.040000] pci 0000:00:08.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 1.040015] pci 0000:00:08.0: vgaarb: bridge control possible [ 1.044048] vgaarb: loaded [ 1.048093] pps_core: LinuxPPS API ver. 1 registered [ 1.052014] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 1.056049] PTP clock support registered [ 1.060124] EDAC MC: Ver: 3.0.0 [ 1.068387] hv_vmbus: Vmbus version:4.0 [ 1.072200] PCI: Using ACPI for IRQ routing [ 1.076974] NetLabel: Initializing [ 1.080021] NetLabel: domain hash size = 128 [ 1.084022] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 1.088060] NetLabel: unlabeled traffic allowed by default [ 1.092356] clocksource: Switched to clocksource hyperv_clocksource_tsc_page [ 1.135239] VFS: Disk quotas dquot_6.6.0 [ 1.140602] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.149732] AppArmor: AppArmor Filesystem Enabled [ 1.163940] pnp: PnP ACPI init [ 1.178304] system 00:06: [io 0x01e0-0x01ef] has been reserved [ 1.189065] system 00:06: [io 0x0160-0x016f] has been reserved [ 1.207392] system 00:06: [io 0x0278-0x027f] has been reserved [ 1.227129] system 00:06: [io 0x0378-0x037f] has been reserved [ 1.236697] system 00:06: [io 0x0678-0x067f] has been reserved [ 1.246834] system 00:06: [io 0x0778-0x077f] has been reserved [ 1.258183] system 00:06: [io 0x04d0-0x04d1] has been reserved [ 1.273476] system 00:07: [io 0x0400-0x043f] has been reserved [ 1.284151] system 00:07: [io 0x0370-0x0371] has been reserved [ 1.291774] system 00:07: [io 0x0440-0x044f] has been reserved [ 1.302860] system 00:07: [mem 0xfec00000-0xfec00fff] could not be reserved [ 1.312909] system 00:07: [mem 0xfee00000-0xfee00fff] has been reserved [ 1.325927] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved [ 1.339166] system 00:08: [mem 0x000c0000-0x000dffff] could not be reserved [ 1.348305] system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved [ 1.361326] system 00:08: [mem 0x00100000-0xf7ffffff] could not be reserved [ 1.372632] system 00:08: [mem 0xfffc0000-0xffffffff] has been reserved [ 1.395238] pnp: PnP ACPI: found 9 devices [ 1.412903] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.423164] NET: Registered protocol family 2 [ 1.432673] TCP established hash table entries: 8192 (order: 4, 65536 bytes) [ 1.441581] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.449742] TCP: Hash tables configured (established 8192 bind 8192) [ 1.457169] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.468061] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.477742] NET: Registered protocol family 1 [ 1.485604] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.499145] pci 0000:00:08.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 1.509688] Unpacking initramfs... [ 1.660071] random: fast init done [ 2.116797] Freeing initrd memory: 13088K [ 2.129891] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 2.147813] software IO TLB [mem 0x38a00000-0x3ca00000] (64MB) mapped at [ (ptrval)- (ptrval)] [ 2.179801] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3984de7b583, max_idle_ns: 881590633483 ns [ 2.192518] Scanning for low memory corruption every 60 seconds [ 2.204322] Initialise system trusted keyrings [ 2.210226] Key type blacklist registered [ 2.217432] workingset: timestamp_bits=36 max_order=18 bucket_order=0 [ 2.233800] zbud: loaded [ 2.242570] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 2.254006] fuse init (API version 7.26) [ 2.262812] Key type asymmetric registered [ 2.271406] Asymmetric key parser 'x509' registered [ 2.292189] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244) [ 2.303607] io scheduler noop registered (default) [ 2.312309] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.323883] ACPI: Power Button [PWRF] [ 2.336858] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.374132] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.441453] 00:04: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A [ 2.482280] Linux agpgart interface v0.103 [ 2.510049] loop: module loaded [ 2.524649] hv_vmbus: registering driver hv_storvsc [ 2.553117] scsi host0: storvsc_host_t [ 2.591108] scsi 0:0:0:0: Direct-Access Msft Virtual Disk 1.0 PQ: 0 ANSI: 5 [ 2.622065] scsi host1: storvsc_host_t [ 2.642071] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 2.659831] ata_piix 0000:00:07.1: Hyper-V Virtual Machine detected, ATA device ignore set [ 2.684685] sd 0:0:0:0: [sda] 2080768 512-byte logical blocks: (1.07 GB/1016 MiB) [ 2.713955] scsi host2: ata_piix [ 2.722198] scsi host3: ata_piix [ 2.728485] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14 [ 2.741316] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15 [ 2.798636] sd 0:0:0:0: [sda] Write Protect is off [ 2.811911] libphy: Fixed MDIO Bus: probed [ 2.822028] tun: Universal TUN/TAP device driver, 1.6 [ 2.834426] PPP generic driver version 2.4.2 [ 2.846359] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 2.872629] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12 [ 2.935993] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 4.640205] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 4.657669] sda: sda1 [ 4.672141] mousedev: PS/2 mouse device common for all mice [ 4.694144] rtc_cmos 00:00: RTC can wake from S4 [ 4.761723] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 4.783134] rtc_cmos 00:00: alarms up to one month, 114 bytes nvram [ 4.794194] device-mapper: uevent: version 1.0.3 [ 4.805735] sd 0:0:0:0: [sda] Attached SCSI disk [ 4.817325] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com [ 4.845075] NET: Registered protocol family 10 [ 5.034809] Segment Routing with IPv6 [ 5.054561] NET: Registered protocol family 17 [ 5.065717] Key type dns_resolver registered [ 5.076656] RAS: Correctable Errors collector initialized. [ 5.088217] registered taskstats version 1 [ 5.096743] Loading compiled-in X.509 certificates [ 5.115153] Loaded X.509 cert 'Build time autogenerated kernel key: aff4079af16f4619e3b7b2cd46b8d3777d9de144' [ 5.141642] zswap: loaded using pool lzo/zbud [ 5.167078] Key type big_key registered [ 5.185083] Key type trusted registered [ 5.193532] Key type encrypted registered [ 5.206633] AppArmor: AppArmor sha1 policy hashing enabled [ 5.214876] ima: No TPM chip found, activating TPM-bypass! (rc=-19) [ 5.227959] evm: HMAC attrs: 0x1 [ 5.267805] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 5.299685] rtc_cmos 00:00: setting system clock to 2022-07-20 19:25:10 UTC (1658345110) [ 5.310924] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 5.330097] EDD information not available. [ 6.085380] ata2.00: ATAPI: Virtual CD, , max MWDMA2 [ 6.114286] ata2.00: configured for MWDMA2 [ 6.152271] scsi 3:0:0:0: CD-ROM Msft Virtual CD/ROM 1.0 PQ: 0 ANSI: 5 [ 6.173476] sr 3:0:0:0: [sr0] scsi3-mmc drive: 0x/0x tray [ 6.195322] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 6.215618] sr 3:0:0:0: Attached scsi generic sg1 type 5 [ 6.229916] Freeing unused kernel memory: 2248K [ 6.252107] Write protecting the kernel read-only data: 18432k [ 6.268945] Freeing unused kernel memory: 2008K [ 6.284087] Freeing unused kernel memory: 124K [ 6.300041] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 6.316557] x86/mm: Checking user space page tables [ 6.342985] x86/mm: Checked W+X mappings: passed, no W+X pages found. Loading, please wait... starting version 229 [ 6.508965] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.531328] random: udevadm: uninitialized urandom read (16 bytes read) [ 6.547477] random: udevadm: uninitialized urandom read (16 bytes read) [ 6.556175] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.568135] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.592141] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.626350] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.643293] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.657044] random: udevadm: uninitialized urandom read (16 bytes read) [ 6.664945] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.918659] hv_utils: Registering HyperV Utility Driver [ 6.925036] hv_vmbus: registering driver hv_util [ 6.947821] hidraw: raw HID events driver (C) Jiri Kosina [ 6.975183] hv_vmbus: registering driver hv_netvsc [ 6.991200] hv_vmbus: registering driver hyperv_keyboard [ 7.127511] hv_vmbus: registering driver hid_hyperv [ 7.270790] hv_utils: Heartbeat IC version 3.0 [ 7.296711] input: Microsoft Vmbus HID-compliant Mouse as /devices/0006:045E:0621.0001/input/input4 [ 7.337325] hid 0006:045E:0621.0001: input: <UNKNOWN> HID v0.01 Mouse [Microsoft Vmbus HID-compliant Mouse] on [ 7.385048] hv_utils: Shutdown IC version 3.0 [ 7.394999] hv_utils: TimeSync IC version 4.0 [ 7.405416] input: AT Translated Set 2 keyboard as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:07/VMBUS:01/d34b2567-b9b6-42b9-8778-0a4ec0b955bf/serio2/input/input5 [ 7.428549] hv_utils: VSS IC version 5.0 Begin: Loading essential drivers ... [ 7.672072] raid6: sse2x1 gen() 3778 MB/s [ 7.724042] raid6: sse2x1 xor() 3081 MB/s [ 7.784120] raid6: sse2x2 gen() 3761 MB/s [ 7.840180] raid6: sse2x2 xor() 3977 MB/s [ 7.896064] raid6: sse2x4 gen() 5210 MB/s [ 7.952102] raid6: sse2x4 xor() 3805 MB/s [ 7.958821] raid6: using algorithm sse2x4 gen() 5210 MB/s [ 7.971706] raid6: .... xor() 3805 MB/s, rmw enabled [ 7.986073] raid6: using intx1 recovery algorithm [ 8.002420] xor: measuring software checksum speed [ 8.048061] prefetch64-sse: 9146.000 MB/sec [ 8.106495] generic_sse: 8502.000 MB/sec [ 8.112513] xor: using function: prefetch64-sse (9146.000 MB/sec) [ 8.141481] async_tx: api initialized (async) done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 8.452640] Btrfs loaded, crc32c=crc32c-generic Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 8.737516] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 9.285540] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 9.304387] systemd[1]: Detected virtualization microsoft. [ 9.315693] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 9.408916] systemd[1]: Set hostname to <ubuntu>. [ 9.452958] systemd[1]: Initializing machine ID from random generator. [ 9.460446] systemd[1]: Installed transient /etc/machine-id file. [ 10.118558] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 10.269526] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 10.348802] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 10.501395] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper even daemon FIFOs. [[0;32m OK [0m] Created slice System Slice. Starting Create list of required st... nodes for the current kernel... Mounting Debug File System... Starting Remoun Root and Kernel File Systems... Mounting POSIX Message Queue File System... [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Reached target wap. Mounting Huge Pages File System... Starting Load Kernel Modules... [[0;32m OK [0m] Reached target Slices.[ 11.886375] Loading iSCSI transport class v2.0-870. [[0;32m OK [0m] Listening on udev Control Socket. Starting Journal Service...[ 12.015152] iscsi: registered transport (tcp) [[0;32m OK [0m[ 12.079617] iscsi: registered transport (iser) ] Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Reached target Encrypted Volumes. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [ 12.662398] EXT4-fs (sda1): re-mounted. Opts: (null) [[0;32m OK [m] Mounted Debug File System. [[0;32m OK [0m] Mounted POSIX Message Queue Fil System. [[0;32m OK [m] Mounted Huge Pages File System. [[0;32m OK [0m] Started JournalService. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[0;32m OK [0m] Started Remount Root and Kernel File Systems. [[0;32m OK [m] Started Load Kernel Modules. [[0;32m OK [0m] Started LVM2 metadata daemon. Mounting Configuration File System... Starting Apply Kernel Variables... Mounting FUSE Control File System... Starting Load/Save Random Seed... Starting udev Cldplug all Devies... Starting Initial cloud-init job (pre-networking)... Starting Create Static Device Nodes in /dev... Starting Flush Journal to Persistent Storage... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Mounted Configuration File System. [[0;32m OK [0m] Started Monitoring of LVM2 mirrrs,...ng dmeventd or progress polling. [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Krnel Device Manager... [[0;32m OK [0m] Reached target Local File Systes (Pre). [[0;32m OK [0m] Reached target ocal File Systems. Starting LSB: AppArmor initialization... Starting Commit a transient machine-id on disk... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started udev Kernel Device Manager. [[0;32m OK [0m] Started Flush Jurnal to Persistent Storage. [[0;32m OK [0m] Started Commit transient machine-id on disk. [[0;32m OK [0m] Started LSB: AppArmor initialization. [[0;32m OK [0m] Found device /dev/ttyS0. Starting Create Volatile Files nd Directories... [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [[0;32m OK [m] Started Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [ 87.854551] cloud-init[333]: Cloud-init v. 18.2 running 'init-local' at Wed, 20 Jul 2022 19:25:33 +0000. Up 27.19 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). Starting Raise network interfaces... [[0;32m OK [0m] Started Raise network interfaces. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. 2022-07-20 19:28:23,825 118446 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.1.73:22' as 'ubuntu' with public key authentication 2022-07-20 19:28:23,826 118446 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.73 ([Errno None] Unable to connect to port 22 on 172.27.1.73). Number attempts: 1. Retry after 2 seconds. 2022-07-20 19:28:26,330 118446 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.73 ([Errno None] Unable to connect to port 22 on 172.27.1.73). Number attempts: 2. Retry after 3 seconds. 2022-07-20 19:28:29,837 118446 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.73 ([Errno None] Unable to connect to port 22 on 172.27.1.73). Number attempts: 3. Retry after 4 seconds. 2022-07-20 19:28:34,343 118446 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.73 ([Errno None] Unable to connect to port 22 on 172.27.1.73). Number attempts: 4. Retry after 5 seconds. 2022-07-20 19:28:39,850 118446 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.73 ([Errno None] Unable to connect to port 22 on 172.27.1.73). Number attempts: 5. Retry after 6 seconds. 2022-07-20 19:28:46,358 118446 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.73 ([Errno None] Unable to connect to port 22 on 172.27.1.73). Number attempts: 6. Retry after 7 seconds. 2022-07-20 19:28:53,938 118446 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-07-20 19:28:54,355 118446 INFO [paramiko.transport] Authentication (publickey) successful! 2022-07-20 19:28:54,356 118446 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.1.73 successfully created 2022-07-20 19:28:54,538 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55/ips 0.182s 2022-07-20 19:28:54,539 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:28:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '152', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1ef35ac-4d72-4289-8f7b-22c5a205ea07', 'x-compute-request-id': 'req-c1ef35ac-4d72-4289-8f7b-22c5a205ea07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10"}, {"version": 4, "addr": "172.27.1.73"}]}}' 2022-07-20 19:28:54,814 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes 0.272s 2022-07-20 19:28:54,814 118446 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-AttachVolumeShelveTestJSON-volume-1441191650"}} Response - Headers: {'date': 'Wed, 20 Jul 2022 19:28:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7808ecd8-1c84-4031-b979-725a3a1ce574', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7808ecd8-1c84-4031-b979-725a3a1ce574', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:54.740391", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-20 19:28:54,872 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.048s 2022-07-20 19:28:54,872 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:28:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c249748a-10d4-47ff-9da0-6d8f003663a9', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c249748a-10d4-47ff-9da0-6d8f003663a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:28:55,921 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.040s 2022-07-20 19:28:55,921 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:28:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-650ccad3-4536-4838-8609-5be4d9a7d5dd', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-650ccad3-4536-4838-8609-5be4d9a7d5dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:28:55.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:28:56,972 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.042s 2022-07-20 19:28:56,972 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:28:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cabfa768-eff1-4636-aeca-b4096a1b9166', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cabfa768-eff1-4636-aeca-b4096a1b9166', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:28:55.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:28:58,028 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.048s 2022-07-20 19:28:58,028 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:28:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9662e1a-ecd3-4e3a-9d94-3a7bb58af9d8', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9662e1a-ecd3-4e3a-9d94-3a7bb58af9d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:28:55.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:28:59,077 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.041s 2022-07-20 19:28:59,078 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:28:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ae39b58-e2b7-4112-aa11-b97a9a50e34e', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ae39b58-e2b7-4112-aa11-b97a9a50e34e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:28:55.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:29:00,124 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.038s 2022-07-20 19:29:00,125 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bc594a0-7133-4f9a-b5c8-61e4ca49bb7c', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bc594a0-7133-4f9a-b5c8-61e4ca49bb7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:29:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:29:00,131 118446 INFO [tempest.common.waiters] volume f00f5654-f06c-4ad5-ad71-c1e119e5d683 reached available after waiting for 6.131961 seconds 2022-07-20 19:29:00,132 118446 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; grep -c -E [vs]d.$ /proc/partitions 2022-07-20 19:29:00,132 118446 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.1.73:22' as 'ubuntu' with public key authentication 2022-07-20 19:29:00,153 118446 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-07-20 19:29:00,273 118446 INFO [paramiko.transport] Authentication (publickey) successful! 2022-07-20 19:29:00,274 118446 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.1.73 successfully created 2022-07-20 19:29:00,839 118446 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.1.73:22' as 'ubuntu' with public key authentication 2022-07-20 19:29:00,872 118446 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-07-20 19:29:00,998 118446 INFO [paramiko.transport] Authentication (publickey) successful! 2022-07-20 19:29:00,999 118446 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.1.73 successfully created 2022-07-20 19:29:01,307 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55/action 0.308s 2022-07-20 19:29:01,308 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"shelve": {}} Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e27c988-4316-49a0-8fdb-5069fb3ec817', 'x-compute-request-id': 'req-3e27c988-4316-49a0-8fdb-5069fb3ec817', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55/action'} Body: b'' 2022-07-20 19:29:01,492 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.183s 2022-07-20 19:29:01,492 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1722', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a22c7ca-ca83-4034-9344-71192972c82f', 'x-compute-request-id': 'req-8a22c7ca-ca83-4034-9344-71192972c82f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "ACTIVE", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:29:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:29:02,668 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.166s 2022-07-20 19:29:02,669 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1722', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9cccf010-f5f4-45e1-afc7-848ddad716f2', 'x-compute-request-id': 'req-9cccf010-f5f4-45e1-afc7-848ddad716f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "ACTIVE", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:29:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:29:03,837 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.157s 2022-07-20 19:29:03,837 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1722', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8b56919-d3c8-4a30-a824-1d98d0c4c3ed', 'x-compute-request-id': 'req-d8b56919-d3c8-4a30-a824-1d98d0c4c3ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "ACTIVE", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:29:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:29:05,012 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.165s 2022-07-20 19:29:05,012 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1722', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6811796f-3b08-4539-8f09-b977598e3aeb', 'x-compute-request-id': 'req-6811796f-3b08-4539-8f09-b977598e3aeb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "ACTIVE", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:29:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:29:06,188 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.166s 2022-07-20 19:29:06,188 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1722', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec25cc68-a9c7-4b7e-817a-f0a8e5eb051c', 'x-compute-request-id': 'req-ec25cc68-a9c7-4b7e-817a-f0a8e5eb051c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "ACTIVE", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:29:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:29:07,361 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.163s 2022-07-20 19:29:07,362 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1722', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9b298037-14ff-4f2c-b7b5-f251b2f54069', 'x-compute-request-id': 'req-9b298037-14ff-4f2c-b7b5-f251b2f54069', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "ACTIVE", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:29:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:29:08,527 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.155s 2022-07-20 19:29:08,527 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1722', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-621421f0-7671-4a5b-9d73-aea2e510ab46', 'x-compute-request-id': 'req-621421f0-7671-4a5b-9d73-aea2e510ab46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "ACTIVE", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:29:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:29:09,698 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.160s 2022-07-20 19:29:09,698 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1722', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-78f0e3d8-9d12-47e4-83f4-adb483eb9f53', 'x-compute-request-id': 'req-78f0e3d8-9d12-47e4-83f4-adb483eb9f53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "ACTIVE", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:29:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:29:10,894 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.186s 2022-07-20 19:29:10,894 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1722', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-70440cd8-a41a-43bb-b1c7-c98aecafda2a', 'x-compute-request-id': 'req-70440cd8-a41a-43bb-b1c7-c98aecafda2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "ACTIVE", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:29:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:29:12,079 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.174s 2022-07-20 19:29:12,079 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1722', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-24347a18-5b16-469a-97cb-c858a06a40eb', 'x-compute-request-id': 'req-24347a18-5b16-469a-97cb-c858a06a40eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "ACTIVE", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:29:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:29:13,556 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.464s 2022-07-20 19:29:13,556 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1722', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d3d8aa5-7343-4ae1-8c4a-1d69c7a3196d', 'x-compute-request-id': 'req-9d3d8aa5-7343-4ae1-8c4a-1d69c7a3196d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "ACTIVE", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:29:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:29:14,726 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.161s 2022-07-20 19:29:14,727 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1722', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31dec7b4-fd96-4be9-9945-f454d95f9a02', 'x-compute-request-id': 'req-31dec7b4-fd96-4be9-9945-f454d95f9a02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "ACTIVE", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:29:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:29:15,907 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.171s 2022-07-20 19:29:15,908 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1722', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-44172b37-8ecc-4377-a426-c7c32a0c3302', 'x-compute-request-id': 'req-44172b37-8ecc-4377-a426-c7c32a0c3302', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "ACTIVE", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:29:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:29:17,116 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.198s 2022-07-20 19:29:17,116 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1722', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21d40cbe-da39-4b93-aafe-58019798d810', 'x-compute-request-id': 'req-21d40cbe-da39-4b93-aafe-58019798d810', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "ACTIVE", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:29:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:29:18,292 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.164s 2022-07-20 19:29:18,292 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1722', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8abe56ae-94ee-47a0-9f99-cefd0834eb6d', 'x-compute-request-id': 'req-8abe56ae-94ee-47a0-9f99-cefd0834eb6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "ACTIVE", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:29:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:29:19,462 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.161s 2022-07-20 19:29:19,463 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1722', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3fd55310-b05d-42c4-accf-5522261e6604', 'x-compute-request-id': 'req-3fd55310-b05d-42c4-accf-5522261e6604', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "ACTIVE", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:29:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:29:20,631 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.157s 2022-07-20 19:29:20,631 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1722', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db75dd53-2c53-417b-a243-08a5cae1146c', 'x-compute-request-id': 'req-db75dd53-2c53-417b-a243-08a5cae1146c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "ACTIVE", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:29:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:29:21,797 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.157s 2022-07-20 19:29:21,797 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1722', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4287dc5d-0b68-4fa1-839d-451aee8ac6d3', 'x-compute-request-id': 'req-4287dc5d-0b68-4fa1-839d-451aee8ac6d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "ACTIVE", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:29:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:29:22,974 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.167s 2022-07-20 19:29:22,974 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1722', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-44cb5c79-a84f-4b1e-b152-196e88676df6', 'x-compute-request-id': 'req-44cb5c79-a84f-4b1e-b152-196e88676df6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "ACTIVE", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:29:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:29:24,306 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.322s 2022-07-20 19:29:24,306 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1722', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a27d752e-bce3-44fe-ba03-9e7c9920aba0', 'x-compute-request-id': 'req-a27d752e-bce3-44fe-ba03-9e7c9920aba0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "ACTIVE", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:29:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:29:25,476 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.159s 2022-07-20 19:29:25,477 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1722', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5408eea3-1d1b-41bf-8f08-92faeb3541c3', 'x-compute-request-id': 'req-5408eea3-1d1b-41bf-8f08-92faeb3541c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "ACTIVE", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:29:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:29:26,654 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.167s 2022-07-20 19:29:26,654 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1722', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ea5ee88-6061-4de4-88d7-82ef717cb1fb', 'x-compute-request-id': 'req-2ea5ee88-6061-4de4-88d7-82ef717cb1fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "ACTIVE", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:29:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:29:27,848 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.184s 2022-07-20 19:29:27,849 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1722', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eadf41d3-f5ef-477e-8491-89af5476a9e2', 'x-compute-request-id': 'req-eadf41d3-f5ef-477e-8491-89af5476a9e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "ACTIVE", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:29:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:29:29,029 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.170s 2022-07-20 19:29:29,029 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1722', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b8869e6e-fe86-4f74-a15b-299d2d7ef178', 'x-compute-request-id': 'req-b8869e6e-fe86-4f74-a15b-299d2d7ef178', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "ACTIVE", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:29:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:29:30,196 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.157s 2022-07-20 19:29:30,196 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1722', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-043fb436-7cb3-44ab-8ac7-a90ac86fa6d6', 'x-compute-request-id': 'req-043fb436-7cb3-44ab-8ac7-a90ac86fa6d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "ACTIVE", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:29:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:29:31,367 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.160s 2022-07-20 19:29:31,367 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1722', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4b4e36e3-0508-4f83-acb7-09ac91bfedca', 'x-compute-request-id': 'req-4b4e36e3-0508-4f83-acb7-09ac91bfedca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "ACTIVE", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:29:01Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:29:32,539 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.163s 2022-07-20 19:29:32,540 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1743', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f6ca05ea-4ed9-4713-9066-090433842666', 'x-compute-request-id': 'req-f6ca05ea-4ed9-4713-9066-090433842666', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "ACTIVE", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:29:32Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "shelving_image_pending_upload", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:29:32,548 118446 INFO [tempest.common.waiters] State transition "ACTIVE/shelving" ==> "ACTIVE/shelving_image_pending_upload" after 31 second wait 2022-07-20 19:29:33,812 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.262s 2022-07-20 19:29:33,813 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1743', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b79fa276-93a0-47a8-9b03-97d00cedb818', 'x-compute-request-id': 'req-b79fa276-93a0-47a8-9b03-97d00cedb818', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "ACTIVE", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:29:32Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "shelving_image_pending_upload", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:29:35,381 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.559s 2022-07-20 19:29:35,382 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1743', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c149f7db-3165-41f1-98f2-c8812b1288c1', 'x-compute-request-id': 'req-c149f7db-3165-41f1-98f2-c8812b1288c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "ACTIVE", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:29:32Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "shelving_image_pending_upload", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:29:36,555 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.164s 2022-07-20 19:29:36,556 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1743', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a5b131a-5c2a-4fb2-88a0-0d1f5b78e626', 'x-compute-request-id': 'req-1a5b131a-5c2a-4fb2-88a0-0d1f5b78e626', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "ACTIVE", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:29:32Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "shelving_image_pending_upload", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:29:37,769 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.204s 2022-07-20 19:29:37,769 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1743', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4bd5abad-04ec-4934-af11-638d06807126', 'x-compute-request-id': 'req-4bd5abad-04ec-4934-af11-638d06807126', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "ACTIVE", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:29:32Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "shelving_image_pending_upload", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:29:39,033 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.253s 2022-07-20 19:29:39,033 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1743', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c17245f-2cb3-4a0c-a14b-201182ddc9ab', 'x-compute-request-id': 'req-2c17245f-2cb3-4a0c-a14b-201182ddc9ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "ACTIVE", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:29:32Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "shelving_image_pending_upload", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:29:40,217 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.175s 2022-07-20 19:29:40,217 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1743', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b0d6e200-0fae-41a9-a12f-3bf3388d2799', 'x-compute-request-id': 'req-b0d6e200-0fae-41a9-a12f-3bf3388d2799', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "ACTIVE", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:29:32Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "shelving_image_pending_upload", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:29:41,387 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.159s 2022-07-20 19:29:41,387 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1743', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f7f0006a-4207-4ca8-b05e-5fb2e933e441', 'x-compute-request-id': 'req-f7f0006a-4207-4ca8-b05e-5fb2e933e441', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "ACTIVE", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:29:32Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "shelving_image_pending_upload", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:29:42,561 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.163s 2022-07-20 19:29:42,561 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1738', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-84c54dd6-201f-4f59-86d5-d6c3bcc0b537', 'x-compute-request-id': 'req-84c54dd6-201f-4f59-86d5-d6c3bcc0b537', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "ACTIVE", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:29:42Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:29:42,570 118446 INFO [tempest.common.waiters] State transition "ACTIVE/shelving_image_pending_upload" ==> "ACTIVE/shelving_image_uploading" after 41 second wait 2022-07-20 19:29:43,824 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.253s 2022-07-20 19:29:43,825 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1738', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ed0c52d-ac19-4f1d-a257-0780bb14c368', 'x-compute-request-id': 'req-7ed0c52d-ac19-4f1d-a257-0780bb14c368', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "ACTIVE", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:29:42Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:29:45,024 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.189s 2022-07-20 19:29:45,024 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1738', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e895696-cf28-4c9b-8efc-60697ef1a851', 'x-compute-request-id': 'req-4e895696-cf28-4c9b-8efc-60697ef1a851', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "ACTIVE", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:29:42Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:29:46,610 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.575s 2022-07-20 19:29:46,610 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1738', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e8a69813-7893-45a4-b73c-39933724eba7', 'x-compute-request-id': 'req-e8a69813-7893-45a4-b73c-39933724eba7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "ACTIVE", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:29:42Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:29:47,791 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.172s 2022-07-20 19:29:47,792 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1738', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3305288-9422-4ea3-a645-6df0f513d629', 'x-compute-request-id': 'req-f3305288-9422-4ea3-a645-6df0f513d629', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "ACTIVE", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:29:42Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:29:48,972 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.172s 2022-07-20 19:29:48,973 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1738', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-415df92d-5ec2-4c44-af5e-59b1583b7240', 'x-compute-request-id': 'req-415df92d-5ec2-4c44-af5e-59b1583b7240', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "ACTIVE", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:29:42Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:29:50,167 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.183s 2022-07-20 19:29:50,168 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1738', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f824612a-2583-41df-8620-ade79560a1a9', 'x-compute-request-id': 'req-f824612a-2583-41df-8620-ade79560a1a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "ACTIVE", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:29:42Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:29:51,392 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.213s 2022-07-20 19:29:51,393 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1738', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-25432544-934c-4924-a6be-e8fcafa854db', 'x-compute-request-id': 'req-25432544-934c-4924-a6be-e8fcafa854db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "ACTIVE", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:29:42Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:29:52,606 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.202s 2022-07-20 19:29:52,606 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1738', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62ed4a33-7c68-4111-96cb-c83a05dea199', 'x-compute-request-id': 'req-62ed4a33-7c68-4111-96cb-c83a05dea199', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "ACTIVE", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:29:42Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:29:53,792 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.175s 2022-07-20 19:29:53,792 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1738', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca07ae18-e705-4b5a-bf28-94cb7751174c', 'x-compute-request-id': 'req-ca07ae18-e705-4b5a-bf28-94cb7751174c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "ACTIVE", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:29:42Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:29:54,980 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.178s 2022-07-20 19:29:54,980 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1738', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-234dca93-a4ca-469f-8add-0613007c44d3', 'x-compute-request-id': 'req-234dca93-a4ca-469f-8add-0613007c44d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "ACTIVE", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:29:42Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:29:56,161 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.165s 2022-07-20 19:29:56,162 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1738', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e3544ae-b266-4f89-a07e-ccee6ae75b15', 'x-compute-request-id': 'req-4e3544ae-b266-4f89-a07e-ccee6ae75b15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "ACTIVE", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:29:42Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "shelving_image_uploading", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:29:57,331 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.160s 2022-07-20 19:29:57,332 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1720', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0835a776-abc9-4f2e-8a21-0c34ea22019c', 'x-compute-request-id': 'req-0835a776-abc9-4f2e-8a21-0c34ea22019c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:29:57Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "shelving_offloading", "OS-EXT-STS:vm_state": "shelved", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:29:57,340 118446 INFO [tempest.common.waiters] State transition "ACTIVE/shelving_image_uploading" ==> "SHELVED/shelving_offloading" after 56 second wait 2022-07-20 19:29:58,504 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.162s 2022-07-20 19:29:58,504 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1720', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-93101209-b916-48cd-8f22-586dcdceef70', 'x-compute-request-id': 'req-93101209-b916-48cd-8f22-586dcdceef70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:29:57Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "shelving_offloading", "OS-EXT-STS:vm_state": "shelved", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:29:59,674 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.161s 2022-07-20 19:29:59,675 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8db12c20-175a-4337-86c1-77748d65e3e7', 'x-compute-request-id': 'req-8db12c20-175a-4337-86c1-77748d65e3e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "141dad67a0e67ae0bc4d2f404dcf484cc548620a6e77b261a45c3439", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:29:59Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2022-07-20 19:29:59,683 118446 INFO [tempest.common.waiters] State transition "SHELVED/shelving_offloading" ==> "SHELVED_OFFLOADED/None" after 58 second wait 2022-07-20 19:30:00,010 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 POST http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55/os-volume_attachments 0.326s 2022-07-20 19:30:00,010 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"volumeAttachment": {"volumeId": "f00f5654-f06c-4ad5-ad71-c1e119e5d683"}} Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '188', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8201c6e8-95c9-434b-ac92-47e82159a7d5', 'x-compute-request-id': 'req-8201c6e8-95c9-434b-ac92-47e82159a7d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55/os-volume_attachments'} Body: b'{"volumeAttachment": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "serverId": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "volumeId": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "device": null}}' 2022-07-20 19:30:00,058 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.046s 2022-07-20 19:30:00,059 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-536167c2-4b3a-4d0c-b5f3-37109577955c', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-536167c2-4b3a-4d0c-b5f3-37109577955c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:30:00,066 118446 INFO [tempest.common.waiters] Attachment fcab7acd-c158-4551-aa14-5e962ea91a62 created for volume f00f5654-f06c-4ad5-ad71-c1e119e5d683 to server 3b2abd53-4758-462c-b36a-0d1bf0b66a55 after waiting for 0.066122 seconds 2022-07-20 19:30:00,110 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 19:30:00,111 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1dbfcf8f-c945-4023-a335-8e83b92ba081', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1dbfcf8f-c945-4023-a335-8e83b92ba081', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:30:00,117 118446 INFO [tempest.common.waiters] volume f00f5654-f06c-4ad5-ad71-c1e119e5d683 reached in-use after waiting for 0.117915 seconds 2022-07-20 19:30:00,222 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55/action 0.104s 2022-07-20 19:30:00,223 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: {"unshelve": null} Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-29b0e451-932c-4a0d-bfcf-9ccf81da5856', 'x-compute-request-id': 'req-29b0e451-932c-4a0d-bfcf-9ccf81da5856', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55/action'} Body: b'' 2022-07-20 19:30:00,387 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.163s 2022-07-20 19:30:00,387 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1749', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-237c5fc5-6b16-4f51-a7cb-490b1da79080', 'x-compute-request-id': 'req-237c5fc5-6b16-4f51-a7cb-490b1da79080', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:00Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:30:01,554 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.156s 2022-07-20 19:30:01,554 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1749', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b57a7c9-0f94-435a-8514-fd5bd2fc56fa', 'x-compute-request-id': 'req-3b57a7c9-0f94-435a-8514-fd5bd2fc56fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:00Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:30:02,723 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.158s 2022-07-20 19:30:02,723 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1749', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-04b335ea-5e3d-422b-881c-9e3f30dbe7f5', 'x-compute-request-id': 'req-04b335ea-5e3d-422b-881c-9e3f30dbe7f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:00Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:30:03,894 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.160s 2022-07-20 19:30:03,894 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1749', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b556a23b-ec42-4f78-b9a0-0fd19b689f75', 'x-compute-request-id': 'req-b556a23b-ec42-4f78-b9a0-0fd19b689f75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:00Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:30:05,070 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.166s 2022-07-20 19:30:05,071 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1749', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6dabafff-522d-4ffc-8ec8-7446f913c91b', 'x-compute-request-id': 'req-6dabafff-522d-4ffc-8ec8-7446f913c91b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:00Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:30:06,237 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.157s 2022-07-20 19:30:06,237 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1749', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a256206-63bd-4dfa-8d00-3853ef458f6c', 'x-compute-request-id': 'req-3a256206-63bd-4dfa-8d00-3853ef458f6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:00Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:30:07,408 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.161s 2022-07-20 19:30:07,408 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1749', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f25ac2ff-e1c7-4980-b982-ad6825c563bb', 'x-compute-request-id': 'req-f25ac2ff-e1c7-4980-b982-ad6825c563bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:00Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:30:08,586 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.168s 2022-07-20 19:30:08,586 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1749', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-08fb733d-18dc-4368-b973-733d6f42b462', 'x-compute-request-id': 'req-08fb733d-18dc-4368-b973-733d6f42b462', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:00Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:30:09,757 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.161s 2022-07-20 19:30:09,757 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1749', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e815ecb-27f4-4456-9b16-7d1a8176a5ad', 'x-compute-request-id': 'req-4e815ecb-27f4-4456-9b16-7d1a8176a5ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:00Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:30:10,941 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.174s 2022-07-20 19:30:10,941 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1749', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b4deb140-9593-4567-9a6e-ddd757ad04d4', 'x-compute-request-id': 'req-b4deb140-9593-4567-9a6e-ddd757ad04d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:00Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:30:12,109 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.158s 2022-07-20 19:30:12,109 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1749', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-154ec22c-e8cb-4e11-a2d6-97bbe74c0f2c', 'x-compute-request-id': 'req-154ec22c-e8cb-4e11-a2d6-97bbe74c0f2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:00Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:30:13,278 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.160s 2022-07-20 19:30:13,279 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1749', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23b2ebf2-e266-4111-a542-bff1633bf985', 'x-compute-request-id': 'req-23b2ebf2-e266-4111-a542-bff1633bf985', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:00Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:30:14,456 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.167s 2022-07-20 19:30:14,456 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1749', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7efc37b7-f88d-4417-95c9-13afab06bcea', 'x-compute-request-id': 'req-7efc37b7-f88d-4417-95c9-13afab06bcea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:00Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:30:15,633 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.166s 2022-07-20 19:30:15,633 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1749', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cfc437aa-716f-4ef3-bb29-0acf7f6ab13d', 'x-compute-request-id': 'req-cfc437aa-716f-4ef3-bb29-0acf7f6ab13d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:00Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:30:16,811 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.167s 2022-07-20 19:30:16,812 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1749', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56791dd2-7a5a-4fb9-97ce-521997dc9069', 'x-compute-request-id': 'req-56791dd2-7a5a-4fb9-97ce-521997dc9069', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:00Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:30:17,987 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.165s 2022-07-20 19:30:17,987 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1749', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b139053a-26a2-4c9c-a46c-690ca8f5be6f', 'x-compute-request-id': 'req-b139053a-26a2-4c9c-a46c-690ca8f5be6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:00Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:30:19,161 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.164s 2022-07-20 19:30:19,161 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1749', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c645e6c4-2aae-48f2-8f80-4fa085125115', 'x-compute-request-id': 'req-c645e6c4-2aae-48f2-8f80-4fa085125115', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:00Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:30:20,331 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.159s 2022-07-20 19:30:20,331 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1749', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-99ab1e62-bb0d-409b-b5a7-07fa2f2e0900', 'x-compute-request-id': 'req-99ab1e62-bb0d-409b-b5a7-07fa2f2e0900', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:00Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:30:21,504 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.163s 2022-07-20 19:30:21,505 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1749', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa68226d-c833-4b24-accf-fbed6e3e56a8', 'x-compute-request-id': 'req-fa68226d-c833-4b24-accf-fbed6e3e56a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:00Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:30:22,678 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.165s 2022-07-20 19:30:22,679 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1749', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bce3c90b-facb-421b-8924-86897e55e245', 'x-compute-request-id': 'req-bce3c90b-facb-421b-8924-86897e55e245', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:00Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:30:23,846 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.158s 2022-07-20 19:30:23,846 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1749', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5941ca79-4e5d-415c-86b6-102f80c05f46', 'x-compute-request-id': 'req-5941ca79-4e5d-415c-86b6-102f80c05f46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:00Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:30:25,021 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.165s 2022-07-20 19:30:25,021 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1749', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e87f379-63c3-4d82-a197-b30378b9af82', 'x-compute-request-id': 'req-1e87f379-63c3-4d82-a197-b30378b9af82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:00Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:30:26,195 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.164s 2022-07-20 19:30:26,195 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1749', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f7fecb3-42f0-4b3e-87ec-84b6fb29ae9a', 'x-compute-request-id': 'req-6f7fecb3-42f0-4b3e-87ec-84b6fb29ae9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:00Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:30:27,366 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.161s 2022-07-20 19:30:27,366 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1749', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d11c7849-35a0-42de-a457-f9f5b767f55d', 'x-compute-request-id': 'req-d11c7849-35a0-42de-a457-f9f5b767f55d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:00Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:30:28,539 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.163s 2022-07-20 19:30:28,539 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1749', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7b125219-5717-40a0-aed0-4c9fbc7cb3cc', 'x-compute-request-id': 'req-7b125219-5717-40a0-aed0-4c9fbc7cb3cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:00Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:30:29,709 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.159s 2022-07-20 19:30:29,709 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1749', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6ae162b-276b-494a-9d8f-f90b163a9a10', 'x-compute-request-id': 'req-a6ae162b-276b-494a-9d8f-f90b163a9a10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:00Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:30:30,882 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.164s 2022-07-20 19:30:30,883 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1749', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf8b1295-4dd8-410f-8669-57109bfd7780', 'x-compute-request-id': 'req-cf8b1295-4dd8-410f-8669-57109bfd7780', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:00Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:30:32,064 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.171s 2022-07-20 19:30:32,065 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1749', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2a483bd1-2a4d-4d3e-b334-0aa45fc39dd0', 'x-compute-request-id': 'req-2a483bd1-2a4d-4d3e-b334-0aa45fc39dd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:00Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:30:33,250 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.175s 2022-07-20 19:30:33,250 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1749', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1df2bef7-2e6c-422a-94b3-b757d5bad0f1', 'x-compute-request-id': 'req-1df2bef7-2e6c-422a-94b3-b757d5bad0f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:00Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:30:34,437 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.177s 2022-07-20 19:30:34,438 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1749', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2b37919-89aa-477d-95a4-a7bf617d6929', 'x-compute-request-id': 'req-a2b37919-89aa-477d-95a4-a7bf617d6929', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:00Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:30:35,615 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.166s 2022-07-20 19:30:35,615 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1749', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3604bf47-1f99-4a34-9424-77cde8e337fc', 'x-compute-request-id': 'req-3604bf47-1f99-4a34-9424-77cde8e337fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:00Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:30:36,795 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.171s 2022-07-20 19:30:36,795 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1749', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8bd6703f-5e8d-4ed8-bbe7-3aee2bc1876f', 'x-compute-request-id': 'req-8bd6703f-5e8d-4ed8-bbe7-3aee2bc1876f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:00Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:30:37,979 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.173s 2022-07-20 19:30:37,979 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1749', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8558e605-4d66-4a48-a06b-6ecf561443c8', 'x-compute-request-id': 'req-8558e605-4d66-4a48-a06b-6ecf561443c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:00Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:30:39,153 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.164s 2022-07-20 19:30:39,153 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1749', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf6fc74d-d030-4faf-9821-09f4cdd6e941', 'x-compute-request-id': 'req-bf6fc74d-d030-4faf-9821-09f4cdd6e941', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:00Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:30:40,344 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.180s 2022-07-20 19:30:40,345 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1749', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-673340cd-75d0-43db-83c1-64b4f4e626de', 'x-compute-request-id': 'req-673340cd-75d0-43db-83c1-64b4f4e626de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:00Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:30:41,515 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.160s 2022-07-20 19:30:41,516 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1749', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-19d784ba-c679-4a29-b32b-c565ff4a7384', 'x-compute-request-id': 'req-19d784ba-c679-4a29-b32b-c565ff4a7384', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:00Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:30:42,697 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.172s 2022-07-20 19:30:42,698 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1749', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c0cfceb-792a-45d3-92d7-5e6dc4a40df4', 'x-compute-request-id': 'req-1c0cfceb-792a-45d3-92d7-5e6dc4a40df4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:00Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:30:43,871 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.161s 2022-07-20 19:30:43,871 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1749', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5733da85-c308-4d1f-90c0-6fa1be4bcc4f', 'x-compute-request-id': 'req-5733da85-c308-4d1f-90c0-6fa1be4bcc4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:00Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:30:45,042 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.161s 2022-07-20 19:30:45,043 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1749', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-586d82b9-02a6-455a-8a2d-3e5b9c13b50c', 'x-compute-request-id': 'req-586d82b9-02a6-455a-8a2d-3e5b9c13b50c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:00Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:30:46,212 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.159s 2022-07-20 19:30:46,213 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1749', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-26f301b2-5c69-4998-971a-4aca46a5cb2f', 'x-compute-request-id': 'req-26f301b2-5c69-4998-971a-4aca46a5cb2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:00Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:30:47,399 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.175s 2022-07-20 19:30:47,399 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1749', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-501c5d90-79df-4730-bdfb-373a43fb8c06', 'x-compute-request-id': 'req-501c5d90-79df-4730-bdfb-373a43fb8c06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:00Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:30:48,571 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.161s 2022-07-20 19:30:48,571 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1749', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f1e7b1e-a8b5-40c6-8d89-c9f2bf580e84', 'x-compute-request-id': 'req-7f1e7b1e-a8b5-40c6-8d89-c9f2bf580e84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:00Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:30:49,742 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.160s 2022-07-20 19:30:49,742 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1749', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-703e092b-9019-4da4-aeab-80c0a95ffd8a', 'x-compute-request-id': 'req-703e092b-9019-4da4-aeab-80c0a95ffd8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:00Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:30:50,936 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.183s 2022-07-20 19:30:50,936 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1749', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-332f6905-97a8-49b6-bfcc-384fbbe81c38', 'x-compute-request-id': 'req-332f6905-97a8-49b6-bfcc-384fbbe81c38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:00Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:30:52,105 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.158s 2022-07-20 19:30:52,106 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1749', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15158f5a-4001-48b4-a9b0-a69ac9476a75', 'x-compute-request-id': 'req-15158f5a-4001-48b4-a9b0-a69ac9476a75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:00Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:30:53,277 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.160s 2022-07-20 19:30:53,277 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1749', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a81cb7fe-d036-4a2b-8e4d-851831094831', 'x-compute-request-id': 'req-a81cb7fe-d036-4a2b-8e4d-851831094831', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:00Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:30:54,445 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.157s 2022-07-20 19:30:54,445 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1749', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6b290d2-759a-407d-8b7f-3b31793b1b8f', 'x-compute-request-id': 'req-e6b290d2-759a-407d-8b7f-3b31793b1b8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:00Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "unshelving", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:30:55,623 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.168s 2022-07-20 19:30:55,624 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-52fd0514-9a8d-4800-8f0d-05f916d56b8c', 'x-compute-request-id': 'req-52fd0514-9a8d-4800-8f0d-05f916d56b8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:30:55,632 118446 INFO [tempest.common.waiters] State transition "SHELVED_OFFLOADED/unshelving" ==> "SHELVED_OFFLOADED/spawning" after 55 second wait 2022-07-20 19:30:56,801 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.168s 2022-07-20 19:30:56,802 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3a6e8ba-5a0b-4f92-8bad-c423bb314fae', 'x-compute-request-id': 'req-f3a6e8ba-5a0b-4f92-8bad-c423bb314fae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:30:57,971 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.160s 2022-07-20 19:30:57,972 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-05520479-680c-4390-b7ac-444a0eb6fd96', 'x-compute-request-id': 'req-05520479-680c-4390-b7ac-444a0eb6fd96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:30:59,174 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.193s 2022-07-20 19:30:59,175 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cbb5a6b6-6aaf-4882-913c-d76241a6dd6f', 'x-compute-request-id': 'req-cbb5a6b6-6aaf-4882-913c-d76241a6dd6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:31:00,344 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.159s 2022-07-20 19:31:00,345 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6ba6ff0f-41d6-405c-95d6-e46f755ca208', 'x-compute-request-id': 'req-6ba6ff0f-41d6-405c-95d6-e46f755ca208', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:31:01,513 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.159s 2022-07-20 19:31:01,513 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf7cb5e6-78ae-477e-b062-57a880259232', 'x-compute-request-id': 'req-cf7cb5e6-78ae-477e-b062-57a880259232', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:31:02,695 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.172s 2022-07-20 19:31:02,696 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-39ffd384-1938-4627-b2c2-dd1387cea9c8', 'x-compute-request-id': 'req-39ffd384-1938-4627-b2c2-dd1387cea9c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:31:03,972 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.267s 2022-07-20 19:31:03,973 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-51fd3bf4-04b2-4605-81bb-a24cbe45e05a', 'x-compute-request-id': 'req-51fd3bf4-04b2-4605-81bb-a24cbe45e05a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:31:05,163 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.181s 2022-07-20 19:31:05,164 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be901866-b474-4f00-a69f-f9fefa03d152', 'x-compute-request-id': 'req-be901866-b474-4f00-a69f-f9fefa03d152', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:31:06,340 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.167s 2022-07-20 19:31:06,341 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-58a147f0-1e74-48a2-999b-afa2382abb08', 'x-compute-request-id': 'req-58a147f0-1e74-48a2-999b-afa2382abb08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:31:07,506 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.155s 2022-07-20 19:31:07,507 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac6cad04-0c91-46a9-a7a3-039944eada35', 'x-compute-request-id': 'req-ac6cad04-0c91-46a9-a7a3-039944eada35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:31:08,680 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.163s 2022-07-20 19:31:08,681 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce4ec99e-fd3a-421f-ae26-5accf272e3b2', 'x-compute-request-id': 'req-ce4ec99e-fd3a-421f-ae26-5accf272e3b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:31:09,853 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.162s 2022-07-20 19:31:09,854 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0bdc3d9-2ec1-4548-bb30-bda0a3189469', 'x-compute-request-id': 'req-d0bdc3d9-2ec1-4548-bb30-bda0a3189469', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:31:11,021 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.157s 2022-07-20 19:31:11,022 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9495d111-06f3-41a5-9126-14105173c6dd', 'x-compute-request-id': 'req-9495d111-06f3-41a5-9126-14105173c6dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:31:12,188 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.157s 2022-07-20 19:31:12,189 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-22113cd8-5eb3-4692-9309-bfcc6ac6ab93', 'x-compute-request-id': 'req-22113cd8-5eb3-4692-9309-bfcc6ac6ab93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:31:13,355 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.158s 2022-07-20 19:31:13,356 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea8adf0b-b016-4982-aaa0-19927512f0ed', 'x-compute-request-id': 'req-ea8adf0b-b016-4982-aaa0-19927512f0ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:31:14,534 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.169s 2022-07-20 19:31:14,535 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-040ce635-4719-4d10-b7a8-e524534c18de', 'x-compute-request-id': 'req-040ce635-4719-4d10-b7a8-e524534c18de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:31:15,706 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.160s 2022-07-20 19:31:15,707 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fed5b286-4a4a-4f07-9f37-b7a6c9c1e120', 'x-compute-request-id': 'req-fed5b286-4a4a-4f07-9f37-b7a6c9c1e120', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:31:16,882 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.165s 2022-07-20 19:31:16,882 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-adabb0eb-aec7-43c4-8ef9-7a980b573314', 'x-compute-request-id': 'req-adabb0eb-aec7-43c4-8ef9-7a980b573314', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:31:18,054 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.162s 2022-07-20 19:31:18,054 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa4ba625-56cb-42dd-8b9e-49f21e7b0783', 'x-compute-request-id': 'req-fa4ba625-56cb-42dd-8b9e-49f21e7b0783', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:31:19,223 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.159s 2022-07-20 19:31:19,224 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff1bc673-5046-4efe-9f19-7465ea3b90b0', 'x-compute-request-id': 'req-ff1bc673-5046-4efe-9f19-7465ea3b90b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:31:20,396 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.162s 2022-07-20 19:31:20,396 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e381d7ec-1d2d-49f9-9a2a-3c0331d96ff1', 'x-compute-request-id': 'req-e381d7ec-1d2d-49f9-9a2a-3c0331d96ff1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:31:21,565 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.159s 2022-07-20 19:31:21,566 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b5e8b78b-fef9-4771-8ee5-b6a683cb352f', 'x-compute-request-id': 'req-b5e8b78b-fef9-4771-8ee5-b6a683cb352f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:31:22,734 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.158s 2022-07-20 19:31:22,734 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5283059e-cb4f-4f91-9045-11b6aa21bd2c', 'x-compute-request-id': 'req-5283059e-cb4f-4f91-9045-11b6aa21bd2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:31:23,901 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.157s 2022-07-20 19:31:23,901 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c38ca97-2eb3-49ec-8613-462535df95c5', 'x-compute-request-id': 'req-0c38ca97-2eb3-49ec-8613-462535df95c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:31:25,071 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.160s 2022-07-20 19:31:25,072 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b65e080c-4503-48c9-a5cc-2dadfce8c641', 'x-compute-request-id': 'req-b65e080c-4503-48c9-a5cc-2dadfce8c641', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:31:26,243 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.161s 2022-07-20 19:31:26,243 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5f352ce-4904-487c-a13e-aa1020f53ced', 'x-compute-request-id': 'req-e5f352ce-4904-487c-a13e-aa1020f53ced', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:31:27,416 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.162s 2022-07-20 19:31:27,416 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3be0a989-b04c-4fbd-a41e-00cc44e89cfc', 'x-compute-request-id': 'req-3be0a989-b04c-4fbd-a41e-00cc44e89cfc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:31:28,582 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.156s 2022-07-20 19:31:28,583 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-54b51ca2-d9ab-4a9d-8500-4e671fb56874', 'x-compute-request-id': 'req-54b51ca2-d9ab-4a9d-8500-4e671fb56874', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:31:29,749 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.156s 2022-07-20 19:31:29,750 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa8eadc0-af02-4bb4-b1cc-db3986085aba', 'x-compute-request-id': 'req-aa8eadc0-af02-4bb4-b1cc-db3986085aba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:31:30,916 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.156s 2022-07-20 19:31:30,916 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-580a0089-88ac-4978-8b3e-804f61d689d7', 'x-compute-request-id': 'req-580a0089-88ac-4978-8b3e-804f61d689d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:31:32,089 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.162s 2022-07-20 19:31:32,090 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc5bfb9b-5ee9-4d01-8797-88534faa3670', 'x-compute-request-id': 'req-bc5bfb9b-5ee9-4d01-8797-88534faa3670', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:31:33,259 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.158s 2022-07-20 19:31:33,259 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a598596b-a17b-4c36-a418-467c55eb3a87', 'x-compute-request-id': 'req-a598596b-a17b-4c36-a418-467c55eb3a87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:31:34,429 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.160s 2022-07-20 19:31:34,430 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eefdc68a-18d9-4b08-a93c-73fae5b42bbd', 'x-compute-request-id': 'req-eefdc68a-18d9-4b08-a93c-73fae5b42bbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:31:35,595 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.156s 2022-07-20 19:31:35,596 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a8296ce-dc4b-46f4-b4a0-eeda3322f4f2', 'x-compute-request-id': 'req-7a8296ce-dc4b-46f4-b4a0-eeda3322f4f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:31:36,767 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.161s 2022-07-20 19:31:36,767 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9398a78-d6d5-4aff-afdb-cef736bad8fa', 'x-compute-request-id': 'req-f9398a78-d6d5-4aff-afdb-cef736bad8fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:31:37,939 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.162s 2022-07-20 19:31:37,939 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ed9e0adc-0ccb-4e13-8d68-f33a46d82619', 'x-compute-request-id': 'req-ed9e0adc-0ccb-4e13-8d68-f33a46d82619', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:31:39,111 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.161s 2022-07-20 19:31:39,111 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e70c378-cd43-4ff9-b2eb-99bf571a76de', 'x-compute-request-id': 'req-9e70c378-cd43-4ff9-b2eb-99bf571a76de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:31:40,281 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.160s 2022-07-20 19:31:40,282 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5fa1984d-a5bd-4e71-9acd-bb38be3f180d', 'x-compute-request-id': 'req-5fa1984d-a5bd-4e71-9acd-bb38be3f180d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:31:41,453 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.161s 2022-07-20 19:31:41,453 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc7ee82c-af79-424b-8a50-3411dde22066', 'x-compute-request-id': 'req-cc7ee82c-af79-424b-8a50-3411dde22066', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:31:42,633 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.169s 2022-07-20 19:31:42,633 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eebf588f-e339-4153-b13c-73eb9987fbb5', 'x-compute-request-id': 'req-eebf588f-e339-4153-b13c-73eb9987fbb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:31:43,804 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.161s 2022-07-20 19:31:43,805 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c76fd394-887b-4f3e-a0d2-3fce4e7ebaee', 'x-compute-request-id': 'req-c76fd394-887b-4f3e-a0d2-3fce4e7ebaee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:31:44,973 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.158s 2022-07-20 19:31:44,974 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b2871e3-29eb-4f05-b427-e8a596fa9eee', 'x-compute-request-id': 'req-8b2871e3-29eb-4f05-b427-e8a596fa9eee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:31:46,146 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.162s 2022-07-20 19:31:46,146 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-891678db-7759-43cd-9cba-a9e630f692a2', 'x-compute-request-id': 'req-891678db-7759-43cd-9cba-a9e630f692a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:31:47,318 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.162s 2022-07-20 19:31:47,319 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-81f600a9-6b25-4d27-b9c7-a7d475cf6874', 'x-compute-request-id': 'req-81f600a9-6b25-4d27-b9c7-a7d475cf6874', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:31:48,493 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.165s 2022-07-20 19:31:48,494 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bbe5a749-5be6-445b-8be8-ea7b8e9b2014', 'x-compute-request-id': 'req-bbe5a749-5be6-445b-8be8-ea7b8e9b2014', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:31:49,661 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.157s 2022-07-20 19:31:49,661 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6942b92-0c36-40f1-8e0e-7bdb1376fa11', 'x-compute-request-id': 'req-a6942b92-0c36-40f1-8e0e-7bdb1376fa11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:31:50,829 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.158s 2022-07-20 19:31:50,829 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ce37316-6829-4d63-8079-6cee3aa06bf6', 'x-compute-request-id': 'req-0ce37316-6829-4d63-8079-6cee3aa06bf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:31:51,995 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.155s 2022-07-20 19:31:51,995 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6ae96729-8053-4302-a8a1-6b8abd192cce', 'x-compute-request-id': 'req-6ae96729-8053-4302-a8a1-6b8abd192cce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:31:53,167 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.162s 2022-07-20 19:31:53,168 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b49533b6-b944-43cf-a6e3-3acbb1b0a09e', 'x-compute-request-id': 'req-b49533b6-b944-43cf-a6e3-3acbb1b0a09e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:31:54,341 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.163s 2022-07-20 19:31:54,342 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7bde7b77-5354-4e15-961b-4fa9b1a880d0', 'x-compute-request-id': 'req-7bde7b77-5354-4e15-961b-4fa9b1a880d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:31:55,507 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.155s 2022-07-20 19:31:55,507 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db81ae27-903c-415c-be0d-8375c1290cdf', 'x-compute-request-id': 'req-db81ae27-903c-415c-be0d-8375c1290cdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:31:56,675 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.159s 2022-07-20 19:31:56,676 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-12026213-546e-4ac6-956f-dd76423ea567', 'x-compute-request-id': 'req-12026213-546e-4ac6-956f-dd76423ea567', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:31:57,850 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.165s 2022-07-20 19:31:57,850 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6838ddde-2df5-493d-b4f9-dfd33228fec6', 'x-compute-request-id': 'req-6838ddde-2df5-493d-b4f9-dfd33228fec6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:31:59,025 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.165s 2022-07-20 19:31:59,026 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83011174-9375-4f29-81c5-31e157376ead', 'x-compute-request-id': 'req-83011174-9375-4f29-81c5-31e157376ead', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:32:00,193 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.158s 2022-07-20 19:32:00,194 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b70bb17-f3ad-440c-a277-d74a1f1417e6', 'x-compute-request-id': 'req-2b70bb17-f3ad-440c-a277-d74a1f1417e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:32:01,364 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.160s 2022-07-20 19:32:01,364 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-64215e16-31e3-4007-846d-d750fec6fe42', 'x-compute-request-id': 'req-64215e16-31e3-4007-846d-d750fec6fe42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:32:02,537 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.163s 2022-07-20 19:32:02,538 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b27e92f-f001-4e32-a83d-c5691ae1574f', 'x-compute-request-id': 'req-5b27e92f-f001-4e32-a83d-c5691ae1574f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:32:03,712 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.163s 2022-07-20 19:32:03,713 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c8d2b26-6637-43b1-85e7-bc1cb4e1969c', 'x-compute-request-id': 'req-4c8d2b26-6637-43b1-85e7-bc1cb4e1969c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:32:04,879 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.157s 2022-07-20 19:32:04,880 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d536635f-82bf-4db6-98c1-de1cde3bc724', 'x-compute-request-id': 'req-d536635f-82bf-4db6-98c1-de1cde3bc724', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:32:06,051 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.161s 2022-07-20 19:32:06,051 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-48c4496b-52d4-4178-ad49-9cf2bb119504', 'x-compute-request-id': 'req-48c4496b-52d4-4178-ad49-9cf2bb119504', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:32:07,230 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.170s 2022-07-20 19:32:07,230 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b4d53140-e460-4995-8531-0d948063067e', 'x-compute-request-id': 'req-b4d53140-e460-4995-8531-0d948063067e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:32:08,406 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.167s 2022-07-20 19:32:08,407 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c7fac9ed-5c2b-421c-b109-583f119061ad', 'x-compute-request-id': 'req-c7fac9ed-5c2b-421c-b109-583f119061ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:32:09,580 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.164s 2022-07-20 19:32:09,581 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4cd243b-5c9a-49b8-a6c8-f922d4b9a920', 'x-compute-request-id': 'req-c4cd243b-5c9a-49b8-a6c8-f922d4b9a920', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:32:10,754 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.162s 2022-07-20 19:32:10,754 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3fbe5cd9-f5be-448f-94eb-ad60598e8086', 'x-compute-request-id': 'req-3fbe5cd9-f5be-448f-94eb-ad60598e8086', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:32:11,928 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.164s 2022-07-20 19:32:11,929 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d695de9-5474-4a5d-bf21-f81e801e27de', 'x-compute-request-id': 'req-8d695de9-5474-4a5d-bf21-f81e801e27de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:32:13,097 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.158s 2022-07-20 19:32:13,097 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e250b4c0-7991-442c-8f59-a7d444b6b57b', 'x-compute-request-id': 'req-e250b4c0-7991-442c-8f59-a7d444b6b57b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:32:14,276 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.169s 2022-07-20 19:32:14,277 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a4b4819-ca9d-470b-b883-afb1299c5d29', 'x-compute-request-id': 'req-4a4b4819-ca9d-470b-b883-afb1299c5d29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:32:15,463 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.176s 2022-07-20 19:32:15,463 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d64e3e1-c48e-4dc1-a7f2-aa77074e8001', 'x-compute-request-id': 'req-1d64e3e1-c48e-4dc1-a7f2-aa77074e8001', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:32:16,638 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.164s 2022-07-20 19:32:16,638 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a719d34c-d577-49f0-a4bc-2e62fe183cb9', 'x-compute-request-id': 'req-a719d34c-d577-49f0-a4bc-2e62fe183cb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:32:17,806 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.157s 2022-07-20 19:32:17,806 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-53295ccf-1497-4539-9f65-c1e3a3b82828', 'x-compute-request-id': 'req-53295ccf-1497-4539-9f65-c1e3a3b82828', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:32:18,981 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.165s 2022-07-20 19:32:18,981 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a6c00fc-07a1-4bf9-97ac-1978e77ab959', 'x-compute-request-id': 'req-0a6c00fc-07a1-4bf9-97ac-1978e77ab959', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:32:20,152 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.161s 2022-07-20 19:32:20,152 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2112eb77-1729-4189-830a-6e9515f38e2e', 'x-compute-request-id': 'req-2112eb77-1729-4189-830a-6e9515f38e2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:32:21,328 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.166s 2022-07-20 19:32:21,329 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5e73146-02a8-41e2-858a-ce71b0d528f6', 'x-compute-request-id': 'req-a5e73146-02a8-41e2-858a-ce71b0d528f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:32:22,500 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.160s 2022-07-20 19:32:22,501 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3bab2b4-9570-4b13-ac12-a99e4f27b37d', 'x-compute-request-id': 'req-a3bab2b4-9570-4b13-ac12-a99e4f27b37d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:32:23,678 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.166s 2022-07-20 19:32:23,678 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-835783f3-236e-4c69-8c72-6cae17059c4f', 'x-compute-request-id': 'req-835783f3-236e-4c69-8c72-6cae17059c4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:32:24,848 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.159s 2022-07-20 19:32:24,848 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db39992e-4eba-4dee-b6dc-3d4a40807a91', 'x-compute-request-id': 'req-db39992e-4eba-4dee-b6dc-3d4a40807a91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:32:26,022 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.163s 2022-07-20 19:32:26,022 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-46892315-8ebd-4d12-b641-e98bd43ba239', 'x-compute-request-id': 'req-46892315-8ebd-4d12-b641-e98bd43ba239', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:32:27,195 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.162s 2022-07-20 19:32:27,195 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d65a54e2-6e38-406d-be3b-e35057e6f140', 'x-compute-request-id': 'req-d65a54e2-6e38-406d-be3b-e35057e6f140', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:32:28,371 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.166s 2022-07-20 19:32:28,371 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ba925a7-21a7-450d-aab2-9f33aa3fb705', 'x-compute-request-id': 'req-2ba925a7-21a7-450d-aab2-9f33aa3fb705', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:32:29,546 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.165s 2022-07-20 19:32:29,546 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-594bc09e-2016-4484-ba83-790b67de21c7', 'x-compute-request-id': 'req-594bc09e-2016-4484-ba83-790b67de21c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:32:30,716 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.159s 2022-07-20 19:32:30,716 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a732673-a24b-4d73-a44a-ee15d988cf69', 'x-compute-request-id': 'req-6a732673-a24b-4d73-a44a-ee15d988cf69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:32:31,888 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.163s 2022-07-20 19:32:31,888 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4eec2b64-9b27-4309-814a-2d22255d4a3a', 'x-compute-request-id': 'req-4eec2b64-9b27-4309-814a-2d22255d4a3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:32:33,055 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.158s 2022-07-20 19:32:33,056 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-292fa313-e08b-4480-aaac-6a57924d0f0b', 'x-compute-request-id': 'req-292fa313-e08b-4480-aaac-6a57924d0f0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:32:34,223 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.157s 2022-07-20 19:32:34,223 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-93cff8bd-6c0a-4b15-9a95-e70f7470153c', 'x-compute-request-id': 'req-93cff8bd-6c0a-4b15-9a95-e70f7470153c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:32:35,394 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.161s 2022-07-20 19:32:35,395 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3672dca9-26c1-441c-a342-cbb5b37ef3df', 'x-compute-request-id': 'req-3672dca9-26c1-441c-a342-cbb5b37ef3df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:32:36,562 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.158s 2022-07-20 19:32:36,563 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-638b891f-356f-4545-9795-3eb8f1745221', 'x-compute-request-id': 'req-638b891f-356f-4545-9795-3eb8f1745221', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:32:37,727 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.155s 2022-07-20 19:32:37,728 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6bcd1eb8-de4a-43e8-8941-f6e7a42a7c88', 'x-compute-request-id': 'req-6bcd1eb8-de4a-43e8-8941-f6e7a42a7c88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:32:38,897 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.159s 2022-07-20 19:32:38,898 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-35522f24-79cc-433b-84f7-8d9c11f467be', 'x-compute-request-id': 'req-35522f24-79cc-433b-84f7-8d9c11f467be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:32:40,074 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.165s 2022-07-20 19:32:40,075 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-06efde86-b293-404e-9c37-0950f80bea48', 'x-compute-request-id': 'req-06efde86-b293-404e-9c37-0950f80bea48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:32:41,251 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.167s 2022-07-20 19:32:41,252 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-489617b5-8ba5-4d0b-ac02-c9486597f760', 'x-compute-request-id': 'req-489617b5-8ba5-4d0b-ac02-c9486597f760', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:32:42,418 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.157s 2022-07-20 19:32:42,419 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1bc84f68-992e-411c-9c8c-f33b7f0a66c4', 'x-compute-request-id': 'req-1bc84f68-992e-411c-9c8c-f33b7f0a66c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:32:43,826 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.398s 2022-07-20 19:32:43,827 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9b5fe23b-a3a5-438c-89c6-d5d676ff7f42', 'x-compute-request-id': 'req-9b5fe23b-a3a5-438c-89c6-d5d676ff7f42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:32:44,996 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.160s 2022-07-20 19:32:44,996 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e2b03026-af7f-4384-9506-55912b0b0dd5', 'x-compute-request-id': 'req-e2b03026-af7f-4384-9506-55912b0b0dd5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:32:46,167 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.161s 2022-07-20 19:32:46,167 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-39cc2369-274b-4842-8233-4bb9837111ef', 'x-compute-request-id': 'req-39cc2369-274b-4842-8233-4bb9837111ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:32:47,334 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.157s 2022-07-20 19:32:47,334 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-75e04edd-168c-4026-b6cc-b0cbdfd3f0a0', 'x-compute-request-id': 'req-75e04edd-168c-4026-b6cc-b0cbdfd3f0a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:32:48,507 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.163s 2022-07-20 19:32:48,507 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-286392a5-8118-4fc1-9c0d-c14f6545dbbc', 'x-compute-request-id': 'req-286392a5-8118-4fc1-9c0d-c14f6545dbbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:32:49,679 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.161s 2022-07-20 19:32:49,679 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0eff7d9e-8cc3-4527-b574-7ebf7eee32b3', 'x-compute-request-id': 'req-0eff7d9e-8cc3-4527-b574-7ebf7eee32b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:32:50,846 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.156s 2022-07-20 19:32:50,846 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9893b74d-2fcb-4d50-915f-16652e5e386d', 'x-compute-request-id': 'req-9893b74d-2fcb-4d50-915f-16652e5e386d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:32:52,012 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.155s 2022-07-20 19:32:52,013 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3072e83-ddf8-4979-9050-37351a36b64a', 'x-compute-request-id': 'req-a3072e83-ddf8-4979-9050-37351a36b64a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:32:53,187 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.164s 2022-07-20 19:32:53,187 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a14ece5d-75de-49eb-9cb8-a8c0e9306621', 'x-compute-request-id': 'req-a14ece5d-75de-49eb-9cb8-a8c0e9306621', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:32:54,359 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.162s 2022-07-20 19:32:54,360 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6703a21-9f13-4124-b0bc-a7781963f474', 'x-compute-request-id': 'req-a6703a21-9f13-4124-b0bc-a7781963f474', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:32:55,531 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.161s 2022-07-20 19:32:55,531 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1751', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b350ed47-6d33-46a2-9a52-d6f25afe48ed', 'x-compute-request-id': 'req-b350ed47-6d33-46a2-9a52-d6f25afe48ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:30:55Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:32:56,709 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.167s 2022-07-20 19:32:56,709 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c09b5680-a033-4bf1-8aa0-cff40233540d', 'x-compute-request-id': 'req-c09b5680-a033-4bf1-8aa0-cff40233540d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:32:56,718 118446 INFO [tempest.common.waiters] State transition "SHELVED_OFFLOADED/spawning" ==> "SHELVED_OFFLOADED/None" after 176 second wait 2022-07-20 19:32:57,878 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.159s 2022-07-20 19:32:57,879 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87f42666-5b20-41cf-921c-08a48d5bc1d7', 'x-compute-request-id': 'req-87f42666-5b20-41cf-921c-08a48d5bc1d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:32:59,053 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.165s 2022-07-20 19:32:59,053 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c81e5e30-320c-4b23-9650-658e18991900', 'x-compute-request-id': 'req-c81e5e30-320c-4b23-9650-658e18991900', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:33:00,223 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.160s 2022-07-20 19:33:00,223 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e66d1ac8-6080-4d61-bb95-f88fac2cab05', 'x-compute-request-id': 'req-e66d1ac8-6080-4d61-bb95-f88fac2cab05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:33:01,392 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.160s 2022-07-20 19:33:01,393 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f5c31a67-5272-46f1-80c0-420098a1cc6a', 'x-compute-request-id': 'req-f5c31a67-5272-46f1-80c0-420098a1cc6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:33:02,563 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.160s 2022-07-20 19:33:02,564 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f2625884-e53b-4015-b289-ee0b933f7352', 'x-compute-request-id': 'req-f2625884-e53b-4015-b289-ee0b933f7352', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:33:03,729 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.156s 2022-07-20 19:33:03,730 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9bed764d-56ce-4725-baa4-140d1964ac74', 'x-compute-request-id': 'req-9bed764d-56ce-4725-baa4-140d1964ac74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:33:04,901 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.161s 2022-07-20 19:33:04,901 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1eff4e3d-4e88-49ac-9e01-f68dde1ddde9', 'x-compute-request-id': 'req-1eff4e3d-4e88-49ac-9e01-f68dde1ddde9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:33:06,073 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.163s 2022-07-20 19:33:06,074 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2072a5b6-2fdc-494e-99e0-fd8bc2825a1f', 'x-compute-request-id': 'req-2072a5b6-2fdc-494e-99e0-fd8bc2825a1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:33:07,250 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.165s 2022-07-20 19:33:07,250 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da2b672d-cd31-452d-bb1a-ea424dc382f8', 'x-compute-request-id': 'req-da2b672d-cd31-452d-bb1a-ea424dc382f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:33:08,720 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.460s 2022-07-20 19:33:08,721 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a453a79b-026b-423d-a41d-9a8b0f0ffad3', 'x-compute-request-id': 'req-a453a79b-026b-423d-a41d-9a8b0f0ffad3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:33:09,904 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.173s 2022-07-20 19:33:09,904 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c6741b8c-4964-4e90-9cac-c6e6e9743589', 'x-compute-request-id': 'req-c6741b8c-4964-4e90-9cac-c6e6e9743589', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:33:11,082 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.168s 2022-07-20 19:33:11,082 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6e6f52b2-d3e2-47d1-a7ce-6d8eec173d31', 'x-compute-request-id': 'req-6e6f52b2-d3e2-47d1-a7ce-6d8eec173d31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:33:12,251 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.158s 2022-07-20 19:33:12,252 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d01dcf2-c97b-4f54-843c-40d9bc3d3ee0', 'x-compute-request-id': 'req-1d01dcf2-c97b-4f54-843c-40d9bc3d3ee0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:33:13,418 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.157s 2022-07-20 19:33:13,419 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ac6a415-b5d1-40c5-899b-cab94a98d8e0', 'x-compute-request-id': 'req-2ac6a415-b5d1-40c5-899b-cab94a98d8e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:33:14,590 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.161s 2022-07-20 19:33:14,591 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc7c0f95-b790-4451-bf01-5804e9c390de', 'x-compute-request-id': 'req-fc7c0f95-b790-4451-bf01-5804e9c390de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:33:15,757 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.156s 2022-07-20 19:33:15,757 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-76c90200-cc25-4115-9aa6-30f87ac4eebb', 'x-compute-request-id': 'req-76c90200-cc25-4115-9aa6-30f87ac4eebb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:33:16,935 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.167s 2022-07-20 19:33:16,935 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-45df9c93-ec27-4756-82fa-54f4538859c9', 'x-compute-request-id': 'req-45df9c93-ec27-4756-82fa-54f4538859c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:33:18,112 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.166s 2022-07-20 19:33:18,112 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bab7d8f0-461e-4893-9ee0-48cb719bb34b', 'x-compute-request-id': 'req-bab7d8f0-461e-4893-9ee0-48cb719bb34b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:33:19,280 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.158s 2022-07-20 19:33:19,281 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e3c7bc9-7855-4152-ae53-f499979f47e5', 'x-compute-request-id': 'req-8e3c7bc9-7855-4152-ae53-f499979f47e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:33:20,449 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.158s 2022-07-20 19:33:20,449 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15cbb1b9-b18d-4ac9-9370-2ae3f2bee9a2', 'x-compute-request-id': 'req-15cbb1b9-b18d-4ac9-9370-2ae3f2bee9a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:33:21,623 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.163s 2022-07-20 19:33:21,623 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15ccd910-4500-4c54-af0a-47e8fa3b81a2', 'x-compute-request-id': 'req-15ccd910-4500-4c54-af0a-47e8fa3b81a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:33:22,797 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.165s 2022-07-20 19:33:22,798 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6cd838bf-4c57-4818-a911-39bed7d640e5', 'x-compute-request-id': 'req-6cd838bf-4c57-4818-a911-39bed7d640e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:33:23,971 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.164s 2022-07-20 19:33:23,972 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15e147f1-c58d-4c56-873c-429e506f9b73', 'x-compute-request-id': 'req-15e147f1-c58d-4c56-873c-429e506f9b73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:33:25,142 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.161s 2022-07-20 19:33:25,143 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0fa4d3a-bd22-4223-8624-52d7eb9b0467', 'x-compute-request-id': 'req-a0fa4d3a-bd22-4223-8624-52d7eb9b0467', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:33:26,308 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.155s 2022-07-20 19:33:26,308 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-322ab387-9ec3-4cb6-99ed-89fc2ce3f574', 'x-compute-request-id': 'req-322ab387-9ec3-4cb6-99ed-89fc2ce3f574', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:33:27,478 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.160s 2022-07-20 19:33:27,478 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c13b8518-a3c4-4ca9-8fe4-2375b23a64db', 'x-compute-request-id': 'req-c13b8518-a3c4-4ca9-8fe4-2375b23a64db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:33:28,646 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.158s 2022-07-20 19:33:28,646 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d55b110-8247-4765-9fd7-f704abcdc4f1', 'x-compute-request-id': 'req-2d55b110-8247-4765-9fd7-f704abcdc4f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:33:29,817 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.161s 2022-07-20 19:33:29,818 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5f65fb9c-4034-4390-8b50-13a6553aaf1e', 'x-compute-request-id': 'req-5f65fb9c-4034-4390-8b50-13a6553aaf1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:33:30,989 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.161s 2022-07-20 19:33:30,989 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c071c393-e90a-4385-a522-7ff15cbb5afa', 'x-compute-request-id': 'req-c071c393-e90a-4385-a522-7ff15cbb5afa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:33:32,169 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.170s 2022-07-20 19:33:32,170 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c06fc95-f098-48fd-a64b-e9118cc7dbd2', 'x-compute-request-id': 'req-4c06fc95-f098-48fd-a64b-e9118cc7dbd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:33:33,354 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.174s 2022-07-20 19:33:33,354 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d56a6752-c863-444d-94b7-0fc9df13d74e', 'x-compute-request-id': 'req-d56a6752-c863-444d-94b7-0fc9df13d74e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:33:34,535 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.171s 2022-07-20 19:33:34,536 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fbbd7fa6-1bdf-47d6-915a-d7ebfd055c39', 'x-compute-request-id': 'req-fbbd7fa6-1bdf-47d6-915a-d7ebfd055c39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:33:35,712 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.167s 2022-07-20 19:33:35,713 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6aa9a53-86e7-4d8d-90b0-bb4b949589ef', 'x-compute-request-id': 'req-d6aa9a53-86e7-4d8d-90b0-bb4b949589ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:33:36,892 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.170s 2022-07-20 19:33:36,893 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf47b924-9413-4304-b79e-30316f7ccc06', 'x-compute-request-id': 'req-cf47b924-9413-4304-b79e-30316f7ccc06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:33:38,096 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.183s 2022-07-20 19:33:38,096 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f4f3b1c-ed45-419b-9ea0-c55434a2549b', 'x-compute-request-id': 'req-6f4f3b1c-ed45-419b-9ea0-c55434a2549b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:33:39,276 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.170s 2022-07-20 19:33:39,276 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f25470f6-d63a-4e3f-ada5-fd2f36a6419c', 'x-compute-request-id': 'req-f25470f6-d63a-4e3f-ada5-fd2f36a6419c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:33:40,446 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.159s 2022-07-20 19:33:40,447 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b406eb89-2166-472b-8407-fe6e21ec7360', 'x-compute-request-id': 'req-b406eb89-2166-472b-8407-fe6e21ec7360', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:33:41,636 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.179s 2022-07-20 19:33:41,636 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92911f69-1833-4dca-aad2-18dc036bae1b', 'x-compute-request-id': 'req-92911f69-1833-4dca-aad2-18dc036bae1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:33:42,808 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.162s 2022-07-20 19:33:42,808 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-348d502d-4fb6-4b38-a324-94ba07572647', 'x-compute-request-id': 'req-348d502d-4fb6-4b38-a324-94ba07572647', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:33:43,981 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.162s 2022-07-20 19:33:43,981 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-453fd167-3048-436d-a8b4-b2731ab6fadd', 'x-compute-request-id': 'req-453fd167-3048-436d-a8b4-b2731ab6fadd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:33:45,172 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.180s 2022-07-20 19:33:45,172 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2dc6a0df-8d92-4975-8694-f4a3efea70bd', 'x-compute-request-id': 'req-2dc6a0df-8d92-4975-8694-f4a3efea70bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:33:46,339 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.158s 2022-07-20 19:33:46,340 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a60ab278-8ba9-421c-9242-df33b37ccadd', 'x-compute-request-id': 'req-a60ab278-8ba9-421c-9242-df33b37ccadd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:33:47,516 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.166s 2022-07-20 19:33:47,516 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00d536d3-bc20-42d3-a590-51b860865d7a', 'x-compute-request-id': 'req-00d536d3-bc20-42d3-a590-51b860865d7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:33:48,728 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.202s 2022-07-20 19:33:48,729 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a764d27f-b995-4ea0-8ff3-7507dbb21de7', 'x-compute-request-id': 'req-a764d27f-b995-4ea0-8ff3-7507dbb21de7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:33:49,901 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.161s 2022-07-20 19:33:49,902 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d884642-efa9-4e5b-9898-fbbc7461056b', 'x-compute-request-id': 'req-8d884642-efa9-4e5b-9898-fbbc7461056b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:33:51,073 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.162s 2022-07-20 19:33:51,074 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e461c39e-b11b-497d-9dcf-470a13010b55', 'x-compute-request-id': 'req-e461c39e-b11b-497d-9dcf-470a13010b55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:33:52,241 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.157s 2022-07-20 19:33:52,241 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac24dde4-9910-47b1-ac34-99bb3e9b374d', 'x-compute-request-id': 'req-ac24dde4-9910-47b1-ac34-99bb3e9b374d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:33:53,419 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.167s 2022-07-20 19:33:53,419 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-555ac7b9-f95c-4cbf-9917-a087a12f5a5d', 'x-compute-request-id': 'req-555ac7b9-f95c-4cbf-9917-a087a12f5a5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:33:54,650 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.221s 2022-07-20 19:33:54,651 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-488451f3-9f6a-433b-9e2b-9086c39ac61a', 'x-compute-request-id': 'req-488451f3-9f6a-433b-9e2b-9086c39ac61a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:33:55,818 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.158s 2022-07-20 19:33:55,818 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e94b3323-e392-4d5b-9783-a7ede9752aaa', 'x-compute-request-id': 'req-e94b3323-e392-4d5b-9783-a7ede9752aaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:33:56,994 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.166s 2022-07-20 19:33:56,995 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a0886a4-983f-45d0-9487-0dcb9d712a9d', 'x-compute-request-id': 'req-3a0886a4-983f-45d0-9487-0dcb9d712a9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:33:58,179 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.173s 2022-07-20 19:33:58,179 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c5123e4d-140e-4e56-a3fd-fa00c4b49a19', 'x-compute-request-id': 'req-c5123e4d-140e-4e56-a3fd-fa00c4b49a19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:33:59,357 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.167s 2022-07-20 19:33:59,358 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23eb1dd1-590b-4c3a-8a1f-147582f01353', 'x-compute-request-id': 'req-23eb1dd1-590b-4c3a-8a1f-147582f01353', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:34:00,528 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.160s 2022-07-20 19:34:00,528 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f27ee8c-98d5-4c49-8a4a-e615544512c8', 'x-compute-request-id': 'req-6f27ee8c-98d5-4c49-8a4a-e615544512c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:34:01,701 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.163s 2022-07-20 19:34:01,702 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-099aca5e-cd3c-45a9-8678-55f2d0ce4dc0', 'x-compute-request-id': 'req-099aca5e-cd3c-45a9-8678-55f2d0ce4dc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:34:02,876 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.163s 2022-07-20 19:34:02,876 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9b26737-623a-4443-967b-9e08919f6f15', 'x-compute-request-id': 'req-f9b26737-623a-4443-967b-9e08919f6f15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:34:04,047 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.161s 2022-07-20 19:34:04,047 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-12a6669f-117c-48a1-a189-656fd3729e3d', 'x-compute-request-id': 'req-12a6669f-117c-48a1-a189-656fd3729e3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:34:05,379 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.322s 2022-07-20 19:34:05,380 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aaf918a4-646c-4145-8b3e-a889dd5a2461', 'x-compute-request-id': 'req-aaf918a4-646c-4145-8b3e-a889dd5a2461', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:34:06,550 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.161s 2022-07-20 19:34:06,551 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-818269b5-4434-4a02-b627-d6f89b36dcac', 'x-compute-request-id': 'req-818269b5-4434-4a02-b627-d6f89b36dcac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:34:07,726 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.165s 2022-07-20 19:34:07,727 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2baa5847-46d0-43d7-b9c6-5ac84e2880e7', 'x-compute-request-id': 'req-2baa5847-46d0-43d7-b9c6-5ac84e2880e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:34:08,902 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.165s 2022-07-20 19:34:08,903 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3b496fd-488d-4fa1-b7e9-37289a7104ee', 'x-compute-request-id': 'req-f3b496fd-488d-4fa1-b7e9-37289a7104ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:34:10,084 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.172s 2022-07-20 19:34:10,084 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1cae294a-c4c9-46bd-9f58-2009f4285b0e', 'x-compute-request-id': 'req-1cae294a-c4c9-46bd-9f58-2009f4285b0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:34:11,276 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.181s 2022-07-20 19:34:11,276 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8ff6d7b4-3916-4c11-848a-18eb2bed005b', 'x-compute-request-id': 'req-8ff6d7b4-3916-4c11-848a-18eb2bed005b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:34:12,452 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.162s 2022-07-20 19:34:12,452 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d6a8398-bdfb-42d1-91ca-dadcf66e1603', 'x-compute-request-id': 'req-5d6a8398-bdfb-42d1-91ca-dadcf66e1603', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:34:13,630 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.169s 2022-07-20 19:34:13,631 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b48be19-445e-4f45-9b79-bf383e5524e2', 'x-compute-request-id': 'req-8b48be19-445e-4f45-9b79-bf383e5524e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:34:14,810 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.168s 2022-07-20 19:34:14,810 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15dc0b6d-da3f-4234-b6e8-6ed56da1c960', 'x-compute-request-id': 'req-15dc0b6d-da3f-4234-b6e8-6ed56da1c960', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:34:15,982 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.162s 2022-07-20 19:34:15,983 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dac32290-604d-471f-b5f6-be5111649eb8', 'x-compute-request-id': 'req-dac32290-604d-471f-b5f6-be5111649eb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:34:17,153 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.160s 2022-07-20 19:34:17,153 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c209395-e4bf-4801-b1cd-fdccbb0c0861', 'x-compute-request-id': 'req-4c209395-e4bf-4801-b1cd-fdccbb0c0861', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:34:18,330 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.166s 2022-07-20 19:34:18,330 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-732cf986-8cbb-4ee1-babf-b36494d24b1c', 'x-compute-request-id': 'req-732cf986-8cbb-4ee1-babf-b36494d24b1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:34:19,505 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.166s 2022-07-20 19:34:19,506 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fbdce9da-d481-4719-bf9b-283855088fe4', 'x-compute-request-id': 'req-fbdce9da-d481-4719-bf9b-283855088fe4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:34:20,682 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.166s 2022-07-20 19:34:20,682 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e0e035c-70df-4d3f-8550-3bbedf501bfb', 'x-compute-request-id': 'req-3e0e035c-70df-4d3f-8550-3bbedf501bfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:34:22,092 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.400s 2022-07-20 19:34:22,093 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50d50856-21a3-4f52-86c4-9802a21e29e1', 'x-compute-request-id': 'req-50d50856-21a3-4f52-86c4-9802a21e29e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:34:23,276 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.174s 2022-07-20 19:34:23,276 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da34e3e8-6fb4-470b-b6e2-936c4458d90b', 'x-compute-request-id': 'req-da34e3e8-6fb4-470b-b6e2-936c4458d90b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:34:24,446 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.159s 2022-07-20 19:34:24,446 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9fe304e-789d-490f-bd12-21bc48909280', 'x-compute-request-id': 'req-f9fe304e-789d-490f-bd12-21bc48909280', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:34:25,633 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.176s 2022-07-20 19:34:25,634 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ea1ca8b-2dc5-4b01-a646-85a6e33f0830', 'x-compute-request-id': 'req-2ea1ca8b-2dc5-4b01-a646-85a6e33f0830', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:34:26,809 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.166s 2022-07-20 19:34:26,809 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b00b829d-0cf5-43df-9588-e88e3ed8cf57', 'x-compute-request-id': 'req-b00b829d-0cf5-43df-9588-e88e3ed8cf57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:34:27,979 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.159s 2022-07-20 19:34:27,979 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-712c76af-91ac-4fa2-bb33-db251249e98a', 'x-compute-request-id': 'req-712c76af-91ac-4fa2-bb33-db251249e98a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:34:29,153 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.163s 2022-07-20 19:34:29,153 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-738ec669-c093-4f29-a3d9-fcf2d6939110', 'x-compute-request-id': 'req-738ec669-c093-4f29-a3d9-fcf2d6939110', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:34:30,332 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.168s 2022-07-20 19:34:30,332 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7bfa00d7-87bd-4f18-8bfc-d7c467992c63', 'x-compute-request-id': 'req-7bfa00d7-87bd-4f18-8bfc-d7c467992c63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:34:31,499 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.157s 2022-07-20 19:34:31,499 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-90259b26-b324-4c65-8a23-78365906eb47', 'x-compute-request-id': 'req-90259b26-b324-4c65-8a23-78365906eb47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:34:32,668 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.158s 2022-07-20 19:34:32,668 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-391cdfcd-c6f2-4304-9e19-a7069635429d', 'x-compute-request-id': 'req-391cdfcd-c6f2-4304-9e19-a7069635429d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:34:33,850 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.172s 2022-07-20 19:34:33,850 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8389ce4-48b8-4027-90c0-a9d09c66fad3', 'x-compute-request-id': 'req-d8389ce4-48b8-4027-90c0-a9d09c66fad3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:34:35,017 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.156s 2022-07-20 19:34:35,017 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-facf4498-5b60-4fc2-a691-f773f39dbbf6', 'x-compute-request-id': 'req-facf4498-5b60-4fc2-a691-f773f39dbbf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:34:36,184 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.156s 2022-07-20 19:34:36,184 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e11e8bae-1f85-4a58-9e20-de77f3c6b880', 'x-compute-request-id': 'req-e11e8bae-1f85-4a58-9e20-de77f3c6b880', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:34:37,354 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.159s 2022-07-20 19:34:37,355 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31fafe30-9cda-44c5-af3a-26e23f765d5a', 'x-compute-request-id': 'req-31fafe30-9cda-44c5-af3a-26e23f765d5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:34:38,522 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.157s 2022-07-20 19:34:38,522 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-91f09859-55dc-4ce9-bf89-e3d020101dcf', 'x-compute-request-id': 'req-91f09859-55dc-4ce9-bf89-e3d020101dcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:34:39,687 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.156s 2022-07-20 19:34:39,688 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-03d8289d-a87a-4e89-a418-e0b822621fa7', 'x-compute-request-id': 'req-03d8289d-a87a-4e89-a418-e0b822621fa7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:34:40,857 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.159s 2022-07-20 19:34:40,857 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da53c05c-7635-4900-8aa0-20a09707e2f6', 'x-compute-request-id': 'req-da53c05c-7635-4900-8aa0-20a09707e2f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:34:42,027 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.160s 2022-07-20 19:34:42,028 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f6d2ec1-96e1-4649-aa7d-05cbaaeb994c', 'x-compute-request-id': 'req-3f6d2ec1-96e1-4649-aa7d-05cbaaeb994c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:34:43,233 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.194s 2022-07-20 19:34:43,233 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e8630e6d-ff58-4c3d-a14b-d53b57211ad9', 'x-compute-request-id': 'req-e8630e6d-ff58-4c3d-a14b-d53b57211ad9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:34:44,429 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.186s 2022-07-20 19:34:44,429 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-725c8fd9-98ae-4d56-b247-e2e82d76ca89', 'x-compute-request-id': 'req-725c8fd9-98ae-4d56-b247-e2e82d76ca89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:34:45,608 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.169s 2022-07-20 19:34:45,609 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a0345de-a9b9-4e90-a2f8-fe7d8f04db10', 'x-compute-request-id': 'req-5a0345de-a9b9-4e90-a2f8-fe7d8f04db10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:34:46,780 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.161s 2022-07-20 19:34:46,780 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-79b42d76-51c8-435f-9666-72203aae6ce3', 'x-compute-request-id': 'req-79b42d76-51c8-435f-9666-72203aae6ce3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:34:47,951 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.160s 2022-07-20 19:34:47,951 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d10d731-fd64-4324-b164-245926af0f20', 'x-compute-request-id': 'req-1d10d731-fd64-4324-b164-245926af0f20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:34:49,119 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.157s 2022-07-20 19:34:49,120 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b7557b8-869d-4126-b838-8e420c35a48a', 'x-compute-request-id': 'req-1b7557b8-869d-4126-b838-8e420c35a48a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:34:50,290 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.161s 2022-07-20 19:34:50,291 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-40dffc87-3520-4db9-875b-4dc2d849b5b8', 'x-compute-request-id': 'req-40dffc87-3520-4db9-875b-4dc2d849b5b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:34:51,460 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.159s 2022-07-20 19:34:51,461 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3af2ab2-a3bd-461c-bfb6-2497f16379a6', 'x-compute-request-id': 'req-a3af2ab2-a3bd-461c-bfb6-2497f16379a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:34:52,642 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.171s 2022-07-20 19:34:52,643 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-565fa0ac-8128-4bd6-aa1f-f039b306c4e5', 'x-compute-request-id': 'req-565fa0ac-8128-4bd6-aa1f-f039b306c4e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:34:53,818 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.166s 2022-07-20 19:34:53,818 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bcd614e5-959d-49da-909e-f2dc0da66433', 'x-compute-request-id': 'req-bcd614e5-959d-49da-909e-f2dc0da66433', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:34:54,990 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.162s 2022-07-20 19:34:54,990 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-341157ee-6d48-4b67-a840-45be8e769e8a', 'x-compute-request-id': 'req-341157ee-6d48-4b67-a840-45be8e769e8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:34:56,170 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.170s 2022-07-20 19:34:56,171 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-75bab37a-c720-49f2-9430-1959cfd32c09', 'x-compute-request-id': 'req-75bab37a-c720-49f2-9430-1959cfd32c09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:34:57,351 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.170s 2022-07-20 19:34:57,351 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f2294291-f7a3-4fa2-8d97-dfa119d56267', 'x-compute-request-id': 'req-f2294291-f7a3-4fa2-8d97-dfa119d56267', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:34:58,525 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.163s 2022-07-20 19:34:58,525 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce14af00-73fc-40a1-9145-837f67614c1a', 'x-compute-request-id': 'req-ce14af00-73fc-40a1-9145-837f67614c1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:34:59,702 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.167s 2022-07-20 19:34:59,703 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c6bf1706-ee2e-4d75-a62a-3a4b3293ddea', 'x-compute-request-id': 'req-c6bf1706-ee2e-4d75-a62a-3a4b3293ddea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:35:00,879 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.165s 2022-07-20 19:35:00,880 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d9be6b76-7a0e-4f73-8fbc-1afbfb09e922', 'x-compute-request-id': 'req-d9be6b76-7a0e-4f73-8fbc-1afbfb09e922', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:35:02,051 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.162s 2022-07-20 19:35:02,052 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c2b5ede-338f-4c49-95e0-46ac30ff2cbb', 'x-compute-request-id': 'req-2c2b5ede-338f-4c49-95e0-46ac30ff2cbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:35:03,224 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.162s 2022-07-20 19:35:03,224 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dbcbc6ab-f32f-41e5-9127-1e2101244d59', 'x-compute-request-id': 'req-dbcbc6ab-f32f-41e5-9127-1e2101244d59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:35:04,396 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.162s 2022-07-20 19:35:04,396 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dbba7c43-01b2-4418-88bd-d1f90526b8ac', 'x-compute-request-id': 'req-dbba7c43-01b2-4418-88bd-d1f90526b8ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:35:05,570 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.164s 2022-07-20 19:35:05,570 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc3a4e1e-ba73-4c6b-bdcf-3cea3479d7a9', 'x-compute-request-id': 'req-fc3a4e1e-ba73-4c6b-bdcf-3cea3479d7a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:35:06,763 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.183s 2022-07-20 19:35:06,764 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c501a388-33d3-433c-8842-720b0db8fd59', 'x-compute-request-id': 'req-c501a388-33d3-433c-8842-720b0db8fd59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:35:07,946 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.171s 2022-07-20 19:35:07,946 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4611fac-49a8-4af6-92fc-a5c3ecf95975', 'x-compute-request-id': 'req-d4611fac-49a8-4af6-92fc-a5c3ecf95975', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:35:09,126 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.170s 2022-07-20 19:35:09,126 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-98cc5c68-4233-4a44-8943-2bdead070d32', 'x-compute-request-id': 'req-98cc5c68-4233-4a44-8943-2bdead070d32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:35:10,295 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.160s 2022-07-20 19:35:10,296 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1232a5e5-e324-4644-bd9d-1e0d290e23fe', 'x-compute-request-id': 'req-1232a5e5-e324-4644-bd9d-1e0d290e23fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:35:11,469 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.162s 2022-07-20 19:35:11,469 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0e27853-02c8-45ff-a91c-aa185bb2696a', 'x-compute-request-id': 'req-c0e27853-02c8-45ff-a91c-aa185bb2696a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:35:12,640 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.160s 2022-07-20 19:35:12,640 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1fe33659-f5ec-4691-aed2-23bdfd0c1969', 'x-compute-request-id': 'req-1fe33659-f5ec-4691-aed2-23bdfd0c1969', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:35:13,808 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.159s 2022-07-20 19:35:13,809 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aeddef76-d2a7-4c63-ae69-98613560891a', 'x-compute-request-id': 'req-aeddef76-d2a7-4c63-ae69-98613560891a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:35:14,977 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.158s 2022-07-20 19:35:14,978 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c543e244-0c55-439a-8a64-bb46df84754a', 'x-compute-request-id': 'req-c543e244-0c55-439a-8a64-bb46df84754a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:35:16,146 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.158s 2022-07-20 19:35:16,146 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e12b5f93-820c-4091-9d03-a7e2f6dcd24b', 'x-compute-request-id': 'req-e12b5f93-820c-4091-9d03-a7e2f6dcd24b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:35:17,320 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.164s 2022-07-20 19:35:17,321 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-09cda8cc-68be-46d1-bd87-fe95a2807790', 'x-compute-request-id': 'req-09cda8cc-68be-46d1-bd87-fe95a2807790', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:35:18,515 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.184s 2022-07-20 19:35:18,516 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ebbfef9a-93fb-4ece-8883-303a129331a8', 'x-compute-request-id': 'req-ebbfef9a-93fb-4ece-8883-303a129331a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:35:19,690 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.163s 2022-07-20 19:35:19,691 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f5b8109-62dd-4f14-bd92-2756c1f09e01', 'x-compute-request-id': 'req-3f5b8109-62dd-4f14-bd92-2756c1f09e01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:35:20,859 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.159s 2022-07-20 19:35:20,860 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf158ee6-5588-41ec-94fb-e83bbe48d7d8', 'x-compute-request-id': 'req-cf158ee6-5588-41ec-94fb-e83bbe48d7d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:35:22,026 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.156s 2022-07-20 19:35:22,026 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a293cc6-034b-493c-b0db-199e88113d7b', 'x-compute-request-id': 'req-7a293cc6-034b-493c-b0db-199e88113d7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:35:23,192 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.156s 2022-07-20 19:35:23,193 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db6628d3-d10c-472a-a704-e45cb5e8f4a8', 'x-compute-request-id': 'req-db6628d3-d10c-472a-a704-e45cb5e8f4a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:35:24,363 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.161s 2022-07-20 19:35:24,363 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-301ac467-aef8-475b-ba19-7b24319d8097', 'x-compute-request-id': 'req-301ac467-aef8-475b-ba19-7b24319d8097', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:35:25,534 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.162s 2022-07-20 19:35:25,535 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-decd8cd4-64e7-45db-8aad-055a14995982', 'x-compute-request-id': 'req-decd8cd4-64e7-45db-8aad-055a14995982', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:35:26,701 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.157s 2022-07-20 19:35:26,701 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9844ce96-9900-4085-94b9-865c7b213d06', 'x-compute-request-id': 'req-9844ce96-9900-4085-94b9-865c7b213d06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:35:27,872 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.160s 2022-07-20 19:35:27,872 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4c23c71-8ce6-432f-ac5d-f7dc62288010', 'x-compute-request-id': 'req-d4c23c71-8ce6-432f-ac5d-f7dc62288010', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:35:29,040 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.158s 2022-07-20 19:35:29,040 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-737805b2-e0bd-4871-9c39-9692f3443227', 'x-compute-request-id': 'req-737805b2-e0bd-4871-9c39-9692f3443227', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:35:30,207 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.157s 2022-07-20 19:35:30,207 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-75a2fca0-e588-4535-a142-8d8389962d6e', 'x-compute-request-id': 'req-75a2fca0-e588-4535-a142-8d8389962d6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:35:31,377 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.159s 2022-07-20 19:35:31,377 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-487ad865-9d67-4b2f-b4bc-28b2c8187623', 'x-compute-request-id': 'req-487ad865-9d67-4b2f-b4bc-28b2c8187623', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:35:32,547 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.160s 2022-07-20 19:35:32,547 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-54f59bdf-53a6-40d4-a0c0-9dbec0161a62', 'x-compute-request-id': 'req-54f59bdf-53a6-40d4-a0c0-9dbec0161a62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:35:33,720 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.163s 2022-07-20 19:35:33,721 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9624792c-943f-443e-9b29-1073f67fcb11', 'x-compute-request-id': 'req-9624792c-943f-443e-9b29-1073f67fcb11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:35:34,892 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.161s 2022-07-20 19:35:34,893 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62319f94-21b3-40e8-868e-c93480bba851', 'x-compute-request-id': 'req-62319f94-21b3-40e8-868e-c93480bba851', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:35:36,061 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.158s 2022-07-20 19:35:36,061 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6e478ca2-db07-4704-be84-a2a9e666db9d', 'x-compute-request-id': 'req-6e478ca2-db07-4704-be84-a2a9e666db9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:35:37,231 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.160s 2022-07-20 19:35:37,232 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1f642e05-158d-4f19-8317-34f525469213', 'x-compute-request-id': 'req-1f642e05-158d-4f19-8317-34f525469213', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:35:38,399 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.157s 2022-07-20 19:35:38,399 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b4dfa5fb-6708-4fb0-961c-11ce9cce0ef8', 'x-compute-request-id': 'req-b4dfa5fb-6708-4fb0-961c-11ce9cce0ef8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:35:39,565 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.155s 2022-07-20 19:35:39,565 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eca845be-2f7f-4c0e-b7de-58b40d921936', 'x-compute-request-id': 'req-eca845be-2f7f-4c0e-b7de-58b40d921936', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:35:40,731 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.156s 2022-07-20 19:35:40,732 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-81aa80e8-51a3-4b75-a44e-694efc55bece', 'x-compute-request-id': 'req-81aa80e8-51a3-4b75-a44e-694efc55bece', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:35:41,901 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.159s 2022-07-20 19:35:41,902 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e2d4d96e-be6a-4552-a5ac-bcf2353255e8', 'x-compute-request-id': 'req-e2d4d96e-be6a-4552-a5ac-bcf2353255e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:35:43,077 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.166s 2022-07-20 19:35:43,077 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3e762bf-30c0-4fbd-a80f-649faea06e8e', 'x-compute-request-id': 'req-a3e762bf-30c0-4fbd-a80f-649faea06e8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:35:44,255 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.167s 2022-07-20 19:35:44,256 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b7addb52-7d6a-4af6-831a-1dfe0e626e33', 'x-compute-request-id': 'req-b7addb52-7d6a-4af6-831a-1dfe0e626e33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:35:45,752 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.486s 2022-07-20 19:35:45,752 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c9561a38-80cc-4933-9bb9-ef4b202b61b4', 'x-compute-request-id': 'req-c9561a38-80cc-4933-9bb9-ef4b202b61b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:35:46,921 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.156s 2022-07-20 19:35:46,922 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb51e3e8-0afb-4237-a9b5-c83a02014174', 'x-compute-request-id': 'req-fb51e3e8-0afb-4237-a9b5-c83a02014174', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:35:48,089 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.156s 2022-07-20 19:35:48,089 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83438d63-b9d3-48c4-8815-3db94ad59997', 'x-compute-request-id': 'req-83438d63-b9d3-48c4-8815-3db94ad59997', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:35:49,257 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.157s 2022-07-20 19:35:49,257 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c412af2b-a4f4-4251-bd8c-0a7344b28560', 'x-compute-request-id': 'req-c412af2b-a4f4-4251-bd8c-0a7344b28560', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:35:50,426 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.160s 2022-07-20 19:35:50,427 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c2857755-24c8-4ba4-b3f5-5d62b64c7ca1', 'x-compute-request-id': 'req-c2857755-24c8-4ba4-b3f5-5d62b64c7ca1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:35:51,597 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.160s 2022-07-20 19:35:51,597 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9dd0be28-403b-4c66-b751-b400dbee5bec', 'x-compute-request-id': 'req-9dd0be28-403b-4c66-b751-b400dbee5bec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:35:52,768 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.161s 2022-07-20 19:35:52,768 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-882d6bcc-6547-41d9-baf7-e318aa51b4bd', 'x-compute-request-id': 'req-882d6bcc-6547-41d9-baf7-e318aa51b4bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:35:53,936 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.157s 2022-07-20 19:35:53,937 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92f123f0-1a31-4d68-b543-1f1c7d1786fd', 'x-compute-request-id': 'req-92f123f0-1a31-4d68-b543-1f1c7d1786fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:35:55,104 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.157s 2022-07-20 19:35:55,104 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-369400fa-e0e3-4c29-96cd-9102a81fba46', 'x-compute-request-id': 'req-369400fa-e0e3-4c29-96cd-9102a81fba46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:35:56,271 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.157s 2022-07-20 19:35:56,271 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e43a61f6-eff6-47ad-8f1a-0bb5d7586ece', 'x-compute-request-id': 'req-e43a61f6-eff6-47ad-8f1a-0bb5d7586ece', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:35:57,441 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.161s 2022-07-20 19:35:57,442 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-456046a4-bce0-4e48-b70f-95ddae90ed1b', 'x-compute-request-id': 'req-456046a4-bce0-4e48-b70f-95ddae90ed1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:35:58,611 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.160s 2022-07-20 19:35:58,612 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-30c25eef-97f7-4109-8da0-334b9714e9a0', 'x-compute-request-id': 'req-30c25eef-97f7-4109-8da0-334b9714e9a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:35:59,783 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.161s 2022-07-20 19:35:59,784 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f867a9c-018f-4e80-8d3b-ef5272ce3abb', 'x-compute-request-id': 'req-3f867a9c-018f-4e80-8d3b-ef5272ce3abb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:36:00,952 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.158s 2022-07-20 19:36:00,952 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1745', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd9e2464-c573-4ba7-a304-57e958c5dab4', 'x-compute-request-id': 'req-cd9e2464-c573-4ba7-a304-57e958c5dab4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"server": {"id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "name": "tempest-AttachVolumeShelveTestJSON-server-406688670", "status": "SHELVED_OFFLOADED", "tenant_id": "e6e0bccb45a24af3918f7db2c60de33d", "user_id": "343e480dd5ee4389ba430129cd7daaa4", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:23:57Z", "updated": "2022-07-20T19:32:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1380648531-network": [{"version": 4, "addr": "172.20.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}, {"version": 4, "addr": "172.27.1.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:ff:fe"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-543896985", "OS-SRV-USG:launched_at": "2022-07-20T19:24:41.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--499188185"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "shelved_offloaded", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "delete_on_termination": false}], "locked": false, "description": null}}' 2022-07-20 19:37:01,021 118446 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 2022-07-20 19:38:01,083 118446 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 2022-07-20 19:39:01,145 118446 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 2022-07-20 19:40:01,204 118446 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 2022-07-20 19:41:01,261 118446 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 2022-07-20 19:42:01,322 118446 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 2022-07-20 19:43:01,381 118446 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 2022-07-20 19:44:01,442 118446 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 2022-07-20 19:45:01,487 118446 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 2022-07-20 19:46:01,545 118446 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 2022-07-20 19:48:01,699 118446 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55/os-volume_attachments 2022-07-20 19:49:01,760 118446 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55/os-volume_attachments 2022-07-20 19:50:01,816 118446 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55/os-volume_attachments 2022-07-20 19:51:01,877 118446 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55/os-volume_attachments 2022-07-20 19:52:01,938 118446 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55/os-volume_attachments 2022-07-20 19:53:01,955 118446 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55/os-volume_attachments 2022-07-20 19:54:02,012 118446 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55/os-volume_attachments 2022-07-20 19:55:02,074 118446 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55/os-volume_attachments 2022-07-20 19:56:02,135 118446 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55/os-volume_attachments 2022-07-20 19:57:02,195 118446 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55/os-volume_attachments 2022-07-20 19:59:00,133 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 57.876s 2022-07-20 19:59:00,133 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:58:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3bc519ac-9910-47d1-902d-bae1b4ff77ab', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3bc519ac-9910-47d1-902d-bae1b4ff77ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:59:01,190 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.048s 2022-07-20 19:59:01,190 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e82df01c-d368-405a-b4f4-886bd857d755', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e82df01c-d368-405a-b4f4-886bd857d755', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:59:02,266 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.067s 2022-07-20 19:59:02,266 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5c2e275-ce0b-42f9-b9a4-76fca4178653', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5c2e275-ce0b-42f9-b9a4-76fca4178653', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:59:03,329 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.054s 2022-07-20 19:59:03,329 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab475a82-cabb-4a01-af29-7b3ae27727d2', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab475a82-cabb-4a01-af29-7b3ae27727d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:59:04,407 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.069s 2022-07-20 19:59:04,407 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8a07cf8-d3d7-48df-b72c-11cfd1e5fe70', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8a07cf8-d3d7-48df-b72c-11cfd1e5fe70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:59:05,477 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.060s 2022-07-20 19:59:05,477 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3297df5f-51ae-4f6d-9141-6b345d9636e7', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3297df5f-51ae-4f6d-9141-6b345d9636e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:59:06,534 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.048s 2022-07-20 19:59:06,534 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5cd1e5e-da73-436f-ae7a-34636cdae92b', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5cd1e5e-da73-436f-ae7a-34636cdae92b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:59:07,637 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.095s 2022-07-20 19:59:07,637 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f831495-8ffb-4605-8f0b-904291907566', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f831495-8ffb-4605-8f0b-904291907566', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:59:08,692 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.046s 2022-07-20 19:59:08,693 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cec81564-fb57-4a94-a17d-82971b435960', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cec81564-fb57-4a94-a17d-82971b435960', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:59:09,751 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.050s 2022-07-20 19:59:09,752 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58770589-0687-48b2-95f0-c9c8a3f04685', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58770589-0687-48b2-95f0-c9c8a3f04685', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:59:10,813 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.052s 2022-07-20 19:59:10,814 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-667a0bc2-0761-4f70-8915-23e8b484970f', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-667a0bc2-0761-4f70-8915-23e8b484970f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:59:11,914 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.091s 2022-07-20 19:59:11,914 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07c18044-5e2a-40e2-9e63-c30e926eced6', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07c18044-5e2a-40e2-9e63-c30e926eced6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:59:13,037 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.114s 2022-07-20 19:59:13,038 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-407ae8fa-bb78-42d5-acb3-69ec9c1ba726', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-407ae8fa-bb78-42d5-acb3-69ec9c1ba726', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:59:14,096 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.050s 2022-07-20 19:59:14,096 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-851b2cdf-5c1d-4d81-a306-e11cc95380c5', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-851b2cdf-5c1d-4d81-a306-e11cc95380c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:59:15,155 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.050s 2022-07-20 19:59:15,156 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e762f40c-0cf6-4706-aad8-e7a82f837854', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e762f40c-0cf6-4706-aad8-e7a82f837854', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:59:16,210 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.046s 2022-07-20 19:59:16,211 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13a72bb8-2238-4474-9676-84d9003e4cf6', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13a72bb8-2238-4474-9676-84d9003e4cf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:59:17,262 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.043s 2022-07-20 19:59:17,263 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e0bc56d-5d43-4a03-bc0d-71d3c9219963', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e0bc56d-5d43-4a03-bc0d-71d3c9219963', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:59:18,314 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.043s 2022-07-20 19:59:18,314 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e04be158-bd4c-4dd6-9e2a-0ad7539e55d5', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e04be158-bd4c-4dd6-9e2a-0ad7539e55d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:59:19,368 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 19:59:19,368 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9df51915-1c2e-4d2c-a44b-82e9f0894d3d', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9df51915-1c2e-4d2c-a44b-82e9f0894d3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:59:20,420 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 19:59:20,421 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb11ce14-eeb3-469a-ba8e-f866780f5458', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb11ce14-eeb3-469a-ba8e-f866780f5458', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:59:21,476 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.046s 2022-07-20 19:59:21,476 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-498f40c8-7b48-4435-a080-b73db45c8ee1', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-498f40c8-7b48-4435-a080-b73db45c8ee1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:59:22,527 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.043s 2022-07-20 19:59:22,527 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-384df22b-d0dd-4fb1-8a8e-8556cc8306cc', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-384df22b-d0dd-4fb1-8a8e-8556cc8306cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:59:23,578 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.043s 2022-07-20 19:59:23,579 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d5bb842-0108-4e70-82ee-0d5454cff5fb', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d5bb842-0108-4e70-82ee-0d5454cff5fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:59:24,633 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.046s 2022-07-20 19:59:24,633 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9be9e2e6-aec0-4378-ab0a-75f198ad931f', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9be9e2e6-aec0-4378-ab0a-75f198ad931f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:59:25,686 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 19:59:25,687 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4de2dd5-e883-4455-8495-02a511763314', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4de2dd5-e883-4455-8495-02a511763314', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:59:26,740 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.046s 2022-07-20 19:59:26,740 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e5e03238-10a1-4602-9636-dd6384e7987d', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e5e03238-10a1-4602-9636-dd6384e7987d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:59:27,792 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 19:59:27,793 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5db3316b-835d-455c-90a5-9be84c867206', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5db3316b-835d-455c-90a5-9be84c867206', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:59:28,846 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.046s 2022-07-20 19:59:28,847 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c5edfdf-03f5-40b4-93a3-2dc2f9abc256', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c5edfdf-03f5-40b4-93a3-2dc2f9abc256', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:59:29,900 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 19:59:29,901 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6dc2a126-21d7-49f9-b4b8-8d97b28b1969', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6dc2a126-21d7-49f9-b4b8-8d97b28b1969', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:59:30,952 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.043s 2022-07-20 19:59:30,952 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-992037f4-8d96-46bd-a8fc-65b946eaf450', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-992037f4-8d96-46bd-a8fc-65b946eaf450', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:59:32,007 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.046s 2022-07-20 19:59:32,007 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-933ed863-d5aa-4121-9bba-8bd2b0943ddd', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-933ed863-d5aa-4121-9bba-8bd2b0943ddd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:59:33,061 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.046s 2022-07-20 19:59:33,061 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21f30a3a-10f1-4abd-951b-e47ab9616849', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21f30a3a-10f1-4abd-951b-e47ab9616849', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:59:34,113 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 19:59:34,114 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-777c6fb9-1c02-464d-acc8-c738eac83f39', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-777c6fb9-1c02-464d-acc8-c738eac83f39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:59:35,167 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 19:59:35,167 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72dc6901-ea25-4083-a7f3-c2ec3f644033', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72dc6901-ea25-4083-a7f3-c2ec3f644033', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:59:36,219 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 19:59:36,219 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6d09bf9-fc5e-4e1b-a42c-dd3cc94d5c4c', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6d09bf9-fc5e-4e1b-a42c-dd3cc94d5c4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:59:37,272 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 19:59:37,272 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7be0fb9c-ffb7-43c4-9ce9-577173924227', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7be0fb9c-ffb7-43c4-9ce9-577173924227', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:59:38,328 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.048s 2022-07-20 19:59:38,329 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-baf3e593-02c6-40eb-8f9b-88a158eca583', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-baf3e593-02c6-40eb-8f9b-88a158eca583', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:59:39,382 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 19:59:39,382 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21d46c12-24a4-425c-92eb-f84dba927ec9', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21d46c12-24a4-425c-92eb-f84dba927ec9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:59:40,434 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.043s 2022-07-20 19:59:40,435 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2655ee2c-3f08-425f-94e0-038150c014ce', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2655ee2c-3f08-425f-94e0-038150c014ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:59:41,487 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.043s 2022-07-20 19:59:41,487 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9761cb02-1493-4660-85ed-ac5d959744bb', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9761cb02-1493-4660-85ed-ac5d959744bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:59:42,557 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.062s 2022-07-20 19:59:42,558 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07e08da4-b329-4d5e-a1b8-c6f7a3615eb4', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07e08da4-b329-4d5e-a1b8-c6f7a3615eb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:59:43,609 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.043s 2022-07-20 19:59:43,609 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-063a2b52-c5cc-4426-be8c-7b0c45e40fef', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-063a2b52-c5cc-4426-be8c-7b0c45e40fef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:59:44,661 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.043s 2022-07-20 19:59:44,661 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dad38997-d10e-4fef-b1af-09c09160cc23', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dad38997-d10e-4fef-b1af-09c09160cc23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:59:45,713 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 19:59:45,714 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9301ec75-ec4d-48c6-9753-e081242da7fd', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9301ec75-ec4d-48c6-9753-e081242da7fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:59:46,764 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.043s 2022-07-20 19:59:46,765 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3546c32-d9b4-4c07-a7f5-a39baa66a482', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3546c32-d9b4-4c07-a7f5-a39baa66a482', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:59:47,817 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 19:59:47,817 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28b8be8a-d7c8-4636-8e1b-57599a883e5f', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28b8be8a-d7c8-4636-8e1b-57599a883e5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:59:48,870 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 19:59:48,870 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a278374-60bc-42b0-a341-1353b312d562', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a278374-60bc-42b0-a341-1353b312d562', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:59:49,923 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 19:59:49,923 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e41cf1b-39e3-4f78-9af2-8bf41429db27', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e41cf1b-39e3-4f78-9af2-8bf41429db27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:59:50,975 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 19:59:50,975 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b04d46b-6413-4ad6-9f2a-b6d78d94fe43', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b04d46b-6413-4ad6-9f2a-b6d78d94fe43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:59:52,028 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 19:59:52,029 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4443d24e-e272-4ee0-bc39-625201440da0', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4443d24e-e272-4ee0-bc39-625201440da0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:59:53,084 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.047s 2022-07-20 19:59:53,085 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85dd0402-241f-4d65-8ddf-cbd79fae96d2', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85dd0402-241f-4d65-8ddf-cbd79fae96d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:59:54,136 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 19:59:54,137 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90e9bd4f-2fa3-46a6-af68-400215e1b909', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90e9bd4f-2fa3-46a6-af68-400215e1b909', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:59:55,188 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.043s 2022-07-20 19:59:55,189 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-adca2eec-9da1-4157-928f-bf9525e02959', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-adca2eec-9da1-4157-928f-bf9525e02959', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:59:56,244 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.047s 2022-07-20 19:59:56,244 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67893f59-f6fd-4d89-9c7a-e6629cc54952', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67893f59-f6fd-4d89-9c7a-e6629cc54952', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:59:57,304 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.052s 2022-07-20 19:59:57,307 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0fcb917-c0fe-4ae3-a19b-269ee2c63433', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0fcb917-c0fe-4ae3-a19b-269ee2c63433', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:59:58,360 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 19:59:58,361 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81c674bc-a9b7-43b2-bd55-3b8937a1a537', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81c674bc-a9b7-43b2-bd55-3b8937a1a537', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 19:59:59,413 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 19:59:59,413 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7350d5c9-20b2-4620-b29e-ed8aeecc181e', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7350d5c9-20b2-4620-b29e-ed8aeecc181e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:00:00,466 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:00:00,466 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-489c7084-7160-44a9-905d-4df300bbd97c', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-489c7084-7160-44a9-905d-4df300bbd97c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:00:01,518 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.043s 2022-07-20 20:00:01,518 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89f5bf37-0dcf-49b3-8f1a-d2f837892001', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89f5bf37-0dcf-49b3-8f1a-d2f837892001', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:00:02,569 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:00:02,570 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e7f09b6-31e4-4879-8e9c-4bd8d020ed62', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e7f09b6-31e4-4879-8e9c-4bd8d020ed62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:00:03,624 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.046s 2022-07-20 20:00:03,624 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23644b62-480d-47e4-9744-ad41f6272152', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23644b62-480d-47e4-9744-ad41f6272152', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:00:04,679 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.046s 2022-07-20 20:00:04,680 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c4111cd-ed66-4454-a72f-966457d36c8e', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c4111cd-ed66-4454-a72f-966457d36c8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:00:05,731 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:00:05,732 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85d03a8e-8a03-4639-ae7e-0184d835c0e6', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85d03a8e-8a03-4639-ae7e-0184d835c0e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:00:06,785 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:00:06,785 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36ea2eff-e62e-4b76-b58a-b63c99d24be4', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36ea2eff-e62e-4b76-b58a-b63c99d24be4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:00:07,836 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.043s 2022-07-20 20:00:07,837 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7e48ac2-71ff-4e5e-b60f-17d8765151dd', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7e48ac2-71ff-4e5e-b60f-17d8765151dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:00:08,889 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:00:08,889 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98948d34-f1db-430a-af99-c93ee1d2e2f6', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98948d34-f1db-430a-af99-c93ee1d2e2f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:00:09,941 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:00:09,942 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b9066a2-36de-4ca9-b1ba-1ad709f30087', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b9066a2-36de-4ca9-b1ba-1ad709f30087', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:00:10,994 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 20:00:10,994 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0c797ce-5780-4c21-b4ba-e77840a7df25', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0c797ce-5780-4c21-b4ba-e77840a7df25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:00:12,045 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.043s 2022-07-20 20:00:12,046 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d87f0a2a-8f1b-4c9a-8be3-f2c5a12252a5', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d87f0a2a-8f1b-4c9a-8be3-f2c5a12252a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:00:13,097 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:00:13,098 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ecddcbe-522b-4dfa-8db5-cd6b7c7e0ce9', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ecddcbe-522b-4dfa-8db5-cd6b7c7e0ce9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:00:14,153 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.047s 2022-07-20 20:00:14,153 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17aea17a-8b04-4470-a545-446a80674c5f', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17aea17a-8b04-4470-a545-446a80674c5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:00:15,205 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.042s 2022-07-20 20:00:15,205 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52d0789b-a29c-42a2-86d4-d585f321c295', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52d0789b-a29c-42a2-86d4-d585f321c295', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:00:16,259 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.046s 2022-07-20 20:00:16,260 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6c92cbd-efbe-4f4a-a406-bcc8a95eb822', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6c92cbd-efbe-4f4a-a406-bcc8a95eb822', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:00:17,311 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.043s 2022-07-20 20:00:17,312 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98a851fb-b531-48e0-a135-995d7c28c4e4', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98a851fb-b531-48e0-a135-995d7c28c4e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:00:18,365 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:00:18,365 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64d5c5dd-d2fe-46b9-85b7-27ad7d15d188', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64d5c5dd-d2fe-46b9-85b7-27ad7d15d188', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:00:19,417 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:00:19,417 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbae358b-416f-4154-93e0-d1b163964875', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbae358b-416f-4154-93e0-d1b163964875', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:00:20,468 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.043s 2022-07-20 20:00:20,469 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b31147a-ad38-4f55-be65-5b1c5203e1d8', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b31147a-ad38-4f55-be65-5b1c5203e1d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:00:21,525 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.048s 2022-07-20 20:00:21,526 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34dc09e2-20f5-4d05-a312-824c92ddc243', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34dc09e2-20f5-4d05-a312-824c92ddc243', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:00:22,579 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:00:22,579 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d46fb02-b32d-4363-a083-6842275e8070', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d46fb02-b32d-4363-a083-6842275e8070', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:00:23,631 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:00:23,631 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b437e592-0682-4d3f-8786-3a6c11baead7', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b437e592-0682-4d3f-8786-3a6c11baead7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:00:24,683 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:00:24,683 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee11e036-8afb-402a-894d-8473a84f1874', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee11e036-8afb-402a-894d-8473a84f1874', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:00:25,736 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:00:25,736 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfea03b6-4372-4acb-b0c5-d593cfddf794', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfea03b6-4372-4acb-b0c5-d593cfddf794', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:00:26,788 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.043s 2022-07-20 20:00:26,788 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a13bec48-5802-4155-a9bd-8ae0a6f539b8', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a13bec48-5802-4155-a9bd-8ae0a6f539b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:00:27,840 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:00:27,840 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c04be25d-cec3-4a72-a5f2-07a1b5c8d444', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c04be25d-cec3-4a72-a5f2-07a1b5c8d444', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:00:28,892 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.043s 2022-07-20 20:00:28,893 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-836a2c0a-eccb-46dc-aa61-1d31af91025a', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-836a2c0a-eccb-46dc-aa61-1d31af91025a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:00:29,947 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.047s 2022-07-20 20:00:29,948 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7ec2b7e-9df6-4829-bc93-1bc6f12f0ceb', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7ec2b7e-9df6-4829-bc93-1bc6f12f0ceb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:00:31,000 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:00:31,000 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4134aa0-e370-4f91-9197-39305727deba', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4134aa0-e370-4f91-9197-39305727deba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:00:32,053 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:00:32,054 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec075fd9-5fb2-4245-8f6a-f73b7a489115', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec075fd9-5fb2-4245-8f6a-f73b7a489115', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:00:33,105 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:00:33,105 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f49691b8-e7d9-4e7d-a250-c74347ce095c', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f49691b8-e7d9-4e7d-a250-c74347ce095c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:00:34,158 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.043s 2022-07-20 20:00:34,158 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb0bf43a-1475-4f8c-9f87-317fc362e1dc', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb0bf43a-1475-4f8c-9f87-317fc362e1dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:00:35,210 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:00:35,210 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96c3700a-2460-4d2d-b564-e176b58df217', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96c3700a-2460-4d2d-b564-e176b58df217', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:00:36,262 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:00:36,262 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2f95d69-3888-49c2-aac4-2ba2d68e75ab', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2f95d69-3888-49c2-aac4-2ba2d68e75ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:00:37,315 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:00:37,315 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a85d87d2-4143-43ed-81ca-81d0c46af47b', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a85d87d2-4143-43ed-81ca-81d0c46af47b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:00:38,367 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:00:38,368 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-989b5a9c-baee-418f-9939-087bfb792e65', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-989b5a9c-baee-418f-9939-087bfb792e65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:00:39,421 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.046s 2022-07-20 20:00:39,422 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1bb48bf5-3db2-4e69-87a7-7fd651a13174', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1bb48bf5-3db2-4e69-87a7-7fd651a13174', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:00:40,474 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:00:40,474 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8777609c-8297-4e4d-a672-c2e4ee2a8ab8', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8777609c-8297-4e4d-a672-c2e4ee2a8ab8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:00:41,526 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 20:00:41,527 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-037c63e9-9e67-498a-b573-a2a3f90d4ee6', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-037c63e9-9e67-498a-b573-a2a3f90d4ee6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:00:42,579 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:00:42,580 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad43ba82-a5af-4168-b8c7-6051e190cefa', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad43ba82-a5af-4168-b8c7-6051e190cefa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:00:43,639 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.051s 2022-07-20 20:00:43,640 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0883bfe-8f2a-49c7-b892-556b6a6c177a', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0883bfe-8f2a-49c7-b892-556b6a6c177a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:00:44,693 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:00:44,693 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b7f664e-436a-40d8-8717-c94350b18d36', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b7f664e-436a-40d8-8717-c94350b18d36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:00:45,747 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 20:00:45,747 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a00c295-d2ab-4d89-8f1e-43521f8ea89c', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a00c295-d2ab-4d89-8f1e-43521f8ea89c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:00:46,799 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.043s 2022-07-20 20:00:46,799 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7fa4ec8-4e33-4112-8df7-73832f65e4cc', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7fa4ec8-4e33-4112-8df7-73832f65e4cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:00:47,851 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.043s 2022-07-20 20:00:47,851 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85bb1f0e-f2b5-4d2f-859a-e6155116b568', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85bb1f0e-f2b5-4d2f-859a-e6155116b568', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:00:48,903 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:00:48,903 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7fca31b-8aef-4314-a205-2ad2ee3b94d7', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7fca31b-8aef-4314-a205-2ad2ee3b94d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:00:49,955 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:00:49,956 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-773b33d5-8826-439b-9540-b999dd7df84d', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-773b33d5-8826-439b-9540-b999dd7df84d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:00:51,007 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.043s 2022-07-20 20:00:51,007 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb11737d-c8ba-4d27-949a-9ea15b274f7e', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb11737d-c8ba-4d27-949a-9ea15b274f7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:00:52,060 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:00:52,060 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40fc0d5c-4232-4e89-ab50-3feeed9b0211', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40fc0d5c-4232-4e89-ab50-3feeed9b0211', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:00:53,113 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:00:53,113 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0931053-d34a-476e-8805-8f665f7ce1e7', 'content-length': '1181', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0931053-d34a-476e-8805-8f665f7ce1e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:30:00.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "attachment_id": "fcab7acd-c158-4551-aa14-5e962ea91a62", "volume_id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "server_id": "3b2abd53-4758-462c-b36a-0d1bf0b66a55", "host_name": null, "device": null, "attached_at": null}], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:00:54,166 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:00:54,166 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9304f572-96a3-4f6c-93a3-5ec893d851b5', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9304f572-96a3-4f6c-93a3-5ec893d851b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:00:55,219 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:00:55,219 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7e07cc7-41af-4221-b979-3c0b6f4a7599', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7e07cc7-41af-4221-b979-3c0b6f4a7599', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:00:56,272 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 20:00:56,273 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df26740c-dd79-4c62-a4b4-14011b1cb3c7', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df26740c-dd79-4c62-a4b4-14011b1cb3c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:00:57,343 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.062s 2022-07-20 20:00:57,344 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d72c6257-c381-4f76-b529-6fb02afb3e8e', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d72c6257-c381-4f76-b529-6fb02afb3e8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:00:58,396 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:00:58,397 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b912dcf5-1ec7-4365-88d4-500e85e2a3c8', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b912dcf5-1ec7-4365-88d4-500e85e2a3c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:00:59,449 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 20:00:59,450 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55eb7fe5-8346-4002-b075-3edbc96eab8b', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55eb7fe5-8346-4002-b075-3edbc96eab8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:01:00,502 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:01:00,502 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-caadede6-eb63-4739-9fc0-0c4d3d2165c6', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-caadede6-eb63-4739-9fc0-0c4d3d2165c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:01:01,559 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.049s 2022-07-20 20:01:01,559 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3d34710-11c6-42ab-bd7d-3a64676ffeb0', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3d34710-11c6-42ab-bd7d-3a64676ffeb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:01:02,617 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.050s 2022-07-20 20:01:02,618 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f96c1780-ec66-4805-ab3e-64dcd9333110', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f96c1780-ec66-4805-ab3e-64dcd9333110', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:01:03,678 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.053s 2022-07-20 20:01:03,679 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43b10503-a50b-4514-ad54-f1ea21155f82', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43b10503-a50b-4514-ad54-f1ea21155f82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:01:04,737 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.050s 2022-07-20 20:01:04,738 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93a3fd33-9867-4032-99c3-4db1efacab3b', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93a3fd33-9867-4032-99c3-4db1efacab3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:01:05,804 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.058s 2022-07-20 20:01:05,804 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11e4d18b-adb9-4de2-84c2-85b938eb9c1c', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11e4d18b-adb9-4de2-84c2-85b938eb9c1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:01:06,859 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.047s 2022-07-20 20:01:06,860 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a44f3c6-5ad7-4bfd-bb81-1ef78a6b612b', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a44f3c6-5ad7-4bfd-bb81-1ef78a6b612b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:01:07,957 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.090s 2022-07-20 20:01:07,957 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9798e204-5598-4daa-8fcc-5cd13b4b797f', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9798e204-5598-4daa-8fcc-5cd13b4b797f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:01:09,026 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.061s 2022-07-20 20:01:09,027 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-033f6609-488d-4e45-b0f5-afbd360a40d8', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-033f6609-488d-4e45-b0f5-afbd360a40d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:01:10,088 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.052s 2022-07-20 20:01:10,088 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1810a34-2a26-41eb-8e17-3168e1064025', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1810a34-2a26-41eb-8e17-3168e1064025', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:01:11,147 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.050s 2022-07-20 20:01:11,148 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-535007bc-bb8d-4911-a341-ed163311f477', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-535007bc-bb8d-4911-a341-ed163311f477', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:01:12,211 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.055s 2022-07-20 20:01:12,212 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-353f801f-959a-4c15-8fcc-ee2eabce9a6d', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-353f801f-959a-4c15-8fcc-ee2eabce9a6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:01:13,282 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.061s 2022-07-20 20:01:13,282 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73825225-bc1c-46c7-9e8a-139c8a30bb7b', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73825225-bc1c-46c7-9e8a-139c8a30bb7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:01:14,349 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.058s 2022-07-20 20:01:14,349 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2269940d-80f9-425a-9139-db90fdf9aba6', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2269940d-80f9-425a-9139-db90fdf9aba6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:01:15,400 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:01:15,401 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9159b82f-d76b-44c3-873a-4cf2b1668da9', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9159b82f-d76b-44c3-873a-4cf2b1668da9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:01:16,457 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.048s 2022-07-20 20:01:16,457 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0e1db4c-484f-4f37-b60d-89b231acb433', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0e1db4c-484f-4f37-b60d-89b231acb433', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:01:17,511 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 20:01:17,511 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a95507d-3482-443c-80c6-e60a9380d266', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a95507d-3482-443c-80c6-e60a9380d266', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:01:18,564 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 20:01:18,564 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9d55134-f948-4fb1-b466-b5bd97d9a366', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9d55134-f948-4fb1-b466-b5bd97d9a366', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:01:19,616 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:01:19,616 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cf73d8b-6a65-4383-8f74-e2c2a21e37bd', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cf73d8b-6a65-4383-8f74-e2c2a21e37bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:01:20,668 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:01:20,669 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d157a16f-4f34-4bcb-9b7a-1074131d8154', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d157a16f-4f34-4bcb-9b7a-1074131d8154', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:01:21,725 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.047s 2022-07-20 20:01:21,725 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-290c0ba1-1c02-4531-95ee-b5f2bfc653f8', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-290c0ba1-1c02-4531-95ee-b5f2bfc653f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:01:22,778 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:01:22,778 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0f0c328-f05c-43d3-93cf-db2a5a140c47', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0f0c328-f05c-43d3-93cf-db2a5a140c47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:01:23,831 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:01:23,831 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0744a314-6af0-4f0d-8b7b-a0527d319222', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0744a314-6af0-4f0d-8b7b-a0527d319222', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:01:24,883 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:01:24,884 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8229b16c-df97-4a00-a4e4-3c3613c956c9', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8229b16c-df97-4a00-a4e4-3c3613c956c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:01:25,939 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.048s 2022-07-20 20:01:25,940 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e811ef78-b5ec-46b0-8c2b-26c7f0ff18d7', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e811ef78-b5ec-46b0-8c2b-26c7f0ff18d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:01:26,997 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.049s 2022-07-20 20:01:26,997 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0e4ea7b-a7b2-4ef3-9583-78a0fa50abc1', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0e4ea7b-a7b2-4ef3-9583-78a0fa50abc1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:01:28,049 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:01:28,050 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7637efa4-d690-4ced-a2f4-89cbc9c1fb17', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7637efa4-d690-4ced-a2f4-89cbc9c1fb17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:01:29,104 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.046s 2022-07-20 20:01:29,105 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0dffaa13-e4de-40b0-87c8-7a00c5720b9c', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0dffaa13-e4de-40b0-87c8-7a00c5720b9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:01:30,158 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:01:30,159 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-563a596e-fb5e-43dd-a498-8aeb5af52a45', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-563a596e-fb5e-43dd-a498-8aeb5af52a45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:01:31,212 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.046s 2022-07-20 20:01:31,212 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a51785e-1819-4d7a-89b6-28f4dbe17c75', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a51785e-1819-4d7a-89b6-28f4dbe17c75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:01:32,266 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 20:01:32,267 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b16faddb-0de0-415b-9646-2e78e6516627', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b16faddb-0de0-415b-9646-2e78e6516627', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:01:33,319 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:01:33,319 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-020bf1c0-503e-4fc3-8072-00ef829dc243', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-020bf1c0-503e-4fc3-8072-00ef829dc243', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:01:34,371 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:01:34,372 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c797b312-ba2d-4fb9-9513-ce66ed3e9759', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c797b312-ba2d-4fb9-9513-ce66ed3e9759', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:01:35,423 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:01:35,424 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0357e953-6460-4655-a01e-5b23b24a29f4', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0357e953-6460-4655-a01e-5b23b24a29f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:01:36,478 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.046s 2022-07-20 20:01:36,478 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d34df4b8-0b34-4929-9b70-336b6c62a81a', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d34df4b8-0b34-4929-9b70-336b6c62a81a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:01:37,530 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:01:37,530 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9875ebae-7bae-4c40-a3a1-b735d340ffd2', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9875ebae-7bae-4c40-a3a1-b735d340ffd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:01:38,582 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:01:38,583 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4250032a-0dc1-4c10-807a-f529df15de08', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4250032a-0dc1-4c10-807a-f529df15de08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:01:39,634 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.043s 2022-07-20 20:01:39,634 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f4de732-2f92-4ac7-82a1-4cb86c1caea8', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f4de732-2f92-4ac7-82a1-4cb86c1caea8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:01:40,687 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:01:40,687 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bcc4780d-1b40-48ff-99ec-bebf17a057c9', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bcc4780d-1b40-48ff-99ec-bebf17a057c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:01:41,739 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 20:01:41,739 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eef1d6b0-9e87-4e02-bd58-be8215a57ea4', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eef1d6b0-9e87-4e02-bd58-be8215a57ea4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:01:42,793 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.046s 2022-07-20 20:01:42,793 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10b5e866-16ad-49b3-b995-378abc5916e1', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10b5e866-16ad-49b3-b995-378abc5916e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:01:43,845 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.043s 2022-07-20 20:01:43,845 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e11896b9-af88-407c-8f1f-2413d0fcb8f5', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e11896b9-af88-407c-8f1f-2413d0fcb8f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:01:44,900 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.047s 2022-07-20 20:01:44,901 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3549c603-c358-4aaf-92d3-70be668a7b44', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3549c603-c358-4aaf-92d3-70be668a7b44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:01:45,952 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.043s 2022-07-20 20:01:45,952 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-509e85d2-7abc-49ef-b0d6-e8465788a6b8', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-509e85d2-7abc-49ef-b0d6-e8465788a6b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:01:47,008 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.046s 2022-07-20 20:01:47,008 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d572b17-39ed-46c0-ba52-b63e2e037664', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d572b17-39ed-46c0-ba52-b63e2e037664', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:01:48,061 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:01:48,061 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49877901-eda2-4427-827e-c0980e0e0780', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49877901-eda2-4427-827e-c0980e0e0780', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:01:49,115 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 20:01:49,115 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2656570-eab7-412b-903e-a6fe9b413637', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2656570-eab7-412b-903e-a6fe9b413637', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:01:50,167 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:01:50,167 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7c58fa7-99c0-4f81-a561-7f0767931212', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7c58fa7-99c0-4f81-a561-7f0767931212', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:01:51,220 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:01:51,220 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6a779e4-3024-4847-9f53-1b6d374a17ce', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6a779e4-3024-4847-9f53-1b6d374a17ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:01:52,273 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 20:01:52,274 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e50cb7a-5f48-4854-9b45-94cc150de1c2', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e50cb7a-5f48-4854-9b45-94cc150de1c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:01:53,326 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:01:53,326 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61e6a1e6-74b2-48ad-b46e-68857699fab4', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61e6a1e6-74b2-48ad-b46e-68857699fab4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:01:54,378 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.043s 2022-07-20 20:01:54,378 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-668156bd-a8a1-4bc2-877e-9950108ea7c5', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-668156bd-a8a1-4bc2-877e-9950108ea7c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:01:55,432 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 20:01:55,432 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a2bbb73-81e5-415f-ab6e-eb257e2ba7bc', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a2bbb73-81e5-415f-ab6e-eb257e2ba7bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:01:56,488 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.046s 2022-07-20 20:01:56,489 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89ca3e2b-7499-4af7-8fe8-9f5a165845d7', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89ca3e2b-7499-4af7-8fe8-9f5a165845d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:01:57,541 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.043s 2022-07-20 20:01:57,541 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c7bcf1a-570f-436c-a5bd-dda089155d6d', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c7bcf1a-570f-436c-a5bd-dda089155d6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:01:58,593 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:01:58,594 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f575113-4d09-4556-b5ec-4a9358b8ef50', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f575113-4d09-4556-b5ec-4a9358b8ef50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:01:59,646 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:01:59,646 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6a61346-a0e7-4d6d-9db0-45196b916993', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6a61346-a0e7-4d6d-9db0-45196b916993', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:02:00,697 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.043s 2022-07-20 20:02:00,698 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93da25a3-3fd3-4604-827f-8ba7f3aa46c8', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93da25a3-3fd3-4604-827f-8ba7f3aa46c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:02:01,750 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 20:02:01,751 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c80fe476-4e0e-4a9d-be63-3eb1ae021269', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c80fe476-4e0e-4a9d-be63-3eb1ae021269', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:02:02,801 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:02:02,802 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcf215a0-0473-4273-bad0-bd630464cf5a', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcf215a0-0473-4273-bad0-bd630464cf5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:02:03,852 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.043s 2022-07-20 20:02:03,853 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e95af5bf-29e1-474e-8f47-bfd3666a0fbd', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e95af5bf-29e1-474e-8f47-bfd3666a0fbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:02:04,905 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:02:04,906 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-930abc06-98c4-46a0-89cf-307fef165672', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-930abc06-98c4-46a0-89cf-307fef165672', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:02:05,958 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 20:02:05,959 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0285830f-001e-4fae-9925-d9f9b6f60f83', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0285830f-001e-4fae-9925-d9f9b6f60f83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:02:07,009 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.042s 2022-07-20 20:02:07,010 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75206076-2efe-4a1c-94fe-75c5d45d25de', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75206076-2efe-4a1c-94fe-75c5d45d25de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:02:08,062 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.043s 2022-07-20 20:02:08,062 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf4a97a0-6113-4c29-a275-d2a1a9f0eebc', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf4a97a0-6113-4c29-a275-d2a1a9f0eebc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:02:09,116 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 20:02:09,116 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93081524-e6a5-4255-8008-bbfe55c67f9c', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93081524-e6a5-4255-8008-bbfe55c67f9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:02:10,169 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:02:10,169 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b91f5886-7eb0-44e0-99a6-55aadf645808', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b91f5886-7eb0-44e0-99a6-55aadf645808', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:02:11,228 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.051s 2022-07-20 20:02:11,228 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-582aca52-34a9-4e0c-a5b7-019840ab8c66', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-582aca52-34a9-4e0c-a5b7-019840ab8c66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:02:12,281 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 20:02:12,281 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6058937-378e-41d5-b772-2e0cb4400476', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6058937-378e-41d5-b772-2e0cb4400476', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:02:13,526 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.237s 2022-07-20 20:02:13,526 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae0ac890-8822-404e-bfdf-541ab10fecfa', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae0ac890-8822-404e-bfdf-541ab10fecfa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:02:14,580 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.046s 2022-07-20 20:02:14,581 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9006d20-558c-453f-8e7a-40225fcf9f55', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9006d20-558c-453f-8e7a-40225fcf9f55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:02:15,633 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 20:02:15,634 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97836178-7cfe-4d84-b726-40ae2a76971e', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97836178-7cfe-4d84-b726-40ae2a76971e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:02:16,685 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.043s 2022-07-20 20:02:16,685 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae5ef8be-dd77-4617-a1d8-88622c477d27', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae5ef8be-dd77-4617-a1d8-88622c477d27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:02:17,736 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.043s 2022-07-20 20:02:17,736 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d3bd7a0-2ec9-4894-9f85-665ed163a23b', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d3bd7a0-2ec9-4894-9f85-665ed163a23b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:02:18,789 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:02:18,789 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51b040ec-824d-47ce-83bc-66e269e79788', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51b040ec-824d-47ce-83bc-66e269e79788', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:02:19,842 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:02:19,842 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d99cb9a8-f290-47d2-9cb9-2327c4d4cc8e', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d99cb9a8-f290-47d2-9cb9-2327c4d4cc8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:02:20,892 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.043s 2022-07-20 20:02:20,893 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21839dc6-eb7c-4aa2-b921-234121fa15c8', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21839dc6-eb7c-4aa2-b921-234121fa15c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:02:21,945 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:02:21,945 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-baeaabc4-22ec-4b12-b70d-dd5aba95ebe1', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-baeaabc4-22ec-4b12-b70d-dd5aba95ebe1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:02:22,997 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:02:22,998 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2f2c667-0c15-4915-9ed0-dc3f1493ef7c', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2f2c667-0c15-4915-9ed0-dc3f1493ef7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:02:24,052 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.046s 2022-07-20 20:02:24,052 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b66c420-f27a-410f-9a99-7f4ad04f25fa', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b66c420-f27a-410f-9a99-7f4ad04f25fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:02:25,106 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 20:02:25,106 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6ccc1cc-dede-49a6-adfb-e8b2b15075a6', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6ccc1cc-dede-49a6-adfb-e8b2b15075a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:02:26,157 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:02:26,158 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8c73b4d-e19b-447f-8343-006b96ea6860', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8c73b4d-e19b-447f-8343-006b96ea6860', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:02:27,210 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 20:02:27,210 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15478969-d207-462b-a228-981ed5c2548f', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15478969-d207-462b-a228-981ed5c2548f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:02:28,266 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.047s 2022-07-20 20:02:28,267 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62cdf5eb-3161-495b-9dca-9037518c9e05', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62cdf5eb-3161-495b-9dca-9037518c9e05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:02:29,332 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.057s 2022-07-20 20:02:29,332 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa75c49b-2c81-475d-9e3c-ae39c6b2fe6c', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa75c49b-2c81-475d-9e3c-ae39c6b2fe6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:02:30,385 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:02:30,385 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3910495-81cb-4dc4-9bd2-04f654afc240', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3910495-81cb-4dc4-9bd2-04f654afc240', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:02:31,438 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 20:02:31,438 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-405e1fef-c368-4157-8cbc-73b953de3912', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-405e1fef-c368-4157-8cbc-73b953de3912', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:02:32,489 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:02:32,490 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efba532e-85f6-446a-b204-97ebadf14253', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efba532e-85f6-446a-b204-97ebadf14253', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:02:33,542 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.043s 2022-07-20 20:02:33,543 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ba4e0ab-b8ec-40d9-8f0e-bbe8c17e7367', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ba4e0ab-b8ec-40d9-8f0e-bbe8c17e7367', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:02:34,599 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.048s 2022-07-20 20:02:34,599 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8682b397-bf4b-42ba-b8dc-1d843bf999b2', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8682b397-bf4b-42ba-b8dc-1d843bf999b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:02:35,653 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 20:02:35,653 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6517cd09-1114-4908-85d6-bde080e1b63c', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6517cd09-1114-4908-85d6-bde080e1b63c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:02:36,705 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 20:02:36,705 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48c4c54a-2c5e-4629-b091-efe094354368', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48c4c54a-2c5e-4629-b091-efe094354368', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:02:37,759 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.046s 2022-07-20 20:02:37,760 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a7830ad-a74f-473d-a62c-0db07126d9d8', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a7830ad-a74f-473d-a62c-0db07126d9d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:02:38,811 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:02:38,812 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8dc8f742-dd66-48c8-a680-517ffb41804d', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8dc8f742-dd66-48c8-a680-517ffb41804d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:02:39,864 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 20:02:39,865 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0ed6ddf-281d-4aed-887d-6d345643faff', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0ed6ddf-281d-4aed-887d-6d345643faff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:02:40,917 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:02:40,918 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1ec473c-3e30-4435-82ab-577e9c7ad031', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1ec473c-3e30-4435-82ab-577e9c7ad031', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:02:41,971 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.046s 2022-07-20 20:02:41,972 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4367c30-5323-499b-8a26-4e716db175a0', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4367c30-5323-499b-8a26-4e716db175a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:02:43,025 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 20:02:43,025 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-711b42c5-99ec-436b-a046-69f38ce46890', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-711b42c5-99ec-436b-a046-69f38ce46890', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:02:44,078 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 20:02:44,079 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95d4338c-c2a2-478d-bd71-1b9b2b26e94f', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95d4338c-c2a2-478d-bd71-1b9b2b26e94f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:02:45,132 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 20:02:45,133 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8891d9bd-d933-4751-90d0-b72b1df60417', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8891d9bd-d933-4751-90d0-b72b1df60417', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:02:46,187 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.046s 2022-07-20 20:02:46,187 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32bd3f8f-73db-4ce3-b214-0b3ae5b3ebd4', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32bd3f8f-73db-4ce3-b214-0b3ae5b3ebd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:02:47,241 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.046s 2022-07-20 20:02:47,242 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41f1a562-f938-4678-91dd-3ee4868c25f0', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41f1a562-f938-4678-91dd-3ee4868c25f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:02:48,295 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 20:02:48,295 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ca28918-731f-41c7-a43b-2bcee6868f4c', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ca28918-731f-41c7-a43b-2bcee6868f4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:02:49,348 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 20:02:49,348 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bbf615a7-4747-4265-a24e-9d669ff765c0', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bbf615a7-4747-4265-a24e-9d669ff765c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:02:50,400 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.043s 2022-07-20 20:02:50,401 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1dde5187-362c-4580-bd5f-18d6ff0efddb', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1dde5187-362c-4580-bd5f-18d6ff0efddb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:02:51,460 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.051s 2022-07-20 20:02:51,460 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db3c70d2-d386-4d61-8e81-9b8a9222e9cd', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db3c70d2-d386-4d61-8e81-9b8a9222e9cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:02:52,513 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:02:52,514 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-973489c5-dd02-449e-8407-3aead1d3322c', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-973489c5-dd02-449e-8407-3aead1d3322c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:02:53,569 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.047s 2022-07-20 20:02:53,569 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92cad47c-2944-4c2a-8dce-ced0e66b6004', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92cad47c-2944-4c2a-8dce-ced0e66b6004', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:02:54,626 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.048s 2022-07-20 20:02:54,626 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d2ac641-325d-41b3-b9e2-852bed694054', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d2ac641-325d-41b3-b9e2-852bed694054', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:02:55,697 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.063s 2022-07-20 20:02:55,698 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0b8d1e4-5b18-4329-b551-7881dcffbfc9', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0b8d1e4-5b18-4329-b551-7881dcffbfc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:02:56,753 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.046s 2022-07-20 20:02:56,753 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de40db59-3027-493e-a6de-c6e8fc6b2239', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de40db59-3027-493e-a6de-c6e8fc6b2239', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:02:57,804 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:02:57,805 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22026c36-e768-4275-b2f5-a7320f623e46', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22026c36-e768-4275-b2f5-a7320f623e46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:02:58,872 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.059s 2022-07-20 20:02:58,873 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1bd03613-9d47-402e-9767-eb8907dd7ff5', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1bd03613-9d47-402e-9767-eb8907dd7ff5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:02:59,928 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.047s 2022-07-20 20:02:59,928 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-184c2844-b919-4207-b33a-506da8146366', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-184c2844-b919-4207-b33a-506da8146366', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:03:00,989 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.053s 2022-07-20 20:03:00,989 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16002b91-8fc2-4f4b-9a4c-b21778a3db9c', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16002b91-8fc2-4f4b-9a4c-b21778a3db9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:03:02,043 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.046s 2022-07-20 20:03:02,043 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-54c8ce15-fbb0-4ea6-a2f7-8c9123231b77', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54c8ce15-fbb0-4ea6-a2f7-8c9123231b77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:03:03,095 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:03:03,096 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47deb2dd-5219-4fb4-8b7e-b3c1e322e22f', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47deb2dd-5219-4fb4-8b7e-b3c1e322e22f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:03:04,150 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.046s 2022-07-20 20:03:04,150 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a035272-bef0-48cb-9db7-d7a7616da4d4', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a035272-bef0-48cb-9db7-d7a7616da4d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:03:05,202 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:03:05,202 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-defc48a7-e5ad-4186-bc79-1b07a4ba1a15', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-defc48a7-e5ad-4186-bc79-1b07a4ba1a15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:03:06,257 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.047s 2022-07-20 20:03:06,258 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-868a7514-6b05-4858-b19b-7007f3e8a7ad', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-868a7514-6b05-4858-b19b-7007f3e8a7ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:03:07,309 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.043s 2022-07-20 20:03:07,309 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee3b33f8-06b9-4ca3-b250-7caa64ee59db', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee3b33f8-06b9-4ca3-b250-7caa64ee59db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:03:08,366 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.049s 2022-07-20 20:03:08,366 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06afaa11-fd38-410f-af72-f9e65ea61812', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06afaa11-fd38-410f-af72-f9e65ea61812', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:03:09,420 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 20:03:09,420 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2363de2-bc5b-43a5-be21-fd177d88f785', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2363de2-bc5b-43a5-be21-fd177d88f785', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:03:10,479 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.051s 2022-07-20 20:03:10,480 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6e4a4da-d4a3-4b32-93c2-1b01b968b155', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6e4a4da-d4a3-4b32-93c2-1b01b968b155', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:03:11,537 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.049s 2022-07-20 20:03:11,537 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fa190e7-2c1c-421b-bc51-21c93617c251', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fa190e7-2c1c-421b-bc51-21c93617c251', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:03:12,591 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.046s 2022-07-20 20:03:12,591 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41cbf13c-31d3-474a-b692-3f95daa238fd', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41cbf13c-31d3-474a-b692-3f95daa238fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:03:13,644 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 20:03:13,644 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be35045b-7761-4811-93a7-e4df16e4c27d', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be35045b-7761-4811-93a7-e4df16e4c27d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:03:14,698 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 20:03:14,698 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b35198fb-a0b6-44e3-a7fc-3c2f755b773b', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b35198fb-a0b6-44e3-a7fc-3c2f755b773b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:03:15,753 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.047s 2022-07-20 20:03:15,753 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a3ed49d-cc54-4e80-9bc7-0e175e6bb4ef', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a3ed49d-cc54-4e80-9bc7-0e175e6bb4ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:03:16,812 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.050s 2022-07-20 20:03:16,812 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5db1e54d-1bd8-4c60-b3a5-cf392414b57c', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5db1e54d-1bd8-4c60-b3a5-cf392414b57c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:03:17,865 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 20:03:17,865 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f25bac8f-afad-4b0b-a24e-eaddbb50aece', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f25bac8f-afad-4b0b-a24e-eaddbb50aece', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:03:18,923 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.050s 2022-07-20 20:03:18,924 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5504118-53fc-4f3d-b1ff-5488d21f4306', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5504118-53fc-4f3d-b1ff-5488d21f4306', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:03:19,977 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.046s 2022-07-20 20:03:19,978 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bdd34f5b-52af-438f-862c-6f59416f60e7', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bdd34f5b-52af-438f-862c-6f59416f60e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:03:21,031 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:03:21,031 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-712d7311-6c62-4f08-9e16-99ebd3a207c4', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-712d7311-6c62-4f08-9e16-99ebd3a207c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:03:22,083 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:03:22,083 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b9349a1-75e5-4bb9-a335-35fc0fef68a9', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b9349a1-75e5-4bb9-a335-35fc0fef68a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:03:23,138 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.047s 2022-07-20 20:03:23,139 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50eaa738-0441-47e8-9328-d02f0c3218e6', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50eaa738-0441-47e8-9328-d02f0c3218e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:03:24,191 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:03:24,191 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2138f7d3-b90e-4313-ac27-a17968bd7730', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2138f7d3-b90e-4313-ac27-a17968bd7730', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:03:25,244 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:03:25,244 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a10c9734-7345-4d0e-a4d6-1b0d4335605d', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a10c9734-7345-4d0e-a4d6-1b0d4335605d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:03:26,298 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 20:03:26,298 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-964c193a-44b4-4598-a88a-ca73c87819ad', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-964c193a-44b4-4598-a88a-ca73c87819ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:03:27,354 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.048s 2022-07-20 20:03:27,355 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b6cef10-9d93-4e89-a49a-fd4130cac2d0', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b6cef10-9d93-4e89-a49a-fd4130cac2d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:03:28,407 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:03:28,407 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8c9e394-618c-468e-9e61-6f0b763f162e', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8c9e394-618c-468e-9e61-6f0b763f162e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:03:29,465 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.049s 2022-07-20 20:03:29,465 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59efafde-85c1-410b-8ec2-9e2301275eac', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59efafde-85c1-410b-8ec2-9e2301275eac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:03:30,519 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.046s 2022-07-20 20:03:30,520 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90d5b9d9-ea33-40ed-afa0-455f96877464', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90d5b9d9-ea33-40ed-afa0-455f96877464', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:03:31,577 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.048s 2022-07-20 20:03:31,577 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8529025-4feb-43c1-af6c-9bf2d51ec636', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8529025-4feb-43c1-af6c-9bf2d51ec636', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:03:32,631 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 20:03:32,631 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7b442e1-042d-4167-9eb2-a02070cbc4f4', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7b442e1-042d-4167-9eb2-a02070cbc4f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:03:33,683 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:03:33,684 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-598bed09-0510-4ab3-aae3-0c2646552cca', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-598bed09-0510-4ab3-aae3-0c2646552cca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:03:34,738 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.046s 2022-07-20 20:03:34,738 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61ecab2c-d14c-45e0-a441-e52a63449851', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61ecab2c-d14c-45e0-a441-e52a63449851', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:03:35,793 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.046s 2022-07-20 20:03:35,793 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-62b9b2fd-1aef-4a09-a0a2-5c86f6b6d61e', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62b9b2fd-1aef-4a09-a0a2-5c86f6b6d61e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:03:36,845 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:03:36,846 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab42e4cd-0a0d-4bfd-ac79-d446a378e925', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab42e4cd-0a0d-4bfd-ac79-d446a378e925', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:03:37,899 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:03:37,900 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-722a4571-7830-4c8e-8d13-acca02ad8223', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-722a4571-7830-4c8e-8d13-acca02ad8223', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:03:38,952 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:03:38,952 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aea8c3d0-630c-40ee-af34-fab57694eee1', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aea8c3d0-630c-40ee-af34-fab57694eee1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:03:40,004 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 20:03:40,005 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5722df2c-b4c8-47bc-bed7-ed597ce349e8', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5722df2c-b4c8-47bc-bed7-ed597ce349e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:03:41,058 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 20:03:41,058 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73803544-38c3-4522-b90e-925af227ee87', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73803544-38c3-4522-b90e-925af227ee87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:03:42,110 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:03:42,110 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23a1dd9d-1e1c-4d6d-a480-7e9eaae64beb', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23a1dd9d-1e1c-4d6d-a480-7e9eaae64beb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:03:43,167 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.049s 2022-07-20 20:03:43,168 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bde64b5-4990-4c73-a118-77250b39ba05', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bde64b5-4990-4c73-a118-77250b39ba05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:03:44,220 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:03:44,220 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-310ac884-ae8d-481a-bae4-0fc225524c6b', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-310ac884-ae8d-481a-bae4-0fc225524c6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:03:45,281 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.052s 2022-07-20 20:03:45,281 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c723fab6-612c-4966-a669-3fc5a9f572c3', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c723fab6-612c-4966-a669-3fc5a9f572c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:03:46,338 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.049s 2022-07-20 20:03:46,338 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af60a5ca-9bbb-4f62-bdd9-b79b1e0c0265', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af60a5ca-9bbb-4f62-bdd9-b79b1e0c0265', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:03:47,401 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.043s 2022-07-20 20:03:47,402 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02e4d91a-a934-49d2-a5e0-5f9bc987e326', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02e4d91a-a934-49d2-a5e0-5f9bc987e326', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:03:48,454 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:03:48,454 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07d27120-0974-4f47-a7c6-d4c5d6a943a5', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07d27120-0974-4f47-a7c6-d4c5d6a943a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:03:49,505 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:03:49,505 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad1b70ed-4092-45f7-9af8-e69c593c7c93', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad1b70ed-4092-45f7-9af8-e69c593c7c93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:03:50,558 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:03:50,558 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11a3eb1b-adcf-40a1-a7a1-43f5f9c0c023', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11a3eb1b-adcf-40a1-a7a1-43f5f9c0c023', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:03:51,611 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 20:03:51,611 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed92b3d2-a32c-40b7-8efc-341d56f3677e', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed92b3d2-a32c-40b7-8efc-341d56f3677e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:03:52,666 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.047s 2022-07-20 20:03:52,667 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-726066ec-8642-4f3a-bfb5-fdfab5f1d871', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-726066ec-8642-4f3a-bfb5-fdfab5f1d871', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:03:53,720 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 20:03:53,720 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96b3e715-1cdb-4232-b8a5-6924b0d9d68c', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96b3e715-1cdb-4232-b8a5-6924b0d9d68c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:03:54,772 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:03:54,773 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-814d1e97-7e91-4162-9395-002ec0fcc442', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-814d1e97-7e91-4162-9395-002ec0fcc442', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:03:55,827 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 20:03:55,827 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6fcfb13-b593-4bb6-b6af-d3810f378ab2', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6fcfb13-b593-4bb6-b6af-d3810f378ab2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:03:56,879 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.043s 2022-07-20 20:03:56,880 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e8bfc8a-0704-4f36-8d91-9b8d65d68754', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e8bfc8a-0704-4f36-8d91-9b8d65d68754', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:03:57,933 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 20:03:57,933 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bcd446aa-87d2-4374-abb2-3053b4df8c42', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bcd446aa-87d2-4374-abb2-3053b4df8c42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:03:58,986 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 20:03:58,986 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fe4231a-043c-4ba0-a54f-5478637705ca', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fe4231a-043c-4ba0-a54f-5478637705ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:04:00,040 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 20:04:00,040 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c31b0814-c077-48d2-9995-1b914761584a', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c31b0814-c077-48d2-9995-1b914761584a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:04:01,092 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:04:01,092 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-340a9517-e981-499d-b899-743ef594e481', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-340a9517-e981-499d-b899-743ef594e481', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:04:02,144 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:04:02,144 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af420bf2-a636-4f30-a449-fc961fdca577', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af420bf2-a636-4f30-a449-fc961fdca577', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:04:03,196 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:04:03,197 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef76120f-b27e-4326-9819-6b1a313f5e5e', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef76120f-b27e-4326-9819-6b1a313f5e5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:04:04,249 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 20:04:04,250 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70f51d2c-ae2d-4cf7-9f14-e6efa2091054', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70f51d2c-ae2d-4cf7-9f14-e6efa2091054', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:04:05,300 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.043s 2022-07-20 20:04:05,301 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-945e6d9b-dfa0-4ef1-a081-a826d949dfac', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-945e6d9b-dfa0-4ef1-a081-a826d949dfac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:04:06,357 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.046s 2022-07-20 20:04:06,358 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f4d1b4d-4ce1-4e82-a79e-da7d9556284c', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f4d1b4d-4ce1-4e82-a79e-da7d9556284c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:04:07,410 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:04:07,410 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-faecc785-1686-4d12-a544-f1c119902f79', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-faecc785-1686-4d12-a544-f1c119902f79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:04:08,462 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:04:08,462 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88e97e9c-6326-4ff6-9c45-505a2ea9304a', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88e97e9c-6326-4ff6-9c45-505a2ea9304a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:04:09,515 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 20:04:09,516 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8538bace-e402-4fe5-bcfc-1501b76916cf', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8538bace-e402-4fe5-bcfc-1501b76916cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:04:10,568 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.043s 2022-07-20 20:04:10,568 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9654f5c-9355-4a25-9ed8-390198e57aec', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9654f5c-9355-4a25-9ed8-390198e57aec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:04:11,624 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.047s 2022-07-20 20:04:11,624 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb627cd4-9a79-47ff-abf5-ce4047d92951', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb627cd4-9a79-47ff-abf5-ce4047d92951', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:04:12,677 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:04:12,677 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e424657-2099-499c-b4b0-8d75077f2d4b', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e424657-2099-499c-b4b0-8d75077f2d4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:04:13,729 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.043s 2022-07-20 20:04:13,729 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-760e813c-f3a1-4b1b-9a43-a506d2e85e19', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-760e813c-f3a1-4b1b-9a43-a506d2e85e19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:04:14,785 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.048s 2022-07-20 20:04:14,786 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-323f0462-05eb-4227-af31-d59ea4288340', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-323f0462-05eb-4227-af31-d59ea4288340', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:04:15,839 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:04:15,839 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-854f24a9-d3e6-459e-ab92-3a12f76c3d51', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-854f24a9-d3e6-459e-ab92-3a12f76c3d51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:04:16,892 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 20:04:16,893 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db85d75c-2542-421a-8c39-748dc9318639', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db85d75c-2542-421a-8c39-748dc9318639', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:04:17,946 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 20:04:17,946 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb0c4fe7-4525-4d46-9330-a6cc95407faf', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb0c4fe7-4525-4d46-9330-a6cc95407faf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:04:18,998 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:04:18,998 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68168daf-f0c7-461e-bd04-40c02e1d7ae6', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68168daf-f0c7-461e-bd04-40c02e1d7ae6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:04:20,051 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 20:04:20,051 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b5ad47b-2c0d-4997-99f1-cfd2b74c9494', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b5ad47b-2c0d-4997-99f1-cfd2b74c9494', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:04:21,105 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 20:04:21,106 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d746f7a7-907d-48f7-8ae7-a3bd5c434c4a', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d746f7a7-907d-48f7-8ae7-a3bd5c434c4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:04:22,158 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 20:04:22,158 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-491a9c2f-d2b5-425c-bc37-8de0a8986157', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-491a9c2f-d2b5-425c-bc37-8de0a8986157', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:04:23,211 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 20:04:23,212 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88a8d835-3f9a-4e8b-87d4-e6bdf5990e7d', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88a8d835-3f9a-4e8b-87d4-e6bdf5990e7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:04:24,264 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:04:24,265 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a32b62c3-73b4-4d22-86d8-11b466c99b1c', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a32b62c3-73b4-4d22-86d8-11b466c99b1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:04:25,317 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.043s 2022-07-20 20:04:25,317 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77103f64-1d3d-4e15-bb05-4d96b67a5437', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77103f64-1d3d-4e15-bb05-4d96b67a5437', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:04:26,370 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 20:04:26,370 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c07dc3f9-4394-442f-8b17-e27d9f5abe7f', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c07dc3f9-4394-442f-8b17-e27d9f5abe7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:04:27,421 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:04:27,422 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3792b0cd-91ae-4eae-be87-c43a4c8ad076', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3792b0cd-91ae-4eae-be87-c43a4c8ad076', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:04:28,473 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:04:28,473 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e94f06e-4135-4d81-bbed-f31402d3f616', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e94f06e-4135-4d81-bbed-f31402d3f616', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:04:29,526 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:04:29,526 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c860615d-69f7-426e-a66d-ad7ff7e3d675', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c860615d-69f7-426e-a66d-ad7ff7e3d675', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:04:30,577 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.043s 2022-07-20 20:04:30,578 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e70c380-02c7-42a9-a535-237eef84cacc', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e70c380-02c7-42a9-a535-237eef84cacc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:04:31,631 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:04:31,631 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eeaa099b-ec0f-4119-845c-08a2f25c40f1', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eeaa099b-ec0f-4119-845c-08a2f25c40f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:04:32,686 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.046s 2022-07-20 20:04:32,686 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47e30cc1-e776-4346-a736-4f39476be723', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47e30cc1-e776-4346-a736-4f39476be723', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:04:33,737 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.042s 2022-07-20 20:04:33,738 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f024ff92-87d4-40c7-9b24-7604a32c64d6', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f024ff92-87d4-40c7-9b24-7604a32c64d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:04:34,790 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.043s 2022-07-20 20:04:34,790 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-432ec418-8199-4d15-9e91-5dd517bb48d6', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-432ec418-8199-4d15-9e91-5dd517bb48d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:04:35,843 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 20:04:35,843 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6f9cdf3-9a58-4d19-90d2-0a36bdaedf57', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6f9cdf3-9a58-4d19-90d2-0a36bdaedf57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:04:36,894 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.043s 2022-07-20 20:04:36,895 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76888f8c-0eaa-4182-846a-464724f9c6f3', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76888f8c-0eaa-4182-846a-464724f9c6f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:04:37,948 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 20:04:37,948 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b0bee78-9402-448a-9f79-aea32d30face', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b0bee78-9402-448a-9f79-aea32d30face', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:04:39,004 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.048s 2022-07-20 20:04:39,005 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60a9ebbd-5dd4-4d2f-9c02-9f4cba6b5cf4', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60a9ebbd-5dd4-4d2f-9c02-9f4cba6b5cf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:04:40,059 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.046s 2022-07-20 20:04:40,059 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec624d6e-0e5e-442a-a449-01b957562b4f', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec624d6e-0e5e-442a-a449-01b957562b4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:04:41,117 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.050s 2022-07-20 20:04:41,118 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1452d05e-432f-4476-8fa4-a3b920cf20ce', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1452d05e-432f-4476-8fa4-a3b920cf20ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:04:42,173 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.047s 2022-07-20 20:04:42,173 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb657832-de73-4436-a6f1-8900da126cff', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb657832-de73-4436-a6f1-8900da126cff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:04:43,228 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.047s 2022-07-20 20:04:43,229 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d3ae16c-eb3c-4006-8e3a-af2aee9f2054', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d3ae16c-eb3c-4006-8e3a-af2aee9f2054', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:04:44,281 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:04:44,281 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c62c0650-9019-4a90-95e8-02efb24e48c9', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c62c0650-9019-4a90-95e8-02efb24e48c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:04:45,347 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.058s 2022-07-20 20:04:45,348 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09503a6a-09a5-4410-b942-efd16128b83d', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09503a6a-09a5-4410-b942-efd16128b83d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:04:46,408 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.049s 2022-07-20 20:04:46,409 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4aedfc41-d964-4d02-bf73-431633132851', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4aedfc41-d964-4d02-bf73-431633132851', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:04:47,463 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.046s 2022-07-20 20:04:47,463 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bde77645-07b1-4312-a4a5-912bae65f044', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bde77645-07b1-4312-a4a5-912bae65f044', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:04:48,518 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.047s 2022-07-20 20:04:48,518 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-656baaf5-42e8-40cc-b924-9e03e17015f7', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-656baaf5-42e8-40cc-b924-9e03e17015f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:04:49,575 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.047s 2022-07-20 20:04:49,576 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-270b4c17-ab42-40dd-8dca-00fcb71a8464', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-270b4c17-ab42-40dd-8dca-00fcb71a8464', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:04:50,632 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.049s 2022-07-20 20:04:50,632 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e219eb3-b795-476d-a660-4c0f669a3caf', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e219eb3-b795-476d-a660-4c0f669a3caf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:04:51,699 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.059s 2022-07-20 20:04:51,700 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56fc9c54-bac4-4d20-a0ca-0741a33b9f84', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56fc9c54-bac4-4d20-a0ca-0741a33b9f84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:04:52,793 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.085s 2022-07-20 20:04:52,793 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba07238f-b1f3-418f-b0ce-3d250a079903', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba07238f-b1f3-418f-b0ce-3d250a079903', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:04:53,846 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.046s 2022-07-20 20:04:53,847 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d978e8fe-5696-42b1-850b-0b6ee7767ca4', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d978e8fe-5696-42b1-850b-0b6ee7767ca4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:04:54,898 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.044s 2022-07-20 20:04:54,899 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f027b196-b49f-4ce5-a02b-35bfbded2afc', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f027b196-b49f-4ce5-a02b-35bfbded2afc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:04:55,952 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 20:04:55,952 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fbaff64-a9b9-4ce1-a7a2-2a8d46eaa529', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fbaff64-a9b9-4ce1-a7a2-2a8d46eaa529', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:04:57,016 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.054s 2022-07-20 20:04:57,016 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25ac5de0-2f5f-4026-8f63-59433437cf37', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25ac5de0-2f5f-4026-8f63-59433437cf37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:04:58,074 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.050s 2022-07-20 20:04:58,074 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b634fc73-ff08-4954-9fea-0ef2488c0b88', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b634fc73-ff08-4954-9fea-0ef2488c0b88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:04:59,131 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.048s 2022-07-20 20:04:59,131 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfed0163-9796-4ff3-a366-509388b6d8ea', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfed0163-9796-4ff3-a366-509388b6d8ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:05:00,185 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 0.045s 2022-07-20 20:05:00,185 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:05:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-387b33ea-78b9-45c9-824e-1a64156e2a39', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-387b33ea-78b9-45c9-824e-1a64156e2a39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683'} Body: b'{"volume": {"id": "f00f5654-f06c-4ad5-ad71-c1e119e5d683", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T20:00:54.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1441191650", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683"}], "user_id": "343e480dd5ee4389ba430129cd7daaa4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6e0bccb45a24af3918f7db2c60de33d"}}' 2022-07-20 20:05:02,477 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 2.285s 2022-07-20 20:05:02,478 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:05:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92d5f577-cf96-4fa6-9c8a-c0a3dc537fbf', 'x-compute-request-id': 'req-92d5f577-cf96-4fa6-9c8a-c0a3dc537fbf', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'' 2022-07-20 20:05:02,717 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55 0.238s 2022-07-20 20:05:02,717 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:05:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-c75bb0d0-c51f-464f-a5bc-b9005ddf60fb', 'x-compute-request-id': 'req-c75bb0d0-c51f-464f-a5bc-b9005ddf60fb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 3b2abd53-4758-462c-b36a-0d1bf0b66a55 could not be found."}}' 2022-07-20 20:05:02,838 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.69/compute/v2.1/os-keypairs/tempest-keypair-543896985 0.120s 2022-07-20 20:05:02,838 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:05:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec578081-37b2-412f-bc74-25466d19d47e', 'x-compute-request-id': 'req-ec578081-37b2-412f-bc74-25466d19d47e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.69/compute/v2.1/os-keypairs/tempest-keypair-543896985'} Body: b'' 2022-07-20 20:05:02,980 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.69:9696/v2.0/security-groups/7fc1af55-48b5-4282-88ea-ec3ef17421de 0.141s 2022-07-20 20:05:02,981 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-09a0580d-106d-47a7-8208-615e2ceb8489', 'content-length': '0', 'date': 'Wed, 20 Jul 2022 20:05:02 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.69:9696/v2.0/security-groups/7fc1af55-48b5-4282-88ea-ec3ef17421de'} Body: b'' 2022-07-20 20:05:03,005 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.222.0.69:9696/v2.0/security-groups/7fc1af55-48b5-4282-88ea-ec3ef17421de 0.023s 2022-07-20 20:05:03,005 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-79701835-a094-42cd-8a7b-dd348e52830d', 'date': 'Wed, 20 Jul 2022 20:05:03 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.69:9696/v2.0/security-groups/7fc1af55-48b5-4282-88ea-ec3ef17421de'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 7fc1af55-48b5-4282-88ea-ec3ef17421de does not exist", "detail": ""}}' 2022-07-20 20:05:03,532 118446 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.222.0.69:9696/v2.0/floatingips/7e9f6633-9a15-4162-b26a-65a0b0dae177 0.526s 2022-07-20 20:05:03,533 118446 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-e02d72c3-04ff-4e44-91f2-455dd448c59d', 'content-length': '0', 'date': 'Wed, 20 Jul 2022 20:05:03 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.69:9696/v2.0/floatingips/7e9f6633-9a15-4162-b26a-65a0b0dae177'} Body: b'' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 449, in _make_request six.raise_from(e, None) File "<string>", line 3, in raise_from File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 444, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.8/http/client.py", line 1348, in getresponse response.begin() File "/usr/lib/python3.8/http/client.py", line 316, in begin version, status, reason = self._read_status() File "/usr/lib/python3.8/http/client.py", line 277, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.8/socket.py", line 669, in readinto return self._sock.recv_into(b) socket.timeout: timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 451, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 340, in _raise_timeout raise ReadTimeoutError( urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/base.py", line 561, in _detach_volume volume = self.volumes_client.show_volume(volume['id'])['volume'] File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 98, in show_volume resp, body = self.get(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 704, in request resp, resp_body = self._request(method, url, headers=headers, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 583, in _request resp, resp_body = self.raw_request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 623, in raw_request resp, resp_body = self.http_obj.request( File "/opt/stack/tempest/tempest/lib/common/http.py", line 110, in request r = super(ClosingHttp, self).request(method, url, retries=retry, File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 74, in request return self.request_encode_url( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 96, in request_encode_url return self.urlopen(method, url, **extra_kw) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen return self.urlopen( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen return self.urlopen( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen return self.urlopen( [Previous line repeated 7 more times] File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 785, in urlopen retries = retries.increment( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 592, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='10.222.0.69', port=80): Max retries exceeded with url: /volume/v3/e6e0bccb45a24af3918f7db2c60de33d/volumes/f00f5654-f06c-4ad5-ad71-c1e119e5d683 (Caused by ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")) }}} traceback-2: {{{ Traceback (most recent call last): File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 449, in _make_request six.raise_from(e, None) File "<string>", line 3, in raise_from File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 444, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.8/http/client.py", line 1348, in getresponse response.begin() File "/usr/lib/python3.8/http/client.py", line 316, in begin version, status, reason = self._read_status() File "/usr/lib/python3.8/http/client.py", line 277, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.8/socket.py", line 669, in readinto return self._sock.recv_into(b) socket.timeout: timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 451, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 340, in _raise_timeout raise ReadTimeoutError( urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/waiters.py", line 366, in wait_for_volume_attachment_remove_from_server volumes = client.list_volume_attachments( File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 506, in list_volume_attachments resp, body = self.get('servers/%s/os-volume_attachments' % ( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 704, in request resp, resp_body = self._request(method, url, headers=headers, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 583, in _request resp, resp_body = self.raw_request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 623, in raw_request resp, resp_body = self.http_obj.request( File "/opt/stack/tempest/tempest/lib/common/http.py", line 110, in request r = super(ClosingHttp, self).request(method, url, retries=retry, File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 74, in request return self.request_encode_url( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 96, in request_encode_url return self.urlopen(method, url, **extra_kw) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen return self.urlopen( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen return self.urlopen( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen return self.urlopen( [Previous line repeated 7 more times] File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 785, in urlopen retries = retries.increment( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 592, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='10.222.0.69', port=80): Max retries exceeded with url: /compute/v2.1/servers/3b2abd53-4758-462c-b36a-0d1bf0b66a55/os-volume_attachments (Caused by ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")) }}} traceback-3: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/waiters.py", line 317, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: volume f00f5654-f06c-4ad5-ad71-c1e119e5d683 failed to reach available status (current attaching) within the required time (360 s). }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 275, in test_attach_volume_shelved_or_offload_server self._unshelve_server_and_check_volumes( File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 249, in _unshelve_server_and_check_volumes waiters.wait_for_server_status(self.servers_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 101, in wait_for_server_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Server 3b2abd53-4758-462c-b36a-0d1bf0b66a55 failed to reach ACTIVE status and task state "None" within the required time (360 s). Current status: SHELVED_OFFLOADED. Current task state: None. |
||||||
test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow] |
pass
pt4.2: tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow] |
||||||
tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON | 2 | 1 | 1 | 0 | 0 | Detail | |
test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow] |
fail
ft5.1: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-20 19:23:50,587 118441 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2022-07-20 19:23:50,587 118441 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2022-07-20 19:23:51,807 118441 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.222.0.69/compute/v2.1/os-keypairs 1.215s 2022-07-20 19:23:51,807 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-keypair-1960440461", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLRTO0o+5A7PFNO8zqjja+pZ6dIwcoJO5SLZEvtmnIwCPKNEM/8npu7Ta8ZEHopfk0C/XE5VPYoS/PiEMxiRTaCsLnb1E1BOfkb90zclgQgKJPtfeyYepHQxYqWCgnIyKA=="}} Response - Headers: {'date': 'Wed, 20 Jul 2022 19:23:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7ded294-051d-426a-8fb0-1aad4f048a7e', 'x-compute-request-id': 'req-a7ded294-051d-426a-8fb0-1aad4f048a7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1960440461", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLRTO0o+5A7PFNO8zqjja+pZ6dIwcoJO5SLZEvtmnIwCPKNEM/8npu7Ta8ZEHopfk0C/XE5VPYoS/PiEMxiRTaCsLnb1E1BOfkb90zclgQgKJPtfeyYepHQxYqWCgnIyKA==", "fingerprint": "4a:e1:9c:85:9d:97:2a:fb:d8:26:24:2c:03:5a:b4:06", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f"}}' 2022-07-20 19:23:51,809 118441 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1960440461 created 2022-07-20 19:23:52,276 118441 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.69:9696/v2.0/security-groups 0.466s 2022-07-20 19:23:52,276 118441 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--1666584165", "description": "tempest-description--705558169"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-58a2f2f9-3801-468d-b7b2-31f8524cc690', 'date': 'Wed, 20 Jul 2022 19:23:52 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.69:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "3e34fa3d-b2d8-4c63-b40b-ff09d457fbbd", "name": "tempest-securitygroup--1666584165", "stateful": true, "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "description": "tempest-description--705558169", "shared": false, "security_group_rules": [{"id": "76f9e7fa-1ebd-45c0-ac97-7f7ab8213d62", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "security_group_id": "3e34fa3d-b2d8-4c63-b40b-ff09d457fbbd", "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": 108, "description": null, "tags": [], "created_at": "2022-07-20T19:23:52Z", "updated_at": "2022-07-20T19:23:52Z", "revision_number": 0, "project_id": "d0ab510f529d4442bd0e379056c4c3e5"}, {"id": "beef57de-be3a-472d-9e7d-a87acfe035d1", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "security_group_id": "3e34fa3d-b2d8-4c63-b40b-ff09d457fbbd", "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": 109, "description": null, "tags": [], "created_at": "2022-07-20T19:23:52Z", "updated_at": "2022-07-20T19:23:52Z", "revision_number": 0, "project_id": "d0ab510f529d4442bd0e379056c4c3e5"}], "tags": [], "created_at": "2022-07-20T19:23:52Z", "updated_at": "2022-07-20T19:23:52Z", "revision_number": 1, "project_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:23:52,948 118441 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.69:9696/v2.0/security-group-rules 0.671s 2022-07-20 19:23:52,948 118441 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": "3e34fa3d-b2d8-4c63-b40b-ff09d457fbbd", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-70cd98f6-4d6c-40fd-a5ca-c918260709f8', 'date': 'Wed, 20 Jul 2022 19:23:52 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.69:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "623f28e5-ff2f-45a0-925e-91b297b580fc", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "security_group_id": "3e34fa3d-b2d8-4c63-b40b-ff09d457fbbd", "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, "description": "", "created_at": "2022-07-20T19:23:52Z", "updated_at": "2022-07-20T19:23:52Z", "revision_number": 0, "project_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:23:53,548 118441 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.69:9696/v2.0/security-group-rules 0.599s 2022-07-20 19:23:53,548 118441 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": "3e34fa3d-b2d8-4c63-b40b-ff09d457fbbd", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-c024b466-63e0-439a-a331-2a1af1d920bd', 'date': 'Wed, 20 Jul 2022 19:23:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.69:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "da72e672-2433-4ef2-8151-d47bcc7ea70f", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "security_group_id": "3e34fa3d-b2d8-4c63-b40b-ff09d457fbbd", "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, "description": "", "created_at": "2022-07-20T19:23:53Z", "updated_at": "2022-07-20T19:23:53Z", "revision_number": 0, "project_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:23:53,549 118441 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1666584165 created 2022-07-20 19:24:00,825 118441 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.222.0.69:9696/v2.0/floatingips 7.275s 2022-07-20 19:24:00,825 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "3b9b3845-e7a3-4fdb-922e-b518798baca8"}} Response - Headers: {'content-type': 'application/json', 'content-length': '493', 'x-openstack-request-id': 'req-cf152830-86af-4c4a-ad78-1ba4dc1366c1', 'date': 'Wed, 20 Jul 2022 19:24:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.69:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "b1e8ced3-7c62-4f56-b1e5-8c20352d3577", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "floating_ip_address": "172.27.1.39", "floating_network_id": "3b9b3845-e7a3-4fdb-922e-b518798baca8", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "d0ab510f529d4442bd0e379056c4c3e5", "description": "", "port_details": null, "tags": [], "created_at": "2022-07-20T19:23:56Z", "updated_at": "2022-07-20T19:23:56Z", "revision_number": 0}}' 2022-07-20 19:24:00,826 118441 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'b1e8ced3-7c62-4f56-b1e5-8c20352d3577', 'tenant_id': 'd0ab510f529d4442bd0e379056c4c3e5', 'floating_ip_address': '172.27.1.39', 'floating_network_id': '3b9b3845-e7a3-4fdb-922e-b518798baca8', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'd0ab510f529d4442bd0e379056c4c3e5', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-07-20T19:23:56Z', 'updated_at': '2022-07-20T19:23:56Z', 'revision_number': 0, 'ip': '172.27.1.39'} created 2022-07-20 19:24:01,394 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.222.0.69/identity/v3/auth/tokens 0.563s 2022-07-20 19:24:01,395 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 20 Jul 2022 19:24:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3244', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-25ed8a8f-fd1c-43ac-b915-d6d56c2e4398', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.69/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "name": "tempest-AttachVolumeTestJSON-1160958235-project", "password_expires_at": null}, "audit_ids": ["CXHQqrOFQNmBHGAgL4mfcA"], "expires_at": "2022-07-20T20:24:01.000000Z", "issued_at": "2022-07-20T19:24:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d0ab510f529d4442bd0e379056c4c3e5", "name": "tempest-AttachVolumeTestJSON-1160958235"}, "is_domain": false, "roles": [{"id": "997417d78f914e27958b852313dcae0e", "name": "reader"}, {"id": "91f9d5c6716547c18da989bf327f6aca", "name": "member"}], "catalog": [{"endpoints": [{"id": "181c0ca6ec904c52b8b351f03fb780e4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5", "region": "RegionOne"}], "id": "3fbf60cbc94448cfad5481ee2a11ebda", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "71b5fdc86fe04c28a9c79a76f37c89af", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5", "region": "RegionOne"}], "id": "432440190a1d4613b9e8de425f523628", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "c7649afba0b64502990d9cf6f81ec35b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.69/compute/v2.1", "region": "RegionOne"}], "id": "5cfe7aa1008c4cac9a1301de1484a76d", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "68abffc301a34944a858b1e8a91dcc17", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.69/identity", "region": "RegionOne"}], "id": "6063f4da01dc408a95887ebde190cf89", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1cf38f75c841415d8220a2a62e5b8b3f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.69/image", "region": "RegionOne"}], "id": "73e6e3153cb9413895f2855934cebf35", "type": "image", "name": "glance"}, {"endpoints": [{"id": "87c22bc4e4e2402d9ad10640193ef825", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.69/placement", "region": "RegionOne"}], "id": "83576299d09e4da1abeca4dcaa4a189d", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "49645b8e3e1d4494ac65c2bb256e5246", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.69:9696/", "region": "RegionOne"}], "id": "8ab257c2ba3d4ae89f346631a207302b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "27990a0ca6a0472f92355c718739eaf1", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.69:8080/v1/AUTH_d0ab510f529d4442bd0e379056c4c3e5", "region": "RegionOne"}, {"id": "54f61614484348819cba27996ef1971c", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.69:8080", "region": "RegionOne"}], "id": "c1d906f25dc0453d89b7b975a79137c9", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "a8199c45947e47e0a3dd50f1b2118190", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.69/compute/v2/d0ab510f529d4442bd0e379056c4c3e5", "region": "RegionOne"}], "id": "e5774141a451493bb458c52931172eaf", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-07-20 19:24:01,395 118441 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': '1f29a5cb-67ca-4a0b-8479-a5dbe6d43f3d', 'name': 'tempest-AttachVolumeTestJSON-1282384007-network', 'tenant_id': 'd0ab510f529d4442bd0e379056c4c3e5', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd0ab510f529d4442bd0e379056c4c3e5', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 861, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-07-20T19:23:33Z', 'updated_at': '2022-07-20T19:23:34Z', 'revision_number': 1} available for tenant 2022-07-20 19:24:01,396 118441 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1960440461', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLRTO0o+5A7PFNO8zqjja+pZ6dIwcoJO5SLZEvtmnIwCPKNEM/8npu7Ta8ZEHopfk0C/XE5VPYoS/PiEMxiRTaCsLnb1E1BOfkb90zclgQgKJPtfeyYepHQxYqWCgnIyKA==', 'fingerprint': '4a:e1:9c:85:9d:97:2a:fb:d8:26:24:2c:03:5a:b4:06', 'user_id': '4d08da0ef69e4cf2abc6c18bbbc51a2f', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDP1acut+u6nviyC+b5p3bXJuDfDTTr0uToOqx3m4hB7XPTplgAzpgL\nnDO6XXJBE7igBwYFK4EEACKhZANiAAS0UztKPuQOzxTTvM6o42vqWenSMHKCTuUi\n2RL7ZpyMAjyjRDP/J6bu02vGRB6KX5NAv1xOVT2KEvz4hDMYkU2grC529RNQTn5G\n/dM3JYEICiT7X3smHqR0MWKlgoJyMig=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '3e34fa3d-b2d8-4c63-b40b-ff09d457fbbd', 'name': 'tempest-securitygroup--1666584165', 'stateful': True, 'tenant_id': 'd0ab510f529d4442bd0e379056c4c3e5', 'description': 'tempest-description--705558169', 'shared': False, 'security_group_rules': [{'id': '76f9e7fa-1ebd-45c0-ac97-7f7ab8213d62', 'tenant_id': 'd0ab510f529d4442bd0e379056c4c3e5', 'security_group_id': '3e34fa3d-b2d8-4c63-b40b-ff09d457fbbd', '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': 108, 'description': None, 'tags': [], 'created_at': '2022-07-20T19:23:52Z', 'updated_at': '2022-07-20T19:23:52Z', 'revision_number': 0, 'project_id': 'd0ab510f529d4442bd0e379056c4c3e5'}, {'id': 'beef57de-be3a-472d-9e7d-a87acfe035d1', 'tenant_id': 'd0ab510f529d4442bd0e379056c4c3e5', 'security_group_id': '3e34fa3d-b2d8-4c63-b40b-ff09d457fbbd', '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': 109, 'description': None, 'tags': [], 'created_at': '2022-07-20T19:23:52Z', 'updated_at': '2022-07-20T19:23:52Z', 'revision_number': 0, 'project_id': 'd0ab510f529d4442bd0e379056c4c3e5'}], 'tags': [], 'created_at': '2022-07-20T19:23:52Z', 'updated_at': '2022-07-20T19:23:52Z', 'revision_number': 1, 'project_id': 'd0ab510f529d4442bd0e379056c4c3e5'}, 'floating_ip': {'id': 'b1e8ced3-7c62-4f56-b1e5-8c20352d3577', 'tenant_id': 'd0ab510f529d4442bd0e379056c4c3e5', 'floating_ip_address': '172.27.1.39', 'floating_network_id': '3b9b3845-e7a3-4fdb-922e-b518798baca8', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'd0ab510f529d4442bd0e379056c4c3e5', 'description': '', 'port_details': None, 'tags': [], 'created_at': '2022-07-20T19:23:56Z', 'updated_at': '2022-07-20T19:23:56Z', 'revision_number': 0, 'ip': '172.27.1.39'}} 2022-07-20 19:24:05,276 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.222.0.69/compute/v2.1/servers 3.878s 2022-07-20 19:24:05,276 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-1204065622", "imageRef": "59575804-e013-4dec-af24-b6c2dbbce73a", "flavorRef": "452", "adminPass": "password", "networks": [{"uuid": "1f29a5cb-67ca-4a0b-8479-a5dbe6d43f3d"}], "security_groups": [{"name": "tempest-securitygroup--1666584165"}], "key_name": "tempest-keypair-1960440461", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIHVidW50dSB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH51YnVudHUvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 20 Jul 2022 19:24:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '402', 'location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a85328b-a936-42a8-a2a5-99c2459e3ee3', 'x-compute-request-id': 'req-5a85328b-a936-42a8-a2a5-99c2459e3ee3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.69/compute/v2.1/servers'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1666584165"}], "adminPass": "password"}}' 2022-07-20 19:24:06,738 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 1.459s 2022-07-20 19:24:06,738 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:24:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1238', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6d78b6f-deb5-4802-b248-ce4dd2c890b3', 'x-compute-request-id': 'req-e6d78b6f-deb5-4802-b248-ce4dd2c890b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "name": "tempest-AttachVolumeTestJSON-server-1204065622", "status": "BUILD", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:24:05Z", "updated": "2022-07-20T19:24:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1960440461", "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": []}}' 2022-07-20 19:24:08,434 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 0.685s 2022-07-20 19:24:08,434 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:24:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1296', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7acc90e0-43a8-4515-83f9-5e0253bb379f', 'x-compute-request-id': 'req-7acc90e0-43a8-4515-83f9-5e0253bb379f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "name": "tempest-AttachVolumeTestJSON-server-1204065622", "status": "BUILD", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "metadata": {}, "hostId": "231e647819357b06f2ce2d3a858385382f350af0ba5936482c4640ea", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:24:05Z", "updated": "2022-07-20T19:24:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1960440461", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:24:08,441 118441 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 2 second wait 2022-07-20 19:24:09,731 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 0.288s 2022-07-20 19:24:09,731 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:24:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1296', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af21a2ba-eb16-4e0a-a552-09319d3f7870', 'x-compute-request-id': 'req-af21a2ba-eb16-4e0a-a552-09319d3f7870', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "name": "tempest-AttachVolumeTestJSON-server-1204065622", "status": "BUILD", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "metadata": {}, "hostId": "231e647819357b06f2ce2d3a858385382f350af0ba5936482c4640ea", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:24:05Z", "updated": "2022-07-20T19:24:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1960440461", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:24:10,969 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 0.228s 2022-07-20 19:24:10,970 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:24:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-48e91904-5a71-439f-b87b-02b8333005c0', 'x-compute-request-id': 'req-48e91904-5a71-439f-b87b-02b8333005c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "name": "tempest-AttachVolumeTestJSON-server-1204065622", "status": "BUILD", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "metadata": {}, "hostId": "231e647819357b06f2ce2d3a858385382f350af0ba5936482c4640ea", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:24:05Z", "updated": "2022-07-20T19:24:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1960440461", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1666584165"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:24:12,856 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 0.878s 2022-07-20 19:24:12,857 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:24:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2462d69a-0e9c-42bd-bfe1-82ff735ec0a2', 'x-compute-request-id': 'req-2462d69a-0e9c-42bd-bfe1-82ff735ec0a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "name": "tempest-AttachVolumeTestJSON-server-1204065622", "status": "BUILD", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "metadata": {}, "hostId": "231e647819357b06f2ce2d3a858385382f350af0ba5936482c4640ea", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:24:05Z", "updated": "2022-07-20T19:24:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1960440461", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1666584165"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:24:14,119 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 0.253s 2022-07-20 19:24:14,119 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:24:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a0bb9b6-252d-42b1-a02f-6966f7a2bea5', 'x-compute-request-id': 'req-7a0bb9b6-252d-42b1-a02f-6966f7a2bea5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "name": "tempest-AttachVolumeTestJSON-server-1204065622", "status": "BUILD", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "metadata": {}, "hostId": "231e647819357b06f2ce2d3a858385382f350af0ba5936482c4640ea", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:24:05Z", "updated": "2022-07-20T19:24:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1960440461", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1666584165"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:24:15,533 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 0.405s 2022-07-20 19:24:15,534 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:24:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b88cc3c-237f-43db-a5fe-7fa74be66837', 'x-compute-request-id': 'req-2b88cc3c-237f-43db-a5fe-7fa74be66837', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "name": "tempest-AttachVolumeTestJSON-server-1204065622", "status": "BUILD", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "metadata": {}, "hostId": "231e647819357b06f2ce2d3a858385382f350af0ba5936482c4640ea", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:24:05Z", "updated": "2022-07-20T19:24:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1960440461", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1666584165"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:24:16,918 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 0.374s 2022-07-20 19:24:16,919 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:24:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-899c0080-74d0-4e9e-a567-20779f9ae9e7', 'x-compute-request-id': 'req-899c0080-74d0-4e9e-a567-20779f9ae9e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "name": "tempest-AttachVolumeTestJSON-server-1204065622", "status": "BUILD", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "metadata": {}, "hostId": "231e647819357b06f2ce2d3a858385382f350af0ba5936482c4640ea", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:24:05Z", "updated": "2022-07-20T19:24:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1960440461", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1666584165"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:24:18,288 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 0.351s 2022-07-20 19:24:18,288 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:24:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b3855f7-0455-4704-b1be-4c71d4c50e03', 'x-compute-request-id': 'req-3b3855f7-0455-4704-b1be-4c71d4c50e03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "name": "tempest-AttachVolumeTestJSON-server-1204065622", "status": "BUILD", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "metadata": {}, "hostId": "231e647819357b06f2ce2d3a858385382f350af0ba5936482c4640ea", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:24:05Z", "updated": "2022-07-20T19:24:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1960440461", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1666584165"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:24:20,415 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 1.118s 2022-07-20 19:24:20,415 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:24:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc39fa96-6603-46e0-9085-94ccf37b8740', 'x-compute-request-id': 'req-bc39fa96-6603-46e0-9085-94ccf37b8740', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "name": "tempest-AttachVolumeTestJSON-server-1204065622", "status": "BUILD", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "metadata": {}, "hostId": "231e647819357b06f2ce2d3a858385382f350af0ba5936482c4640ea", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:24:05Z", "updated": "2022-07-20T19:24:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1960440461", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1666584165"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:24:21,713 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 0.288s 2022-07-20 19:24:21,713 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:24:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2fee2885-060d-4077-b02c-919b96aa3d83', 'x-compute-request-id': 'req-2fee2885-060d-4077-b02c-919b96aa3d83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "name": "tempest-AttachVolumeTestJSON-server-1204065622", "status": "BUILD", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "metadata": {}, "hostId": "231e647819357b06f2ce2d3a858385382f350af0ba5936482c4640ea", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:24:05Z", "updated": "2022-07-20T19:24:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1960440461", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1666584165"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:24:22,973 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 0.251s 2022-07-20 19:24:22,973 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:24:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d7b24bf0-b44f-4142-ba78-200263cc38d4', 'x-compute-request-id': 'req-d7b24bf0-b44f-4142-ba78-200263cc38d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "name": "tempest-AttachVolumeTestJSON-server-1204065622", "status": "BUILD", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "metadata": {}, "hostId": "231e647819357b06f2ce2d3a858385382f350af0ba5936482c4640ea", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:24:05Z", "updated": "2022-07-20T19:24:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1960440461", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1666584165"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:24:24,327 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 0.346s 2022-07-20 19:24:24,327 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:24:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-30d50cd1-4451-4ade-bbfc-4dc0269d12fc', 'x-compute-request-id': 'req-30d50cd1-4451-4ade-bbfc-4dc0269d12fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "name": "tempest-AttachVolumeTestJSON-server-1204065622", "status": "BUILD", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "metadata": {}, "hostId": "231e647819357b06f2ce2d3a858385382f350af0ba5936482c4640ea", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:24:05Z", "updated": "2022-07-20T19:24:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1960440461", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1666584165"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:24:25,588 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 0.252s 2022-07-20 19:24:25,588 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:24:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-39d7e7ae-6f9e-4887-a658-78f5cbae3c0c', 'x-compute-request-id': 'req-39d7e7ae-6f9e-4887-a658-78f5cbae3c0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "name": "tempest-AttachVolumeTestJSON-server-1204065622", "status": "BUILD", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "metadata": {}, "hostId": "231e647819357b06f2ce2d3a858385382f350af0ba5936482c4640ea", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:24:05Z", "updated": "2022-07-20T19:24:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1960440461", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1666584165"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:24:26,864 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 0.267s 2022-07-20 19:24:26,865 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:24:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dc452dca-9524-41fa-ad4d-0374bfb0526a', 'x-compute-request-id': 'req-dc452dca-9524-41fa-ad4d-0374bfb0526a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "name": "tempest-AttachVolumeTestJSON-server-1204065622", "status": "BUILD", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "metadata": {}, "hostId": "231e647819357b06f2ce2d3a858385382f350af0ba5936482c4640ea", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:24:05Z", "updated": "2022-07-20T19:24:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1960440461", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1666584165"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:24:28,299 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 0.425s 2022-07-20 19:24:28,300 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:24:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-70c0fc40-4af9-4653-804a-a2c190b2b44f', 'x-compute-request-id': 'req-70c0fc40-4af9-4653-804a-a2c190b2b44f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "name": "tempest-AttachVolumeTestJSON-server-1204065622", "status": "BUILD", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "metadata": {}, "hostId": "231e647819357b06f2ce2d3a858385382f350af0ba5936482c4640ea", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:24:05Z", "updated": "2022-07-20T19:24:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1960440461", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1666584165"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:24:29,562 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 0.254s 2022-07-20 19:24:29,563 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:24:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5c6760cb-7781-4f70-8e77-664aad2927c4', 'x-compute-request-id': 'req-5c6760cb-7781-4f70-8e77-664aad2927c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "name": "tempest-AttachVolumeTestJSON-server-1204065622", "status": "BUILD", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "metadata": {}, "hostId": "231e647819357b06f2ce2d3a858385382f350af0ba5936482c4640ea", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:24:05Z", "updated": "2022-07-20T19:24:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1960440461", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1666584165"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:24:30,733 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 0.161s 2022-07-20 19:24:30,733 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:24:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-85d808a0-3be4-49d6-bf7d-11ee10e53470', 'x-compute-request-id': 'req-85d808a0-3be4-49d6-bf7d-11ee10e53470', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "name": "tempest-AttachVolumeTestJSON-server-1204065622", "status": "BUILD", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "metadata": {}, "hostId": "231e647819357b06f2ce2d3a858385382f350af0ba5936482c4640ea", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:24:05Z", "updated": "2022-07-20T19:24:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1960440461", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1666584165"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:24:31,973 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 0.229s 2022-07-20 19:24:31,973 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:24:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ddeb677-3c9f-41ac-8f70-50019fe82ef3', 'x-compute-request-id': 'req-7ddeb677-3c9f-41ac-8f70-50019fe82ef3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "name": "tempest-AttachVolumeTestJSON-server-1204065622", "status": "BUILD", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "metadata": {}, "hostId": "231e647819357b06f2ce2d3a858385382f350af0ba5936482c4640ea", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:24:05Z", "updated": "2022-07-20T19:24:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1960440461", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1666584165"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:24:33,162 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 0.180s 2022-07-20 19:24:33,162 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:24:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9594416a-521b-4c2b-9233-c0925c838e78', 'x-compute-request-id': 'req-9594416a-521b-4c2b-9233-c0925c838e78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "name": "tempest-AttachVolumeTestJSON-server-1204065622", "status": "BUILD", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "metadata": {}, "hostId": "231e647819357b06f2ce2d3a858385382f350af0ba5936482c4640ea", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:24:05Z", "updated": "2022-07-20T19:24:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1960440461", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1666584165"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:24:34,343 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 0.171s 2022-07-20 19:24:34,343 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:24:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8850738e-9c90-4481-ad00-7dd6aaad2311', 'x-compute-request-id': 'req-8850738e-9c90-4481-ad00-7dd6aaad2311', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "name": "tempest-AttachVolumeTestJSON-server-1204065622", "status": "BUILD", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "metadata": {}, "hostId": "231e647819357b06f2ce2d3a858385382f350af0ba5936482c4640ea", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:24:05Z", "updated": "2022-07-20T19:24:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1960440461", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1666584165"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:24:35,643 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 0.291s 2022-07-20 19:24:35,643 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:24:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-064be0e7-83a9-4e12-a99e-0d33f97817aa', 'x-compute-request-id': 'req-064be0e7-83a9-4e12-a99e-0d33f97817aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "name": "tempest-AttachVolumeTestJSON-server-1204065622", "status": "BUILD", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "metadata": {}, "hostId": "231e647819357b06f2ce2d3a858385382f350af0ba5936482c4640ea", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:24:05Z", "updated": "2022-07-20T19:24:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1960440461", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1666584165"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:24:36,846 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 0.194s 2022-07-20 19:24:36,846 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:24:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c8bca87-4bb5-4b2f-91ad-8335b634adca', 'x-compute-request-id': 'req-2c8bca87-4bb5-4b2f-91ad-8335b634adca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "name": "tempest-AttachVolumeTestJSON-server-1204065622", "status": "BUILD", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "metadata": {}, "hostId": "231e647819357b06f2ce2d3a858385382f350af0ba5936482c4640ea", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:24:05Z", "updated": "2022-07-20T19:24:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1960440461", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1666584165"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:24:38,078 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 0.221s 2022-07-20 19:24:38,078 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:24:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c2995144-108e-491f-ac1c-cb1b0a52adab', 'x-compute-request-id': 'req-c2995144-108e-491f-ac1c-cb1b0a52adab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "name": "tempest-AttachVolumeTestJSON-server-1204065622", "status": "BUILD", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "metadata": {}, "hostId": "231e647819357b06f2ce2d3a858385382f350af0ba5936482c4640ea", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:24:05Z", "updated": "2022-07-20T19:24:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1960440461", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1666584165"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:24:39,410 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 0.322s 2022-07-20 19:24:39,410 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:24:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c3dcc78-a358-4c89-b35b-5ae1cc50a2cb', 'x-compute-request-id': 'req-1c3dcc78-a358-4c89-b35b-5ae1cc50a2cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "name": "tempest-AttachVolumeTestJSON-server-1204065622", "status": "BUILD", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "metadata": {}, "hostId": "231e647819357b06f2ce2d3a858385382f350af0ba5936482c4640ea", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:24:05Z", "updated": "2022-07-20T19:24:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1960440461", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1666584165"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:24:40,846 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 0.425s 2022-07-20 19:24:40,847 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:24:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1364', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f116c20-59b1-45b8-af36-acb13fc6229c', 'x-compute-request-id': 'req-7f116c20-59b1-45b8-af36-acb13fc6229c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "name": "tempest-AttachVolumeTestJSON-server-1204065622", "status": "BUILD", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "metadata": {}, "hostId": "231e647819357b06f2ce2d3a858385382f350af0ba5936482c4640ea", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:24:05Z", "updated": "2022-07-20T19:24:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1960440461", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1666584165"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:24:42,274 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 0.417s 2022-07-20 19:24:42,274 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:24:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1550', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d09dda0-c371-4ee0-8688-5da43ff5e4fd', 'x-compute-request-id': 'req-1d09dda0-c371-4ee0-8688-5da43ff5e4fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "name": "tempest-AttachVolumeTestJSON-server-1204065622", "status": "ACTIVE", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "metadata": {}, "hostId": "231e647819357b06f2ce2d3a858385382f350af0ba5936482c4640ea", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:24:05Z", "updated": "2022-07-20T19:24:41Z", "addresses": {"tempest-AttachVolumeTestJSON-1282384007-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1960440461", "OS-SRV-USG:launched_at": "2022-07-20T19:24:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1666584165"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:24:42,282 118441 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 36 second wait 2022-07-20 19:24:42,446 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a/os-interface 0.163s 2022-07-20 19:24:42,447 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:24:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '284', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af841c9d-e5f2-47c4-8fbe-34344092e603', 'x-compute-request-id': 'req-af841c9d-e5f2-47c4-8fbe-34344092e603', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "1f29a5cb-67ca-4a0b-8479-a5dbe6d43f3d", "port_id": "d530fbe6-76ab-41fc-9fa3-b088835bc0da", "mac_addr": "fa:16:3e:2c:56:95", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "574d39e6-ec39-41e8-8f4b-8c135a305835", "ip_address": "172.20.0.4"}]}]}' 2022-07-20 19:24:44,591 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 PUT http://10.222.0.69:9696/v2.0/floatingips/b1e8ced3-7c62-4f56-b1e5-8c20352d3577 2.141s 2022-07-20 19:24:44,592 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"port_id": "d530fbe6-76ab-41fc-9fa3-b088835bc0da"}} Response - Headers: {'content-type': 'application/json', 'content-length': '796', 'x-openstack-request-id': 'req-8915a5d3-3910-44a2-938d-5e37ee3dc8a4', 'date': 'Wed, 20 Jul 2022 19:24:44 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69:9696/v2.0/floatingips/b1e8ced3-7c62-4f56-b1e5-8c20352d3577'} Body: b'{"floatingip": {"id": "b1e8ced3-7c62-4f56-b1e5-8c20352d3577", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "floating_ip_address": "172.27.1.39", "floating_network_id": "3b9b3845-e7a3-4fdb-922e-b518798baca8", "router_id": "620ac6aa-01f5-41b2-8cc0-cde38d6dc0a1", "port_id": "d530fbe6-76ab-41fc-9fa3-b088835bc0da", "fixed_ip_address": "172.20.0.4", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "1f29a5cb-67ca-4a0b-8479-a5dbe6d43f3d", "mac_address": "fa:16:3e:2c:56:95", "admin_state_up": true, "status": "ACTIVE", "device_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "device_owner": "compute:nova"}, "tags": [], "created_at": "2022-07-20T19:23:56Z", "updated_at": "2022-07-20T19:24:43Z", "revision_number": 1, "project_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:24:44,593 118441 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.1.39:22' as 'ubuntu' with public key authentication 2022-07-20 19:24:49,046 118441 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.39 ([Errno None] Unable to connect to port 22 on 172.27.1.39). Number attempts: 1. Retry after 2 seconds. 2022-07-20 19:24:54,617 118441 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.39 ([Errno None] Unable to connect to port 22 on 172.27.1.39). Number attempts: 2. Retry after 3 seconds. 2022-07-20 19:25:01,177 118441 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.39 ([Errno None] Unable to connect to port 22 on 172.27.1.39). Number attempts: 3. Retry after 4 seconds. 2022-07-20 19:25:08,757 118441 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.39 ([Errno None] Unable to connect to port 22 on 172.27.1.39). Number attempts: 4. Retry after 5 seconds. 2022-07-20 19:25:17,337 118441 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.39 ([Errno None] Unable to connect to port 22 on 172.27.1.39). Number attempts: 5. Retry after 6 seconds. 2022-07-20 19:25:26,901 118441 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.39 ([Errno None] Unable to connect to port 22 on 172.27.1.39). Number attempts: 6. Retry after 7 seconds. 2022-07-20 19:25:37,461 118441 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.39 ([Errno None] Unable to connect to port 22 on 172.27.1.39). Number attempts: 7. Retry after 8 seconds. 2022-07-20 19:25:49,046 118441 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.39 ([Errno None] Unable to connect to port 22 on 172.27.1.39). Number attempts: 8. Retry after 9 seconds. 2022-07-20 19:26:01,621 118441 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.39 ([Errno None] Unable to connect to port 22 on 172.27.1.39). Number attempts: 9. Retry after 10 seconds. 2022-07-20 19:26:15,189 118441 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.39 ([Errno None] Unable to connect to port 22 on 172.27.1.39). Number attempts: 10. Retry after 11 seconds. 2022-07-20 19:26:29,781 118441 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.39 ([Errno None] Unable to connect to port 22 on 172.27.1.39). Number attempts: 11. Retry after 12 seconds. 2022-07-20 19:26:42,297 118441 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.39 ([Errno None] Unable to connect to port 22 on 172.27.1.39). Number attempts: 12. Retry after 13 seconds. 2022-07-20 19:26:55,813 118441 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.39 ([Errno None] Unable to connect to port 22 on 172.27.1.39). Number attempts: 13. Retry after 14 seconds. 2022-07-20 19:27:10,329 118441 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.39 ([Errno None] Unable to connect to port 22 on 172.27.1.39). Number attempts: 14. Retry after 15 seconds. 2022-07-20 19:27:25,848 118441 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.39 ([Errno None] Unable to connect to port 22 on 172.27.1.39). Number attempts: 15. Retry after 16 seconds. 2022-07-20 19:27:42,364 118441 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.39 ([Errno None] Unable to connect to port 22 on 172.27.1.39). Number attempts: 16. Retry after 17 seconds. 2022-07-20 19:27:59,879 118441 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.39 ([Errno None] Unable to connect to port 22 on 172.27.1.39). Number attempts: 17. Retry after 18 seconds. 2022-07-20 19:28:18,399 118441 ERROR [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.39 after 17 attempts. Proxy client: no proxy client 2022-07-20 19:28:18.399 118441 ERROR tempest.lib.common.ssh Traceback (most recent call last): 2022-07-20 19:28:18.399 118441 ERROR tempest.lib.common.ssh File "/opt/stack/tempest/tempest/lib/common/ssh.py", line 131, in _get_ssh_connection 2022-07-20 19:28:18.399 118441 ERROR tempest.lib.common.ssh ssh.connect(self.host, port=self.port, username=self.username, 2022-07-20 19:28:18.399 118441 ERROR tempest.lib.common.ssh File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/paramiko/client.py", line 368, in connect 2022-07-20 19:28:18.399 118441 ERROR tempest.lib.common.ssh raise NoValidConnectionsError(errors) 2022-07-20 19:28:18.399 118441 ERROR tempest.lib.common.ssh paramiko.ssh_exception.NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 172.27.1.39 2022-07-20 19:28:18.399 118441 ERROR tempest.lib.common.ssh 2022-07-20 19:28:18,401 118441 DEBUG [tempest.lib.common.utils.linux.remote_client] Caller: AttachVolumeTestJSON:test_attach_detach_volume. Timeout trying to ssh to server response: {'date': 'Wed, 20 Jul 2022 19:24:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '402', 'location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a85328b-a936-42a8-a2a5-99c2459e3ee3', 'x-compute-request-id': 'req-5a85328b-a936-42a8-a2a5-99c2459e3ee3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.69/compute/v2.1/servers'} Body: {'id': 'c33037ed-7b36-43aa-85ad-e48920801b0a', 'links': [{'rel': 'self', 'href': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'}, {'rel': 'bookmark', 'href': 'http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'}], 'OS-DCF:diskConfig': 'MANUAL', 'security_groups': [{'name': 'tempest-securitygroup--1666584165'}], 'adminPass': 'password'} 2022-07-20 19:28:18,558 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a/action 0.156s 2022-07-20 19:28:18,558 118441 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': 'Wed, 20 Jul 2022 19:28:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '28652', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e98fac5f-d054-4631-98c5-5d308e5b0017', 'x-compute-request-id': 'req-e98fac5f-d054-4631-98c5-5d308e5b0017', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-07-20 19:28:18,560 118441 DEBUG [tempest.lib.common.utils.linux.remote_client] Console log for server c33037ed-7b36-43aa-85ad-e48920801b0a: [ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: x87 FPU will use FXSAVE [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable [ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data [ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.3 present. [ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016 [ 0.000000] Hypervisor detected: Microsoft Hyper-V [ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c [ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035 [ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500 [ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V [ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush [ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT [ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM) [ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026) [ 0.000000] ACPI: FACS 0x000000003FFFF000 000040 [ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001) [ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff] [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffeffff] [ 0.000000] Reserved but unavailable: 98 pages [ 0.000000] ACPI: PM-Timer IO Port: 0x408 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] e820: [mem 0x40000000-0xffffffff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on bare hardware [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] random: get_random_bytes called from start_kernel+0x99/0x51b with crng_init=0 [ 0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] percpu: Embedded 45 pages/cpu @ (ptrval) s147456 r8192 d28672 u2097152 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 257913 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0 [ 0.000000] Memory: 926704K/1048120K available (12300K kernel code, 2283K rwdata, 3972K rodata, 2248K init, 2372K bss, 121416K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] ftrace: allocating 37806 entries in 148 pages [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1. [ 0.000000] Tasks RCU enabled. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1 [ 0.000000] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] ACPI: Core revision 20170831 [ 0.000000] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.000000] APIC: Switch to symmetric I/O mode setup [ 0.004000] clocksource: hyperv_clocksource_tsc_page: mask: 0xffffffffffffffff max_cycles: 0x24e6a1710, max_idle_ns: 440795202120 ns [ 0.300000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.304000] tsc: Detected 1995.191 MHz processor [ 0.308000] Calibrating delay loop (skipped), value calculated using timer frequency.. 3990.38 BogoMIPS (lpj=7980764) [ 0.312014] pid_max: default: 32768 minimum: 301 [ 0.316083] Security Framework initialized [ 0.320014] Yama: becoming mindful. [ 0.324079] AppArmor: AppArmor initialized [ 0.336086] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.340141] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.344055] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.348081] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.352611] CPU: Physical Processor ID: 0 [ 0.360024] mce: CPU supports 1 MCE banks [ 0.368043] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8 [ 0.372014] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0 [ 0.376014] Spectre V2 : Mitigation: Full generic retpoline [ 0.380012] Speculative Store Bypass: Vulnerable [ 0.528919] Freeing SMP alternatives memory: 36K [ 0.535599] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2430L 0 @ 2.00GHz (family: 0x6, model: 0x2d, stepping: 0x7) [ 0.536217] Performance Events: unsupported p6 CPU model 45 no PMU driver, software events only. [ 0.540143] Hierarchical SRCU implementation. [ 0.548164] NMI watchdog: Perf event create on CPU 0 failed with -2 [ 0.552013] NMI watchdog: Perf NMI watchdog permanently disabled [ 0.556175] smp: Bringing up secondary CPUs ... [ 0.560015] smp: Brought up 1 node, 1 CPU [ 0.564018] smpboot: Max logical packages: 1 [ 0.568019] smpboot: Total of 1 processors activated (3990.38 BogoMIPS) [ 0.576333] devtmpfs: initialized [ 0.580143] x86/mm: Memory block size: 128MB [ 0.584402] evm: security.selinux [ 0.588019] evm: security.SMACK64 [ 0.592011] evm: security.SMACK64EXEC [ 0.596036] evm: security.SMACK64TRANSMUTE [ 0.600011] evm: security.SMACK64MMAP [ 0.604013] evm: security.apparmor [ 0.608013] evm: security.ima [ 0.612013] evm: security.capability [ 0.616228] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.620081] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.624132] pinctrl core: initialized pinctrl subsystem [ 0.628404] NET: Registered protocol family 16 [ 0.632207] audit: initializing netlink subsys (disabled) [ 0.636285] cpuidle: using governor ladder [ 0.640094] audit: type=2000 audit(1658345103.636:1): state=initialized audit_enabled=0 res=1 [ 0.644024] cpuidle: using governor menu [ 0.648132] ACPI: bus type PCI registered [ 0.652016] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.661217] PCI: Using configuration type 1 for base access [ 0.666576] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.669181] ACPI: Added _OSI(Module Device) [ 0.672081] ACPI: Added _OSI(Processor Device) [ 0.676017] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.680015] ACPI: Added _OSI(Processor Aggregator Device) [ 0.684048] ACPI: Added _OSI(Linux-Dell-Video) [ 0.700000] ACPI: Interpreter enabled [ 0.700033] ACPI: (supports S0 S5) [ 0.704015] ACPI: Using IOAPIC for interrupt routing [ 0.708114] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.714466] ACPI: Enabled 1 GPEs in block 00 to 0F [ 0.801607] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.804068] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.808041] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.812075] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.820572] PCI host bridge to bus 0000:00 [ 0.824044] pci_bus 0000:00: root bus resource [mem 0xfe0000000-0xfffffffff window] [ 0.828021] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.832018] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.836018] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.840042] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xfffbffff window] [ 0.844018] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.883368] pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.884018] pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.888017] pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.892017] pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.902875] * Found PM-Timer Bug on the chipset. Due to workarounds for a bug, [ 0.902875] * this clock source is slow. Consider trying other clock sources [ 0.936909] pci 0000:00:07.3: quirk: [io 0x0400-0x043f] claimed by PIIX4 ACPI [ 0.982563] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12 14 15) [ 0.989230] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.992941] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.998127] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 1.001037] SCSI subsystem initialized [ 1.004431] pci 0000:00:08.0: vgaarb: setting as boot VGA device [ 1.008000] pci 0000:00:08.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 1.008039] pci 0000:00:08.0: vgaarb: bridge control possible [ 1.012023] vgaarb: loaded [ 1.016138] pps_core: LinuxPPS API ver. 1 registered [ 1.020013] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 1.024040] PTP clock support registered [ 1.028151] EDAC MC: Ver: 3.0.0 [ 1.038307] hv_vmbus: Vmbus version:4.0 [ 1.040803] PCI: Using ACPI for IRQ routing [ 1.047322] NetLabel: Initializing [ 1.048031] NetLabel: domain hash size = 128 [ 1.052026] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 1.056075] NetLabel: unlabeled traffic allowed by default [ 1.060311] clocksource: Switched to clocksource hyperv_clocksource_tsc_page [ 1.117791] VFS: Disk quotas dquot_6.6.0 [ 1.127386] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.137338] AppArmor: AppArmor Filesystem Enabled [ 1.143122] pnp: PnP ACPI init [ 1.159336] system 00:06: [io 0x01e0-0x01ef] has been reserved [ 1.167279] system 00:06: [io 0x0160-0x016f] has been reserved [ 1.177743] system 00:06: [io 0x0278-0x027f] has been reserved [ 1.184756] system 00:06: [io 0x0378-0x037f] has been reserved [ 1.193052] system 00:06: [io 0x0678-0x067f] has been reserved [ 1.213640] system 00:06: [io 0x0778-0x077f] has been reserved [ 1.221002] system 00:06: [io 0x04d0-0x04d1] has been reserved [ 1.229613] system 00:07: [io 0x0400-0x043f] has been reserved [ 1.240612] system 00:07: [io 0x0370-0x0371] has been reserved [ 1.252376] system 00:07: [io 0x0440-0x044f] has been reserved [ 1.263322] system 00:07: [mem 0xfec00000-0xfec00fff] could not be reserved [ 1.269770] system 00:07: [mem 0xfee00000-0xfee00fff] has been reserved [ 1.278709] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved [ 1.290881] system 00:08: [mem 0x000c0000-0x000dffff] could not be reserved [ 1.296699] system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved [ 1.301844] system 00:08: [mem 0x00100000-0xf7ffffff] could not be reserved [ 1.312049] system 00:08: [mem 0xfffc0000-0xffffffff] has been reserved [ 1.331424] pnp: PnP ACPI: found 9 devices [ 1.345459] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.354758] NET: Registered protocol family 2 [ 1.361192] TCP established hash table entries: 8192 (order: 4, 65536 bytes) [ 1.368324] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.378456] TCP: Hash tables configured (established 8192 bind 8192) [ 1.392231] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.401192] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.412764] NET: Registered protocol family 1 [ 1.422222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.434428] pci 0000:00:08.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 1.444282] Unpacking initramfs... [ 1.520047] random: fast init done [ 1.971579] Freeing initrd memory: 13088K [ 2.035475] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 2.065841] software IO TLB [mem 0x3a600000-0x3e600000] (64MB) mapped at [ (ptrval)- (ptrval)] [ 2.081228] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3984de7b583, max_idle_ns: 881590633483 ns [ 2.095807] Scanning for low memory corruption every 60 seconds [ 2.104823] Initialise system trusted keyrings [ 2.117218] Key type blacklist registered [ 2.128352] workingset: timestamp_bits=36 max_order=18 bucket_order=0 [ 2.142155] zbud: loaded [ 2.150971] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 2.162270] fuse init (API version 7.26) [ 2.182097] Key type asymmetric registered [ 2.203990] Asymmetric key parser 'x509' registered [ 2.218557] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244) [ 2.235959] io scheduler noop registered (default) [ 2.245385] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.254885] ACPI: Power Button [PWRF] [ 2.259493] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.292814] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.349108] 00:04: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A [ 2.368646] Linux agpgart interface v0.103 [ 2.381870] loop: module loaded [ 2.396098] hv_vmbus: registering driver hv_storvsc [ 2.422932] scsi host0: storvsc_host_t [ 2.439519] scsi 0:0:0:0: Direct-Access Msft Virtual Disk 1.0 PQ: 0 ANSI: 5 [ 2.453055] scsi host1: storvsc_host_t [ 2.475480] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 2.501380] ata_piix 0000:00:07.1: Hyper-V Virtual Machine detected, ATA device ignore set [ 2.541880] sd 0:0:0:0: [sda] 2080768 512-byte logical blocks: (1.07 GB/1016 MiB) [ 2.557200] scsi host2: ata_piix [ 2.572536] scsi host3: ata_piix [ 2.584317] sd 0:0:0:0: [sda] Write Protect is off [ 2.604878] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14 [ 2.614790] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15 [ 2.639888] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 2.652199] libphy: Fixed MDIO Bus: probed [ 2.664699] tun: Universal TUN/TAP device driver, 1.6 [ 2.690912] PPP generic driver version 2.4.2 [ 2.704885] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12 [ 2.742224] sda: sda1 [ 2.783199] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 2.795188] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 4.524761] mousedev: PS/2 mouse device common for all mice [ 4.546979] rtc_cmos 00:00: RTC can wake from S4 [ 4.604443] sd 0:0:0:0: [sda] Attached SCSI disk [ 4.637601] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 4.658932] rtc_cmos 00:00: alarms up to one month, 114 bytes nvram [ 4.675425] device-mapper: uevent: version 1.0.3 [ 4.680814] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com [ 4.696128] NET: Registered protocol family 10 [ 4.717693] Segment Routing with IPv6 [ 4.730262] NET: Registered protocol family 17 [ 4.747493] Key type dns_resolver registered [ 4.752822] RAS: Correctable Errors collector initialized. [ 4.763817] registered taskstats version 1 [ 4.782187] Loading compiled-in X.509 certificates [ 4.986108] Loaded X.509 cert 'Build time autogenerated kernel key: aff4079af16f4619e3b7b2cd46b8d3777d9de144' [ 5.002516] zswap: loaded using pool lzo/zbud [ 5.020055] Key type big_key registered [ 5.028722] Key type trusted registered [ 5.046704] Key type encrypted registered [ 5.058848] AppArmor: AppArmor sha1 policy hashing enabled [ 5.070631] ima: No TPM chip found, activating TPM-bypass! (rc=-19) [ 5.080517] evm: HMAC attrs: 0x1 [ 5.108536] rtc_cmos 00:00: setting system clock to 2022-07-20 19:25:10 UTC (1658345110) [ 5.130321] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 5.143171] EDD information not available. [ 5.163867] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2 [ 6.183793] ata2.00: ATAPI: Virtual CD, , max MWDMA2 [ 6.227716] ata2.00: configured for MWDMA2 [ 6.241343] scsi 3:0:0:0: CD-ROM Msft Virtual CD/ROM 1.0 PQ: 0 ANSI: 5 [ 6.266629] sr 3:0:0:0: [sr0] scsi3-mmc drive: 0x/0x tray [ 6.281526] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 6.304915] sr 3:0:0:0: Attached scsi generic sg1 type 5 [ 6.317355] Freeing unused kernel memory: 2248K [ 6.328075] Write protecting the kernel read-only data: 18432k [ 6.351744] Freeing unused kernel memory: 2008K [ 6.386245] Freeing unused kernel memory: 124K [ 6.425517] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 6.440363] x86/mm: Checking user space page tables [ 6.504521] x86/mm: Checked W+X mappings: passed, no W+X pages found. Loading, please wait... starting version 229 [ 6.698706] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.705693] random: udevadm: uninitialized urandom read (16 bytes read) [ 6.719034] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.724631] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.737013] random: udevadm: uninitialized urandom read (16 bytes read) [ 6.843503] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.941192] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.964032] random: udevadm: uninitialized urandom read (16 bytes read) [ 6.979347] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.993701] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 7.334885] hv_utils: Registering HyperV Utility Driver [ 7.352640] hv_vmbus: registering driver hv_util [ 7.374187] hv_vmbus: registering driver hv_netvsc [ 7.390138] hv_vmbus: registering driver hyperv_keyboard [ 7.406017] hidraw: raw HID events driver (C) Jiri Kosina [ 7.520205] hv_vmbus: registering driver hid_hyperv [ 7.579150] hv_utils: Heartbeat IC version 3.0 [ 7.595283] input: AT Translated Set 2 keyboard as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:07/VMBUS:01/d34b2567-b9b6-42b9-8778-0a4ec0b955bf/serio2/input/input4 [ 7.632024] hv_utils: Shutdown IC version 3.0 [ 7.650184] input: Microsoft Vmbus HID-compliant Mouse as /devices/0006:045E:0621.0001/input/input5 [ 7.685527] hid 0006:045E:0621.0001: input: <UNKNOWN> HID v0.01 Mouse [Microsoft Vmbus HID-compliant Mouse] on [ 7.769776] hv_utils: VSS IC version 5.0 [ 7.778039] hv_utils: TimeSync IC version 4.0 Begin: Loading essential drivers ... [ 8.016070] raid6: sse2x1 gen() 3475 MB/s [ 8.076058] raid6: sse2x1 xor() 2744 MB/s [ 8.132072] raid6: sse2x2 gen() 5472 MB/s [ 8.188038] raid6: sse2x2 xor() 3648 MB/s [ 8.248076] raid6: sse2x4 gen() 3726 MB/s [ 8.312072] raid6: sse2x4 xor() 2439 MB/s [ 8.320596] raid6: using algorithm sse2x2 gen() 5472 MB/s [ 8.329722] raid6: .... xor() 3648 MB/s, rmw enabled [ 8.335195] raid6: using intx1 recovery algorithm [ 8.349239] xor: measuring software checksum speed [ 8.398596] prefetch64-sse: 7914.000 MB/sec [ 8.444065] generic_sse: 10248.000 MB/sec [ 8.454544] xor: using function: generic_sse (10248.000 MB/sec) [ 8.470950] async_tx: api initialized (async) done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 8.761640] Btrfs loaded, crc32c=crc32c-generic Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 9.105650] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 9.559127] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 9.570633] systemd[1]: Detected virtualization microsoft. [ 9.587308] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 9.665017] systemd[1]: Set hostname to <ubuntu>. [ 9.717100] systemd[1]: Initializing machine ID from random generator. [ 9.732222] systemd[1]: Installed transient /etc/machine-id file. [ 10.298611] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [ 10.420187] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 10.563313] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket [ 10.705402] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [[0;32m OK [0m] Created slice system-getty.slic. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Reached target Swap. [[0;32m OK [0m] Listening on Journal Socket. Mounting Huge Pages File System... Starting Remount Root and Kerne File Systems... Starting Create list of required st... nodes for the current kernel... [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. Mounting POSIX Message Queue File System... [[0;32m OK [0m] Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... Starting Load Kernel Modules... [[0;32m OK [0m] Listening on Journal Socket (/dev/log).[ 11.888455] Loading iSCSI transport class v2.0-870. Starting Journal Service... [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.[ 12.049244] iscsi: registered transport (tcp) [[ 12.096423] iscsi: registered transport (iser) [0;32m OK [0m] Listening on udev Control Socket. [[0;32m OK [0m] Created slice User and Session Slice. [[0;32m OK [0m] Reached target Slices. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Reached target Encrypted Volumes.[ 12.692726] EXT4-fs (sda1): re-mounted. Opts: (null) Mounting Debug File System... [[0;32m OK [m] Mounted Debug Fle System. [[0;32m OK [m] Mounted POSIX Message Queue File System. [[0;32m OK [m] Mounted Huge Paes File System. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Remount Root and Kernel File Systems. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started LVM2 metadata daemon. Mounting Configuration File System... Starting Apply Kernel Variables... Mounting FUSE Cntrol File Systm... Starting Create Static Device Nodes in /dev... Starting Initial cloud-init job (pre-networking)... Starting udev Coldplug all Devices... Starting Load/Save Random Seed... Starting Flush Journal to Persistent Storage... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Mounted Configuration File System. [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmevend or progress polling. [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[0;32m OK [0m] Reached target Local File Systes (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting LSB: AppArmor initialization... Starting Commit a transient machine-id on disk... [[0;32m OK [m] Started Flush Journal to Persisent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. Starting Create Volatile Files nd Directories... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started udev Kernel Device Manager. [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started LSB: AppArmor initialization. [[0;32m OK [0m] Found device /dev/ttyS0. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [[0;32m OK [0m] Started Create olatile Files ad Directories. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [ 87.467877] cloud-init[337]: Cloud-init v. 18.2 running 'init-local' at Wed, 20 Jul 2022 19:25:33 +0000. Up 7.27 seconds. [[0;32m OK [0m] Started Initial cloud-init job pre-networking). [[0;32m OK [0m] Reached target Network (Pre). Starting Raise network interfaces... [[0;32m OK [0m] Started Raise network interfaces. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. 2022-07-20 19:28:18,560 118441 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.1.39:22' as 'ubuntu' with public key authentication 2022-07-20 19:28:18,562 118441 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.39 ([Errno None] Unable to connect to port 22 on 172.27.1.39). Number attempts: 1. Retry after 2 seconds. 2022-07-20 19:28:21,066 118441 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.39 ([Errno None] Unable to connect to port 22 on 172.27.1.39). Number attempts: 2. Retry after 3 seconds. 2022-07-20 19:28:24,570 118441 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.39 ([Errno None] Unable to connect to port 22 on 172.27.1.39). Number attempts: 3. Retry after 4 seconds. 2022-07-20 19:28:29,078 118441 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.39 ([Errno None] Unable to connect to port 22 on 172.27.1.39). Number attempts: 4. Retry after 5 seconds. 2022-07-20 19:28:34,585 118441 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.39 ([Errno None] Unable to connect to port 22 on 172.27.1.39). Number attempts: 5. Retry after 6 seconds. 2022-07-20 19:28:41,090 118441 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.39 ([Errno None] Unable to connect to port 22 on 172.27.1.39). Number attempts: 6. Retry after 7 seconds. 2022-07-20 19:28:48,606 118441 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.39 ([Errno None] Unable to connect to port 22 on 172.27.1.39). Number attempts: 7. Retry after 8 seconds. 2022-07-20 19:28:57,126 118441 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-07-20 19:28:57,298 118441 INFO [paramiko.transport] Authentication (publickey) successful! 2022-07-20 19:28:57,298 118441 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.1.39 successfully created 2022-07-20 19:28:57,451 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a/ips 0.152s 2022-07-20 19:28:57,451 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:28:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '145', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d878bae3-2c97-43e9-a839-9b18d0c92f67', 'x-compute-request-id': 'req-d878bae3-2c97-43e9-a839-9b18d0c92f67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-1282384007-network": [{"version": 4, "addr": "172.20.0.4"}, {"version": 4, "addr": "172.27.1.39"}]}}' 2022-07-20 19:28:57,454 118441 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.1.39:22' as 'ubuntu' with public key authentication 2022-07-20 19:28:57,478 118441 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-07-20 19:28:57,609 118441 INFO [paramiko.transport] Authentication (publickey) successful! 2022-07-20 19:28:57,610 118441 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.1.39 successfully created 2022-07-20 19:28:57,610 118441 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2022-07-20 19:28:57,611 118441 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.1.39:22' as 'ubuntu' with public key authentication 2022-07-20 19:28:57,641 118441 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-07-20 19:28:57,758 118441 INFO [paramiko.transport] Authentication (publickey) successful! 2022-07-20 19:28:57,758 118441 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.1.39 successfully created 2022-07-20 19:28:58,766 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes 0.248s 2022-07-20 19:28:58,766 118441 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-AttachVolumeTestJSON-volume-885832470"}} Response - Headers: {'date': 'Wed, 20 Jul 2022 19:28:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d37c053f-58d5-4a7d-b60a-1529c4b5fed4', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d37c053f-58d5-4a7d-b60a-1529c4b5fed4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:58.698516", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-20 19:28:58,818 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 19:28:58,819 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:28:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3e46c66-fbcd-4419-abbc-6b238170c3e2', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3e46c66-fbcd-4419-abbc-6b238170c3e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:28:59,868 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.041s 2022-07-20 19:28:59,869 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:28:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb8feafd-573e-417e-9f69-6972bfd51601', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb8feafd-573e-417e-9f69-6972bfd51601', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:28:59.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:29:00,919 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.041s 2022-07-20 19:29:00,919 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e0cd7d4-ef14-4c30-9aaf-0a7811bceaeb', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e0cd7d4-ef14-4c30-9aaf-0a7811bceaeb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:28:59.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:29:01,969 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.041s 2022-07-20 19:29:01,969 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22633a1a-4bfb-4032-bec5-a3f44495e8b0', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22633a1a-4bfb-4032-bec5-a3f44495e8b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:28:59.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:29:03,018 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.040s 2022-07-20 19:29:03,018 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-186b3a5b-77a8-4185-9e24-fc3bb65a1665', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-186b3a5b-77a8-4185-9e24-fc3bb65a1665', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:29:02.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:29:03,025 118441 INFO [tempest.common.waiters] volume 6649e176-aa9f-4321-a737-fbc7fefd194b reached available after waiting for 5.025928 seconds 2022-07-20 19:29:03,296 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 POST http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a/os-volume_attachments 0.270s 2022-07-20 19:29:03,297 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volumeAttachment": {"volumeId": "6649e176-aa9f-4321-a737-fbc7fefd194b"}} Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:03 GMT', 'server': 'Apache/2.4.41 (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-267bf789-b6fe-4839-a9dd-dfc4dddf217d', 'x-compute-request-id': 'req-267bf789-b6fe-4839-a9dd-dfc4dddf217d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a/os-volume_attachments'} Body: b'{"volumeAttachment": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "serverId": "c33037ed-7b36-43aa-85ad-e48920801b0a", "volumeId": "6649e176-aa9f-4321-a737-fbc7fefd194b", "device": "/dev/sdb"}}' 2022-07-20 19:29:03,358 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.059s 2022-07-20 19:29:03,358 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07090766-34fb-49e8-8054-7cc1fc7cdff7', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07090766-34fb-49e8-8054-7cc1fc7cdff7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:29:03.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:29:04,417 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.050s 2022-07-20 19:29:04,417 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50301e59-df8f-4d02-9bd4-566e5c4b0c45', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50301e59-df8f-4d02-9bd4-566e5c4b0c45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:29:03.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:29:05,475 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.050s 2022-07-20 19:29:05,476 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fc500ee-5205-4f38-b69c-90d8bda7a1fe', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fc500ee-5205-4f38-b69c-90d8bda7a1fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:29:03.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:29:06,528 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 19:29:06,529 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-633705b6-cfba-4c75-9f59-c4d556c7fc8e', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-633705b6-cfba-4c75-9f59-c4d556c7fc8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:29:03.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:29:07,581 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 19:29:07,581 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4d70e65-ffd9-4114-8144-2845c9bd2c44', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4d70e65-ffd9-4114-8144-2845c9bd2c44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:29:03.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:29:08,637 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.047s 2022-07-20 19:29:08,638 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b01a3d2d-38eb-4909-bc88-2dee34bc6d10', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b01a3d2d-38eb-4909-bc88-2dee34bc6d10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:29:03.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:29:09,691 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.046s 2022-07-20 19:29:09,692 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3119220-c8b3-45ea-9564-14493ad09a2d', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3119220-c8b3-45ea-9564-14493ad09a2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:29:03.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:29:10,752 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.050s 2022-07-20 19:29:10,752 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0941115c-7276-4fb9-8cb6-15972a591c90', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0941115c-7276-4fb9-8cb6-15972a591c90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:29:10.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:29:11,804 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 19:29:11,805 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7cce735-4f6c-401f-8104-072b9a42726e', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7cce735-4f6c-401f-8104-072b9a42726e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:29:10.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:29:12,866 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.052s 2022-07-20 19:29:12,866 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b063f8e4-b346-4732-9345-93c9e71ab6f7', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b063f8e4-b346-4732-9345-93c9e71ab6f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:29:10.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:29:13,928 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.053s 2022-07-20 19:29:13,928 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1d39b6b-c20b-41bd-8ece-97910e5c50ee', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1d39b6b-c20b-41bd-8ece-97910e5c50ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:29:10.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:29:14,981 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 19:29:14,981 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d90725a3-4373-4405-afa9-05439587d50b', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d90725a3-4373-4405-afa9-05439587d50b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:29:10.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:29:16,049 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.060s 2022-07-20 19:29:16,050 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4677fa00-1004-4ff5-8452-0a28a1ec64b2', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4677fa00-1004-4ff5-8452-0a28a1ec64b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:29:10.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:29:17,152 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.092s 2022-07-20 19:29:17,153 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a2b8396-74a3-4207-a841-c8d1e0008395', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a2b8396-74a3-4207-a841-c8d1e0008395', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:29:10.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:29:18,206 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 19:29:18,207 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af87ac4c-16e7-4dd7-82a0-eb2b524f0927', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af87ac4c-16e7-4dd7-82a0-eb2b524f0927', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:29:10.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:29:19,261 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.046s 2022-07-20 19:29:19,261 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f61f77cf-447c-4592-a31b-a47d458cb660', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f61f77cf-447c-4592-a31b-a47d458cb660', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:29:10.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:29:20,319 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.050s 2022-07-20 19:29:20,320 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c02af92-6bdc-4311-bdd5-4aeb7da15a0a', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c02af92-6bdc-4311-bdd5-4aeb7da15a0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:29:10.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:29:21,371 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 19:29:21,372 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5462449f-a536-4f79-8f7d-4f9e6c4c86d7', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5462449f-a536-4f79-8f7d-4f9e6c4c86d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:29:10.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:29:22,423 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 19:29:22,424 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc2501da-d748-4c6e-a537-bd8a964e61bc', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc2501da-d748-4c6e-a537-bd8a964e61bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:29:10.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:29:23,481 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.049s 2022-07-20 19:29:23,481 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72f5d82a-70a4-45ff-bc9d-08837ad8e165', 'content-length': '1204', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72f5d82a-70a4-45ff-bc9d-08837ad8e165', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:29:23.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:29:23,488 118441 INFO [tempest.common.waiters] Attachment 77fb89d3-cb9c-4d08-9c1d-4fc518ba1127 created for volume 6649e176-aa9f-4321-a737-fbc7fefd194b to server c33037ed-7b36-43aa-85ad-e48920801b0a after waiting for 20.488837 seconds 2022-07-20 19:29:23,566 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.077s 2022-07-20 19:29:23,566 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6eebdae0-e76e-4e21-9480-f22b9928e9a2', 'content-length': '1204', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6eebdae0-e76e-4e21-9480-f22b9928e9a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:29:23.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:29:23,573 118441 INFO [tempest.common.waiters] volume 6649e176-aa9f-4321-a737-fbc7fefd194b reached in-use after waiting for 0.573695 seconds 2022-07-20 19:29:23,702 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a/action 0.128s 2022-07-20 19:29:23,702 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-stop": {}} Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:23 GMT', 'server': 'Apache/2.4.41 (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-f21ba336-6b5f-4b96-91ef-2328261b11a1', 'x-compute-request-id': 'req-f21ba336-6b5f-4b96-91ef-2328261b11a1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a/action'} Body: b'' 2022-07-20 19:29:24,155 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 0.453s 2022-07-20 19:29:24,156 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1724', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc1f374b-4ab7-4139-92ad-c6ed70d802ce', 'x-compute-request-id': 'req-fc1f374b-4ab7-4139-92ad-c6ed70d802ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "name": "tempest-AttachVolumeTestJSON-server-1204065622", "status": "ACTIVE", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "metadata": {}, "hostId": "231e647819357b06f2ce2d3a858385382f350af0ba5936482c4640ea", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:24:05Z", "updated": "2022-07-20T19:29:24Z", "addresses": {"tempest-AttachVolumeTestJSON-1282384007-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}, {"version": 4, "addr": "172.27.1.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1960440461", "OS-SRV-USG:launched_at": "2022-07-20T19:24:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1666584165"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b"}]}}' 2022-07-20 19:29:25,327 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 0.162s 2022-07-20 19:29:25,327 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1724', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df7013c0-9550-4ba4-99f0-f207f642eb5f', 'x-compute-request-id': 'req-df7013c0-9550-4ba4-99f0-f207f642eb5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "name": "tempest-AttachVolumeTestJSON-server-1204065622", "status": "ACTIVE", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "metadata": {}, "hostId": "231e647819357b06f2ce2d3a858385382f350af0ba5936482c4640ea", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:24:05Z", "updated": "2022-07-20T19:29:24Z", "addresses": {"tempest-AttachVolumeTestJSON-1282384007-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}, {"version": 4, "addr": "172.27.1.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1960440461", "OS-SRV-USG:launched_at": "2022-07-20T19:24:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1666584165"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b"}]}}' 2022-07-20 19:29:26,592 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 0.256s 2022-07-20 19:29:26,592 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1724', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a729fe5-5e28-4186-a789-76096f6a9152', 'x-compute-request-id': 'req-7a729fe5-5e28-4186-a789-76096f6a9152', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "name": "tempest-AttachVolumeTestJSON-server-1204065622", "status": "ACTIVE", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "metadata": {}, "hostId": "231e647819357b06f2ce2d3a858385382f350af0ba5936482c4640ea", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:24:05Z", "updated": "2022-07-20T19:29:24Z", "addresses": {"tempest-AttachVolumeTestJSON-1282384007-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}, {"version": 4, "addr": "172.27.1.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1960440461", "OS-SRV-USG:launched_at": "2022-07-20T19:24:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1666584165"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b"}]}}' 2022-07-20 19:29:27,790 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 0.189s 2022-07-20 19:29:27,791 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1724', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb5fe996-de70-44e4-aa3d-96187b31c74f', 'x-compute-request-id': 'req-fb5fe996-de70-44e4-aa3d-96187b31c74f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "name": "tempest-AttachVolumeTestJSON-server-1204065622", "status": "ACTIVE", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "metadata": {}, "hostId": "231e647819357b06f2ce2d3a858385382f350af0ba5936482c4640ea", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:24:05Z", "updated": "2022-07-20T19:29:24Z", "addresses": {"tempest-AttachVolumeTestJSON-1282384007-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}, {"version": 4, "addr": "172.27.1.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1960440461", "OS-SRV-USG:launched_at": "2022-07-20T19:24:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1666584165"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b"}]}}' 2022-07-20 19:29:28,964 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 0.164s 2022-07-20 19:29:28,965 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1724', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-821dbcd3-f9f5-4a7f-a416-b8a57f294189', 'x-compute-request-id': 'req-821dbcd3-f9f5-4a7f-a416-b8a57f294189', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "name": "tempest-AttachVolumeTestJSON-server-1204065622", "status": "ACTIVE", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "metadata": {}, "hostId": "231e647819357b06f2ce2d3a858385382f350af0ba5936482c4640ea", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:24:05Z", "updated": "2022-07-20T19:29:24Z", "addresses": {"tempest-AttachVolumeTestJSON-1282384007-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}, {"version": 4, "addr": "172.27.1.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1960440461", "OS-SRV-USG:launched_at": "2022-07-20T19:24:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1666584165"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b"}]}}' 2022-07-20 19:29:30,135 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 0.162s 2022-07-20 19:29:30,136 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1724', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-add6c297-ea38-4c57-bbba-a7bcd5093662', 'x-compute-request-id': 'req-add6c297-ea38-4c57-bbba-a7bcd5093662', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "name": "tempest-AttachVolumeTestJSON-server-1204065622", "status": "ACTIVE", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "metadata": {}, "hostId": "231e647819357b06f2ce2d3a858385382f350af0ba5936482c4640ea", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:24:05Z", "updated": "2022-07-20T19:29:24Z", "addresses": {"tempest-AttachVolumeTestJSON-1282384007-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}, {"version": 4, "addr": "172.27.1.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1960440461", "OS-SRV-USG:launched_at": "2022-07-20T19:24:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1666584165"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b"}]}}' 2022-07-20 19:29:31,311 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 0.166s 2022-07-20 19:29:31,312 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1724', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f29bc292-d968-4422-8a0f-3faff03b6b47', 'x-compute-request-id': 'req-f29bc292-d968-4422-8a0f-3faff03b6b47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "name": "tempest-AttachVolumeTestJSON-server-1204065622", "status": "ACTIVE", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "metadata": {}, "hostId": "231e647819357b06f2ce2d3a858385382f350af0ba5936482c4640ea", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:24:05Z", "updated": "2022-07-20T19:29:24Z", "addresses": {"tempest-AttachVolumeTestJSON-1282384007-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}, {"version": 4, "addr": "172.27.1.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1960440461", "OS-SRV-USG:launched_at": "2022-07-20T19:24:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1666584165"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b"}]}}' 2022-07-20 19:29:32,479 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 0.158s 2022-07-20 19:29:32,480 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1724', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7d1b2f20-1de3-4203-a77d-c18fdab9b1ab', 'x-compute-request-id': 'req-7d1b2f20-1de3-4203-a77d-c18fdab9b1ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "name": "tempest-AttachVolumeTestJSON-server-1204065622", "status": "ACTIVE", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "metadata": {}, "hostId": "231e647819357b06f2ce2d3a858385382f350af0ba5936482c4640ea", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:24:05Z", "updated": "2022-07-20T19:29:24Z", "addresses": {"tempest-AttachVolumeTestJSON-1282384007-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}, {"version": 4, "addr": "172.27.1.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1960440461", "OS-SRV-USG:launched_at": "2022-07-20T19:24:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1666584165"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b"}]}}' 2022-07-20 19:29:33,650 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 0.160s 2022-07-20 19:29:33,650 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1724', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-52024b06-3521-4790-b41b-9479590a53a8', 'x-compute-request-id': 'req-52024b06-3521-4790-b41b-9479590a53a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "name": "tempest-AttachVolumeTestJSON-server-1204065622", "status": "ACTIVE", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "metadata": {}, "hostId": "231e647819357b06f2ce2d3a858385382f350af0ba5936482c4640ea", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:24:05Z", "updated": "2022-07-20T19:29:24Z", "addresses": {"tempest-AttachVolumeTestJSON-1282384007-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}, {"version": 4, "addr": "172.27.1.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1960440461", "OS-SRV-USG:launched_at": "2022-07-20T19:24:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1666584165"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b"}]}}' 2022-07-20 19:29:35,146 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 0.487s 2022-07-20 19:29:35,147 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1724', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1136ce92-5c6e-4ace-bfb7-bd893e8f2c06', 'x-compute-request-id': 'req-1136ce92-5c6e-4ace-bfb7-bd893e8f2c06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "name": "tempest-AttachVolumeTestJSON-server-1204065622", "status": "ACTIVE", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "metadata": {}, "hostId": "231e647819357b06f2ce2d3a858385382f350af0ba5936482c4640ea", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:24:05Z", "updated": "2022-07-20T19:29:24Z", "addresses": {"tempest-AttachVolumeTestJSON-1282384007-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}, {"version": 4, "addr": "172.27.1.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1960440461", "OS-SRV-USG:launched_at": "2022-07-20T19:24:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1666584165"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b"}]}}' 2022-07-20 19:29:36,338 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 0.181s 2022-07-20 19:29:36,338 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1724', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac92d73e-1aef-47f0-a31a-2e35aec1eb72', 'x-compute-request-id': 'req-ac92d73e-1aef-47f0-a31a-2e35aec1eb72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "name": "tempest-AttachVolumeTestJSON-server-1204065622", "status": "ACTIVE", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "metadata": {}, "hostId": "231e647819357b06f2ce2d3a858385382f350af0ba5936482c4640ea", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:24:05Z", "updated": "2022-07-20T19:29:24Z", "addresses": {"tempest-AttachVolumeTestJSON-1282384007-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}, {"version": 4, "addr": "172.27.1.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1960440461", "OS-SRV-USG:launched_at": "2022-07-20T19:24:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1666584165"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b"}]}}' 2022-07-20 19:29:37,584 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 0.236s 2022-07-20 19:29:37,585 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1724', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4309d23e-0290-4f96-aebe-32887490dec4', 'x-compute-request-id': 'req-4309d23e-0290-4f96-aebe-32887490dec4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "name": "tempest-AttachVolumeTestJSON-server-1204065622", "status": "ACTIVE", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "metadata": {}, "hostId": "231e647819357b06f2ce2d3a858385382f350af0ba5936482c4640ea", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:24:05Z", "updated": "2022-07-20T19:29:24Z", "addresses": {"tempest-AttachVolumeTestJSON-1282384007-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}, {"version": 4, "addr": "172.27.1.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1960440461", "OS-SRV-USG:launched_at": "2022-07-20T19:24:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1666584165"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b"}]}}' 2022-07-20 19:29:39,079 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 0.484s 2022-07-20 19:29:39,079 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1724', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cca04c16-6ce9-44f6-9314-c01850c4fd15', 'x-compute-request-id': 'req-cca04c16-6ce9-44f6-9314-c01850c4fd15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "name": "tempest-AttachVolumeTestJSON-server-1204065622", "status": "ACTIVE", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "metadata": {}, "hostId": "231e647819357b06f2ce2d3a858385382f350af0ba5936482c4640ea", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:24:05Z", "updated": "2022-07-20T19:29:24Z", "addresses": {"tempest-AttachVolumeTestJSON-1282384007-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}, {"version": 4, "addr": "172.27.1.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1960440461", "OS-SRV-USG:launched_at": "2022-07-20T19:24:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1666584165"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b"}]}}' 2022-07-20 19:29:40,412 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 0.324s 2022-07-20 19:29:40,413 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1724', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7bb35f87-07e4-4ea0-b811-147c57a7546f', 'x-compute-request-id': 'req-7bb35f87-07e4-4ea0-b811-147c57a7546f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "name": "tempest-AttachVolumeTestJSON-server-1204065622", "status": "ACTIVE", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "metadata": {}, "hostId": "231e647819357b06f2ce2d3a858385382f350af0ba5936482c4640ea", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:24:05Z", "updated": "2022-07-20T19:29:24Z", "addresses": {"tempest-AttachVolumeTestJSON-1282384007-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}, {"version": 4, "addr": "172.27.1.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1960440461", "OS-SRV-USG:launched_at": "2022-07-20T19:24:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1666584165"}], "OS-EXT-STS:task_state": "powering-off", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b"}]}}' 2022-07-20 19:29:41,579 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 0.157s 2022-07-20 19:29:41,580 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1701', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d24beb14-54af-4ce4-a9ac-c53fcdfe5665', 'x-compute-request-id': 'req-d24beb14-54af-4ce4-a9ac-c53fcdfe5665', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "name": "tempest-AttachVolumeTestJSON-server-1204065622", "status": "SHUTOFF", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "metadata": {}, "hostId": "231e647819357b06f2ce2d3a858385382f350af0ba5936482c4640ea", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:24:05Z", "updated": "2022-07-20T19:29:41Z", "addresses": {"tempest-AttachVolumeTestJSON-1282384007-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}, {"version": 4, "addr": "172.27.1.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1960440461", "OS-SRV-USG:launched_at": "2022-07-20T19:24:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1666584165"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b"}]}}' 2022-07-20 19:29:41,587 118441 INFO [tempest.common.waiters] State transition "ACTIVE/powering-off" ==> "SHUTOFF/None" after 17 second wait 2022-07-20 19:29:41,706 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a/action 0.118s 2022-07-20 19:29:41,707 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"os-start": {}} Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:41 GMT', 'server': 'Apache/2.4.41 (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-c7d74e92-9d2d-4904-abe3-670db4db7cda', 'x-compute-request-id': 'req-c7d74e92-9d2d-4904-abe3-670db4db7cda', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a/action'} Body: b'' 2022-07-20 19:29:41,864 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 0.156s 2022-07-20 19:29:41,864 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1710', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4eece785-d3d5-4ebb-8985-428ffb34e05d', 'x-compute-request-id': 'req-4eece785-d3d5-4ebb-8985-428ffb34e05d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "name": "tempest-AttachVolumeTestJSON-server-1204065622", "status": "SHUTOFF", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "metadata": {}, "hostId": "231e647819357b06f2ce2d3a858385382f350af0ba5936482c4640ea", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:24:05Z", "updated": "2022-07-20T19:29:42Z", "addresses": {"tempest-AttachVolumeTestJSON-1282384007-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}, {"version": 4, "addr": "172.27.1.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1960440461", "OS-SRV-USG:launched_at": "2022-07-20T19:24:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1666584165"}], "OS-EXT-STS:task_state": "powering-on", "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b"}]}}' 2022-07-20 19:29:43,030 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 0.156s 2022-07-20 19:29:43,030 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1710', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2f470224-2b60-4373-a8d4-a62291529b5e', 'x-compute-request-id': 'req-2f470224-2b60-4373-a8d4-a62291529b5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "name": "tempest-AttachVolumeTestJSON-server-1204065622", "status": "SHUTOFF", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "metadata": {}, "hostId": "231e647819357b06f2ce2d3a858385382f350af0ba5936482c4640ea", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:24:05Z", "updated": "2022-07-20T19:29:42Z", "addresses": {"tempest-AttachVolumeTestJSON-1282384007-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}, {"version": 4, "addr": "172.27.1.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1960440461", "OS-SRV-USG:launched_at": "2022-07-20T19:24:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1666584165"}], "OS-EXT-STS:task_state": "powering-on", "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b"}]}}' 2022-07-20 19:29:44,195 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 0.156s 2022-07-20 19:29:44,195 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1710', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d1efcbf-8070-4c06-8d0a-206092f55184', 'x-compute-request-id': 'req-9d1efcbf-8070-4c06-8d0a-206092f55184', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "name": "tempest-AttachVolumeTestJSON-server-1204065622", "status": "SHUTOFF", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "metadata": {}, "hostId": "231e647819357b06f2ce2d3a858385382f350af0ba5936482c4640ea", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:24:05Z", "updated": "2022-07-20T19:29:42Z", "addresses": {"tempest-AttachVolumeTestJSON-1282384007-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}, {"version": 4, "addr": "172.27.1.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1960440461", "OS-SRV-USG:launched_at": "2022-07-20T19:24:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1666584165"}], "OS-EXT-STS:task_state": "powering-on", "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b"}]}}' 2022-07-20 19:29:45,894 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 0.689s 2022-07-20 19:29:45,894 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1710', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b901788c-151f-48a7-8886-a807b6898389', 'x-compute-request-id': 'req-b901788c-151f-48a7-8886-a807b6898389', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "name": "tempest-AttachVolumeTestJSON-server-1204065622", "status": "SHUTOFF", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "metadata": {}, "hostId": "231e647819357b06f2ce2d3a858385382f350af0ba5936482c4640ea", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:24:05Z", "updated": "2022-07-20T19:29:42Z", "addresses": {"tempest-AttachVolumeTestJSON-1282384007-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}, {"version": 4, "addr": "172.27.1.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1960440461", "OS-SRV-USG:launched_at": "2022-07-20T19:24:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1666584165"}], "OS-EXT-STS:task_state": "powering-on", "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b"}]}}' 2022-07-20 19:29:47,107 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 0.204s 2022-07-20 19:29:47,108 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1710', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c243c4d-609d-4039-ae1c-ddb06f7d70ae', 'x-compute-request-id': 'req-3c243c4d-609d-4039-ae1c-ddb06f7d70ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "name": "tempest-AttachVolumeTestJSON-server-1204065622", "status": "SHUTOFF", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "metadata": {}, "hostId": "231e647819357b06f2ce2d3a858385382f350af0ba5936482c4640ea", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:24:05Z", "updated": "2022-07-20T19:29:42Z", "addresses": {"tempest-AttachVolumeTestJSON-1282384007-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}, {"version": 4, "addr": "172.27.1.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1960440461", "OS-SRV-USG:launched_at": "2022-07-20T19:24:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1666584165"}], "OS-EXT-STS:task_state": "powering-on", "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b"}]}}' 2022-07-20 19:29:48,300 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 0.182s 2022-07-20 19:29:48,300 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1710', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-604397e2-2d32-4376-adfc-d6cbd17f0490', 'x-compute-request-id': 'req-604397e2-2d32-4376-adfc-d6cbd17f0490', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "name": "tempest-AttachVolumeTestJSON-server-1204065622", "status": "SHUTOFF", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "metadata": {}, "hostId": "231e647819357b06f2ce2d3a858385382f350af0ba5936482c4640ea", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:24:05Z", "updated": "2022-07-20T19:29:42Z", "addresses": {"tempest-AttachVolumeTestJSON-1282384007-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}, {"version": 4, "addr": "172.27.1.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1960440461", "OS-SRV-USG:launched_at": "2022-07-20T19:24:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1666584165"}], "OS-EXT-STS:task_state": "powering-on", "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b"}]}}' 2022-07-20 19:29:49,498 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 0.189s 2022-07-20 19:29:49,499 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1710', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-77428dbe-cf0f-4747-9feb-050b225bf26b', 'x-compute-request-id': 'req-77428dbe-cf0f-4747-9feb-050b225bf26b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "name": "tempest-AttachVolumeTestJSON-server-1204065622", "status": "SHUTOFF", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "metadata": {}, "hostId": "231e647819357b06f2ce2d3a858385382f350af0ba5936482c4640ea", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:24:05Z", "updated": "2022-07-20T19:29:42Z", "addresses": {"tempest-AttachVolumeTestJSON-1282384007-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}, {"version": 4, "addr": "172.27.1.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1960440461", "OS-SRV-USG:launched_at": "2022-07-20T19:24:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1666584165"}], "OS-EXT-STS:task_state": "powering-on", "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b"}]}}' 2022-07-20 19:29:50,667 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 0.159s 2022-07-20 19:29:50,667 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1710', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d1567e1d-bcc6-457f-aa82-400c5441dc8d', 'x-compute-request-id': 'req-d1567e1d-bcc6-457f-aa82-400c5441dc8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "name": "tempest-AttachVolumeTestJSON-server-1204065622", "status": "SHUTOFF", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "metadata": {}, "hostId": "231e647819357b06f2ce2d3a858385382f350af0ba5936482c4640ea", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:24:05Z", "updated": "2022-07-20T19:29:42Z", "addresses": {"tempest-AttachVolumeTestJSON-1282384007-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}, {"version": 4, "addr": "172.27.1.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1960440461", "OS-SRV-USG:launched_at": "2022-07-20T19:24:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1666584165"}], "OS-EXT-STS:task_state": "powering-on", "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b"}]}}' 2022-07-20 19:29:51,851 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 0.174s 2022-07-20 19:29:51,851 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1710', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fcfb1bc1-ebad-4e34-bc44-8d84393afef1', 'x-compute-request-id': 'req-fcfb1bc1-ebad-4e34-bc44-8d84393afef1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "name": "tempest-AttachVolumeTestJSON-server-1204065622", "status": "SHUTOFF", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "metadata": {}, "hostId": "231e647819357b06f2ce2d3a858385382f350af0ba5936482c4640ea", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:24:05Z", "updated": "2022-07-20T19:29:42Z", "addresses": {"tempest-AttachVolumeTestJSON-1282384007-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}, {"version": 4, "addr": "172.27.1.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1960440461", "OS-SRV-USG:launched_at": "2022-07-20T19:24:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1666584165"}], "OS-EXT-STS:task_state": "powering-on", "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b"}]}}' 2022-07-20 19:29:53,058 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 0.196s 2022-07-20 19:29:53,058 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1710', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d835cbc8-d0cf-453c-af73-b12675cc5d5c', 'x-compute-request-id': 'req-d835cbc8-d0cf-453c-af73-b12675cc5d5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "name": "tempest-AttachVolumeTestJSON-server-1204065622", "status": "SHUTOFF", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "metadata": {}, "hostId": "231e647819357b06f2ce2d3a858385382f350af0ba5936482c4640ea", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:24:05Z", "updated": "2022-07-20T19:29:42Z", "addresses": {"tempest-AttachVolumeTestJSON-1282384007-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}, {"version": 4, "addr": "172.27.1.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1960440461", "OS-SRV-USG:launched_at": "2022-07-20T19:24:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1666584165"}], "OS-EXT-STS:task_state": "powering-on", "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b"}]}}' 2022-07-20 19:29:54,248 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 0.181s 2022-07-20 19:29:54,249 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1710', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4df03b06-6574-45c6-a0a7-ff224f6f7b45', 'x-compute-request-id': 'req-4df03b06-6574-45c6-a0a7-ff224f6f7b45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "name": "tempest-AttachVolumeTestJSON-server-1204065622", "status": "SHUTOFF", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "metadata": {}, "hostId": "231e647819357b06f2ce2d3a858385382f350af0ba5936482c4640ea", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:24:05Z", "updated": "2022-07-20T19:29:42Z", "addresses": {"tempest-AttachVolumeTestJSON-1282384007-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}, {"version": 4, "addr": "172.27.1.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1960440461", "OS-SRV-USG:launched_at": "2022-07-20T19:24:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1666584165"}], "OS-EXT-STS:task_state": "powering-on", "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b"}]}}' 2022-07-20 19:29:55,411 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 0.154s 2022-07-20 19:29:55,412 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1710', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3088e216-56be-43d8-813c-e398c59498bb', 'x-compute-request-id': 'req-3088e216-56be-43d8-813c-e398c59498bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "name": "tempest-AttachVolumeTestJSON-server-1204065622", "status": "SHUTOFF", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "metadata": {}, "hostId": "231e647819357b06f2ce2d3a858385382f350af0ba5936482c4640ea", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:24:05Z", "updated": "2022-07-20T19:29:42Z", "addresses": {"tempest-AttachVolumeTestJSON-1282384007-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}, {"version": 4, "addr": "172.27.1.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1960440461", "OS-SRV-USG:launched_at": "2022-07-20T19:24:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1666584165"}], "OS-EXT-STS:task_state": "powering-on", "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b"}]}}' 2022-07-20 19:29:56,580 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 0.159s 2022-07-20 19:29:56,580 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1710', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c7298bee-a26e-4150-9817-7b68d1936cf4', 'x-compute-request-id': 'req-c7298bee-a26e-4150-9817-7b68d1936cf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "name": "tempest-AttachVolumeTestJSON-server-1204065622", "status": "SHUTOFF", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "metadata": {}, "hostId": "231e647819357b06f2ce2d3a858385382f350af0ba5936482c4640ea", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:24:05Z", "updated": "2022-07-20T19:29:42Z", "addresses": {"tempest-AttachVolumeTestJSON-1282384007-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}, {"version": 4, "addr": "172.27.1.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1960440461", "OS-SRV-USG:launched_at": "2022-07-20T19:24:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1666584165"}], "OS-EXT-STS:task_state": "powering-on", "OS-EXT-STS:vm_state": "stopped", "OS-EXT-STS:power_state": 4, "os-extended-volumes:volumes_attached": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b"}]}}' 2022-07-20 19:29:57,753 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 0.164s 2022-07-20 19:29:57,753 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1714', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe3e2366-f6c5-41ac-a621-9dd49a6a9c30', 'x-compute-request-id': 'req-fe3e2366-f6c5-41ac-a621-9dd49a6a9c30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "name": "tempest-AttachVolumeTestJSON-server-1204065622", "status": "ACTIVE", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "metadata": {}, "hostId": "231e647819357b06f2ce2d3a858385382f350af0ba5936482c4640ea", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:24:05Z", "updated": "2022-07-20T19:29:57Z", "addresses": {"tempest-AttachVolumeTestJSON-1282384007-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}, {"version": 4, "addr": "172.27.1.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1960440461", "OS-SRV-USG:launched_at": "2022-07-20T19:24:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1666584165"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b"}]}}' 2022-07-20 19:29:57,761 118441 INFO [tempest.common.waiters] State transition "SHUTOFF/powering-on" ==> "ACTIVE/None" after 16 second wait 2022-07-20 19:29:57,762 118441 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2022-07-20 19:29:57,762 118441 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.1.39:22' as 'ubuntu' with public key authentication 2022-07-20 19:30:16,277 118441 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.39 ([Errno None] Unable to connect to port 22 on 172.27.1.39). Number attempts: 1. Retry after 2 seconds. 2022-07-20 19:30:21,845 118441 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.39 ([Errno None] Unable to connect to port 22 on 172.27.1.39). Number attempts: 2. Retry after 3 seconds. 2022-07-20 19:30:28,406 118441 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.39 ([Errno None] Unable to connect to port 22 on 172.27.1.39). Number attempts: 3. Retry after 4 seconds. 2022-07-20 19:30:35,989 118441 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.39 ([Errno None] Unable to connect to port 22 on 172.27.1.39). Number attempts: 4. Retry after 5 seconds. 2022-07-20 19:30:44,565 118441 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.39 ([Errno None] Unable to connect to port 22 on 172.27.1.39). Number attempts: 5. Retry after 6 seconds. 2022-07-20 19:30:54,133 118441 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.39 ([Errno None] Unable to connect to port 22 on 172.27.1.39). Number attempts: 6. Retry after 7 seconds. 2022-07-20 19:31:01,643 118441 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.39 ([Errno None] Unable to connect to port 22 on 172.27.1.39). Number attempts: 7. Retry after 8 seconds. 2022-07-20 19:31:10,151 118441 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.39 ([Errno None] Unable to connect to port 22 on 172.27.1.39). Number attempts: 8. Retry after 9 seconds. 2022-07-20 19:31:19,658 118441 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.39 ([Errno None] Unable to connect to port 22 on 172.27.1.39). Number attempts: 9. Retry after 10 seconds. 2022-07-20 19:31:30,169 118441 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.39 ([Errno None] Unable to connect to port 22 on 172.27.1.39). Number attempts: 10. Retry after 11 seconds. 2022-07-20 19:31:41,675 118441 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.39 ([Errno None] Unable to connect to port 22 on 172.27.1.39). Number attempts: 11. Retry after 12 seconds. 2022-07-20 19:31:54,235 118441 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-07-20 19:31:54,640 118441 INFO [paramiko.transport] Authentication (publickey) successful! 2022-07-20 19:31:54,640 118441 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.1.39 successfully created 2022-07-20 19:31:56,390 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 DELETE http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a/os-volume_attachments/6649e176-aa9f-4321-a737-fbc7fefd194b 0.171s 2022-07-20 19:31:56,391 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:56 GMT', 'server': 'Apache/2.4.41 (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-a9c344a1-10f3-4049-a868-923184309d3e', 'x-compute-request-id': 'req-a9c344a1-10f3-4049-a868-923184309d3e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a/os-volume_attachments/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'' 2022-07-20 19:31:56,444 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.052s 2022-07-20 19:31:56,444 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f912be5-3cb1-4b4b-b58c-db0e30ab3410', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f912be5-3cb1-4b4b-b58c-db0e30ab3410', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:31:57,506 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 19:31:57,507 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-116a5888-6b18-4db0-b22e-f102963bf075', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-116a5888-6b18-4db0-b22e-f102963bf075', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:31:58,559 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 19:31:58,559 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23110b35-0fdf-462a-ac83-e5a4d3d2fd3f', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23110b35-0fdf-462a-ac83-e5a4d3d2fd3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:31:59,611 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 19:31:59,611 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee671dfa-e32b-4ea9-96d1-5b29f4bcf676', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee671dfa-e32b-4ea9-96d1-5b29f4bcf676', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:32:00,667 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.047s 2022-07-20 19:32:00,668 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5206b725-29d7-4a45-aaf0-8c2baa69a68f', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5206b725-29d7-4a45-aaf0-8c2baa69a68f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:32:01,719 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 19:32:01,719 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61868d87-0b7d-4582-b0c8-bc98c841e637', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61868d87-0b7d-4582-b0c8-bc98c841e637', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:32:02,772 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 19:32:02,772 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e284c33a-ad59-4bc3-9852-3118adbd639a', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e284c33a-ad59-4bc3-9852-3118adbd639a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:32:03,826 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 19:32:03,826 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1562ba0-ebae-46ad-90b3-f43bd2465ac6', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1562ba0-ebae-46ad-90b3-f43bd2465ac6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:32:04,878 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 19:32:04,878 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-991547b0-deb6-4042-a23a-9fbe936d6e5a', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-991547b0-deb6-4042-a23a-9fbe936d6e5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:32:05,935 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.048s 2022-07-20 19:32:05,935 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7777bfcb-31f5-40e8-920e-2b0a2527e5c8', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7777bfcb-31f5-40e8-920e-2b0a2527e5c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:32:06,987 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 19:32:06,987 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e48f136f-fe48-42c8-9373-60598edc4206', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e48f136f-fe48-42c8-9373-60598edc4206', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:32:08,040 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 19:32:08,040 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8bc33bb-4ae6-4692-a335-65b233dbc6e9', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8bc33bb-4ae6-4692-a335-65b233dbc6e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:32:09,092 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 19:32:09,092 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee295331-d847-4ede-8ce9-be10fa66a757', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee295331-d847-4ede-8ce9-be10fa66a757', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:32:10,148 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 19:32:10,148 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22d912c9-8d01-42f1-bc88-6c06b8247168', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22d912c9-8d01-42f1-bc88-6c06b8247168', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:32:11,199 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 19:32:11,200 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf65d8ee-79b6-4847-a443-05d994329238', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf65d8ee-79b6-4847-a443-05d994329238', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:32:12,253 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 19:32:12,253 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38b22cbf-b909-43d7-8d53-051ac1abcb68', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38b22cbf-b909-43d7-8d53-051ac1abcb68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:32:13,304 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 19:32:13,305 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-faab8429-9a53-4f46-a73d-a10272607a6b', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-faab8429-9a53-4f46-a73d-a10272607a6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:32:14,359 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 19:32:14,359 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-020ded97-3d1b-49cd-b0ce-d6112bfbdeff', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-020ded97-3d1b-49cd-b0ce-d6112bfbdeff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:32:15,419 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.051s 2022-07-20 19:32:15,419 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ac821c9-eab5-4a4f-ad80-f4888347ebae', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ac821c9-eab5-4a4f-ad80-f4888347ebae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:32:16,476 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.048s 2022-07-20 19:32:16,476 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-998a1bfa-0c63-487e-b304-6acb6a32387d', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-998a1bfa-0c63-487e-b304-6acb6a32387d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:32:17,528 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 19:32:17,529 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3db4ab0-254f-402e-a24e-2726f98663aa', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3db4ab0-254f-402e-a24e-2726f98663aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:32:18,581 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 19:32:18,582 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29bb1b85-2fc3-446e-9cbd-b38c133b9934', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29bb1b85-2fc3-446e-9cbd-b38c133b9934', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:32:19,634 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 19:32:19,634 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14e6fc76-1419-406a-9047-a35cc0cfdba4', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14e6fc76-1419-406a-9047-a35cc0cfdba4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:32:20,687 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 19:32:20,688 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a794fd93-995f-40cc-8ce8-a0e044db081e', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a794fd93-995f-40cc-8ce8-a0e044db081e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:32:21,740 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 19:32:21,740 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca6c330f-499e-4abb-a816-18cc043d90ab', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca6c330f-499e-4abb-a816-18cc043d90ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:32:22,793 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 19:32:22,794 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12cbf668-b69c-4796-b81d-24eab0707b40', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12cbf668-b69c-4796-b81d-24eab0707b40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:32:23,849 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.047s 2022-07-20 19:32:23,849 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e3120bc-d145-4432-97d9-7c4bef69fe36', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e3120bc-d145-4432-97d9-7c4bef69fe36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:32:24,905 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.048s 2022-07-20 19:32:24,906 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d842a14f-6179-4fde-8f4b-9606f46c5943', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d842a14f-6179-4fde-8f4b-9606f46c5943', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:32:25,961 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.047s 2022-07-20 19:32:25,961 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f96ace66-6c37-4f7d-892e-a85e53f24c89', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f96ace66-6c37-4f7d-892e-a85e53f24c89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:32:27,016 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.046s 2022-07-20 19:32:27,016 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61f9ba15-adee-461c-8de4-8459d3ecca08', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61f9ba15-adee-461c-8de4-8459d3ecca08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:32:28,068 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 19:32:28,068 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c8adbee-970d-4aba-9b70-2d0e84230005', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c8adbee-970d-4aba-9b70-2d0e84230005', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:32:29,122 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 19:32:29,122 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1977c27-7b20-4c56-a4f1-6d3a761e8c6b', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1977c27-7b20-4c56-a4f1-6d3a761e8c6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:32:30,175 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 19:32:30,175 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-200dadf9-aed5-480b-8283-8742d4b3ec69', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-200dadf9-aed5-480b-8283-8742d4b3ec69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:32:31,226 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 19:32:31,227 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-235a2fc8-0c1d-4569-a232-cc68f41b5f17', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-235a2fc8-0c1d-4569-a232-cc68f41b5f17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:32:32,282 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.047s 2022-07-20 19:32:32,282 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61fa6aab-5d54-47cf-8132-f56296317905', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61fa6aab-5d54-47cf-8132-f56296317905', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:32:33,335 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 19:32:33,335 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c023617-f823-49a1-9bca-167050f1e5b8', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c023617-f823-49a1-9bca-167050f1e5b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:32:34,388 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 19:32:34,388 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3270798c-86e8-4390-b1f9-1cf877ba3576', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3270798c-86e8-4390-b1f9-1cf877ba3576', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:32:35,440 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 19:32:35,440 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6abeea8a-7e02-4f4d-984a-f6a0e72ab0d5', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6abeea8a-7e02-4f4d-984a-f6a0e72ab0d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:32:36,495 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 19:32:36,495 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8cb04e0-efec-481f-a6cf-b944c3ade246', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8cb04e0-efec-481f-a6cf-b944c3ade246', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:32:37,547 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 19:32:37,548 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8959ddfe-b6b0-48bb-be49-b6cfe4138df8', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8959ddfe-b6b0-48bb-be49-b6cfe4138df8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:32:38,744 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.188s 2022-07-20 19:32:38,745 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-508244e0-09d0-4e19-a2a3-7041b527e545', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-508244e0-09d0-4e19-a2a3-7041b527e545', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:32:39,798 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 19:32:39,799 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d370655f-8649-4638-b6c0-05726c3f18e0', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d370655f-8649-4638-b6c0-05726c3f18e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:32:40,852 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 19:32:40,852 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2a8910b-f9d7-4ca6-b9bc-cfa86ae07e25', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2a8910b-f9d7-4ca6-b9bc-cfa86ae07e25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:32:41,905 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 19:32:41,905 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-857a59f9-0551-481c-9250-c6e0cedd208f', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-857a59f9-0551-481c-9250-c6e0cedd208f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:32:42,957 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 19:32:42,957 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1245afa3-0d06-41cb-99e8-3c4d36afeacf', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1245afa3-0d06-41cb-99e8-3c4d36afeacf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:32:44,011 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 19:32:44,011 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-206ff0c5-c093-4588-a242-dc3264705fc5', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-206ff0c5-c093-4588-a242-dc3264705fc5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:32:45,063 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 19:32:45,063 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0019e822-1efc-4c33-9d96-b1172ade5166', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0019e822-1efc-4c33-9d96-b1172ade5166', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:32:46,118 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.046s 2022-07-20 19:32:46,119 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6061b151-9b5a-4939-b315-3172eb9d010e', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6061b151-9b5a-4939-b315-3172eb9d010e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:32:47,169 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 19:32:47,169 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4feee90-6d77-4fc7-8d86-91752fb3de6f', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4feee90-6d77-4fc7-8d86-91752fb3de6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:32:48,222 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 19:32:48,223 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c08fcb46-d0bf-42f3-b546-b5f64c5c8b8c', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c08fcb46-d0bf-42f3-b546-b5f64c5c8b8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:32:49,275 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 19:32:49,276 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a864b424-43ff-4839-b5cf-b82aa03c958f', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a864b424-43ff-4839-b5cf-b82aa03c958f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:32:50,329 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.046s 2022-07-20 19:32:50,330 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c21c3da-4f9b-43cb-863c-2e76543c3118', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c21c3da-4f9b-43cb-863c-2e76543c3118', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:32:51,382 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 19:32:51,382 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1e60ef8-fc2c-47ad-aac9-11377955187a', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1e60ef8-fc2c-47ad-aac9-11377955187a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:32:52,438 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.047s 2022-07-20 19:32:52,438 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c50cf18b-de45-44b5-9da7-78d21867355d', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c50cf18b-de45-44b5-9da7-78d21867355d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:32:53,491 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.046s 2022-07-20 19:32:53,492 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe41efc9-a151-4f44-a80d-da3725290bec', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe41efc9-a151-4f44-a80d-da3725290bec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:32:54,543 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 19:32:54,543 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87d8db16-b3c8-400e-9af9-f4f74d800e9d', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87d8db16-b3c8-400e-9af9-f4f74d800e9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:32:55,596 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 19:32:55,597 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f80b289-988d-4105-984f-c07133571851', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f80b289-988d-4105-984f-c07133571851', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:32:56,654 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.049s 2022-07-20 19:32:56,654 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e53aefbb-d049-49e1-9f80-0e97f8606043', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e53aefbb-d049-49e1-9f80-0e97f8606043', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:32:57,708 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 19:32:57,708 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba179535-dea9-4178-913d-cde33acc1691', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba179535-dea9-4178-913d-cde33acc1691', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:32:58,761 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 19:32:58,761 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-854b7137-7b46-4fde-9517-4a11e6c29474', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-854b7137-7b46-4fde-9517-4a11e6c29474', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:32:59,813 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 19:32:59,813 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e30cf02-89b7-4507-9299-a2432dd3c1d5', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e30cf02-89b7-4507-9299-a2432dd3c1d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:33:00,866 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 19:33:00,866 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ee18c98-8e1f-41ae-a39a-ead47f21edae', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ee18c98-8e1f-41ae-a39a-ead47f21edae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:33:01,918 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 19:33:01,919 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d391baaa-7ee9-41a4-ab0b-8228b3f463ee', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d391baaa-7ee9-41a4-ab0b-8228b3f463ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:33:02,972 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 19:33:02,972 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b4560e2-716d-4dca-9771-df7d6783ea5e', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b4560e2-716d-4dca-9771-df7d6783ea5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:33:04,024 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 19:33:04,024 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7dab2c3b-0517-4400-b054-7fd6f05df9bc', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7dab2c3b-0517-4400-b054-7fd6f05df9bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:33:05,077 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 19:33:05,077 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2917f83-be1e-4ef5-8752-b08598d27514', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2917f83-be1e-4ef5-8752-b08598d27514', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:33:06,132 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.047s 2022-07-20 19:33:06,132 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81ae4964-fd40-4359-a156-479f499f0f5a', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81ae4964-fd40-4359-a156-479f499f0f5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:33:07,184 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 19:33:07,185 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2e6386b-84a4-4fab-8b4c-6667db89b432', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2e6386b-84a4-4fab-8b4c-6667db89b432', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:33:08,238 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 19:33:08,238 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e4da8fa-01ae-4a23-845f-f086f7c7b963', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e4da8fa-01ae-4a23-845f-f086f7c7b963', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:33:09,296 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.050s 2022-07-20 19:33:09,296 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e43ed272-d654-4f59-a9f3-c53a145cd956', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e43ed272-d654-4f59-a9f3-c53a145cd956', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:34:10,365 118441 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 2022-07-20 19:34:55,933 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 105.628s 2022-07-20 19:34:55,933 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7038c78-21a4-471b-8afd-aa8e75e7c505', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7038c78-21a4-471b-8afd-aa8e75e7c505', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:35:56,994 118441 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 2022-07-20 19:36:57,052 118441 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 2022-07-20 19:37:57,113 118441 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 2022-07-20 19:38:57,173 118441 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 2022-07-20 19:39:57,232 118441 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 2022-07-20 19:40:57,291 118441 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 2022-07-20 19:41:57,350 118441 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 2022-07-20 19:42:57,409 118441 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 2022-07-20 19:43:57,471 118441 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 2022-07-20 19:44:57,529 118441 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 2022-07-20 19:45:10,496 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 613.554s 2022-07-20 19:45:10,496 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0829986c-7edb-4790-a820-e19a5bd7a50e', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0829986c-7edb-4790-a820-e19a5bd7a50e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:46:10,565 118441 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 2022-07-20 19:47:10,625 118441 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 2022-07-20 19:48:10,685 118441 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 2022-07-20 19:48:58,555 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 228.051s 2022-07-20 19:48:58,555 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:48:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25b8ee40-4638-4fa9-9029-20ce892baff5', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25b8ee40-4638-4fa9-9029-20ce892baff5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:49:58,622 118441 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a/os-volume_attachments 2022-07-20 19:50:58,681 118441 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a/os-volume_attachments 2022-07-20 19:51:58,742 118441 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a/os-volume_attachments 2022-07-20 19:52:58,804 118441 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a/os-volume_attachments 2022-07-20 19:53:58,865 118441 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a/os-volume_attachments 2022-07-20 19:54:58,925 118441 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a/os-volume_attachments 2022-07-20 19:55:58,986 118441 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a/os-volume_attachments 2022-07-20 19:56:59,047 118441 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a/os-volume_attachments 2022-07-20 19:57:59,108 118441 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a/os-volume_attachments 2022-07-20 19:58:59,169 118441 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a/os-volume_attachments 2022-07-20 19:59:01,910 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a/os-volume_attachments 603.346s 2022-07-20 19:59:01,910 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:58:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '197', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23e523d2-f623-4a2c-9cae-8a100e792d7b', 'x-compute-request-id': 'req-23e523d2-f623-4a2c-9cae-8a100e792d7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a/os-volume_attachments'} Body: b'{"volumeAttachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "volumeId": "6649e176-aa9f-4321-a737-fbc7fefd194b", "serverId": "c33037ed-7b36-43aa-85ad-e48920801b0a", "device": "/dev/sdb"}]}' 2022-07-20 19:59:03,016 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 POST http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a/action 0.102s 2022-07-20 19:59:03,017 118441 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': 'Wed, 20 Jul 2022 19:59:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '76440', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2c4c7d9-edba-4c77-adcc-dd4a67fbfaa0', 'x-compute-request-id': 'req-d2c4c7d9-edba-4c77-adcc-dd4a67fbfaa0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a/action'} Body: b'{"output": "[ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18)\\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0\\n[ 0.000000] KERNEL supported cpus:\\n[ 0.000000] Intel GenuineIntel\\n[ 0.000000] AMD AuthenticAMD\\n[ 0.000000] Centaur CentaurHauls\\n[ 0.000000] x86/fpu: x87 FPU will use FXSAVE\\n[ 0.000000] e820: BIOS-provided physical RAM map:\\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved\\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable\\n[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data\\n[ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS\\n[ 0.000000] NX (Execute Disable) protection: active\\n[ 0.000000] SMBIOS 2.3 present.\\n[ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016\\n[ 0.000000] Hypervisor detected: Microsoft Hyper-V\\n[ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c\\n[ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035\\n[ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500\\n[ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V\\n[ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush\\n[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000\\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT \\n[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)]\\n[ 0.000000] Scanning 1 areas for low memory corruption\\n[ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff]\\n[ 0.000000] ACPI: Early table checksum verification disabled\\n[ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM)\\n[ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)\\n[ 0.000000] ACPI: FACS 0x000000003FFFF000 000040\\n[ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)\\n[ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097)\\n[ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug\\n[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug\\n[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]\\n[ 0.000000] Zone ranges:\\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]\\n[ 0.000000] Normal empty\\n[ 0.000000] Device empty\\n[ 0.000000] Movable zone start for each node\\n[ 0.000000] Early memory node ranges\\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]\\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000 2022-07-20 19:59:03,019 118441 DEBUG [tempest.common.waiters] Console output for c33037ed-7b36-43aa-85ad-e48920801b0a body= [ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: x87 FPU will use FXSAVE [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable [ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data [ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.3 present. [ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016 [ 0.000000] Hypervisor detected: Microsoft Hyper-V [ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c [ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035 [ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500 [ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V [ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush [ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT [ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM) [ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026) [ 0.000000] ACPI: FACS 0x000000003FFFF000 000040 [ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001) [ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff] [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffeffff] [ 0.000000] Reserved but unavailable: 98 pages [ 0.000000] ACPI: PM-Timer IO Port: 0x408 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] e820: [mem 0x40000000-0xffffffff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on bare hardware [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] random: get_random_bytes called from start_kernel+0x99/0x51b with crng_init=0 [ 0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] percpu: Embedded 45 pages/cpu @ (ptrval) s147456 r8192 d28672 u2097152 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 257913 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0 [ 0.000000] Memory: 926704K/1048120K available (12300K kernel code, 2283K rwdata, 3972K rodata, 2248K init, 2372K bss, 121416K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] ftrace: allocating 37806 entries in 148 pages [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1. [ 0.000000] Tasks RCU enabled. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1 [ 0.000000] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] ACPI: Core revision 20170831 [ 0.000000] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.000000] APIC: Switch to symmetric I/O mode setup [ 0.004000] clocksource: hyperv_clocksource_tsc_page: mask: 0xffffffffffffffff max_cycles: 0x24e6a1710, max_idle_ns: 440795202120 ns [ 0.300000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.304000] tsc: Detected 1995.191 MHz processor [ 0.308000] Calibrating delay loop (skipped), value calculated using timer frequency.. 3990.38 BogoMIPS (lpj=7980764) [ 0.312014] pid_max: default: 32768 minimum: 301 [ 0.316083] Security Framework initialized [ 0.320014] Yama: becoming mindful. [ 0.324079] AppArmor: AppArmor initialized [ 0.336086] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.340141] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.344055] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.348081] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.352611] CPU: Physical Processor ID: 0 [ 0.360024] mce: CPU supports 1 MCE banks [ 0.368043] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8 [ 0.372014] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0 [ 0.376014] Spectre V2 : Mitigation: Full generic retpoline [ 0.380012] Speculative Store Bypass: Vulnerable [ 0.528919] Freeing SMP alternatives memory: 36K [ 0.535599] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2430L 0 @ 2.00GHz (family: 0x6, model: 0x2d, stepping: 0x7) [ 0.536217] Performance Events: unsupported p6 CPU model 45 no PMU driver, software events only. [ 0.540143] Hierarchical SRCU implementation. [ 0.548164] NMI watchdog: Perf event create on CPU 0 failed with -2 [ 0.552013] NMI watchdog: Perf NMI watchdog permanently disabled [ 0.556175] smp: Bringing up secondary CPUs ... [ 0.560015] smp: Brought up 1 node, 1 CPU [ 0.564018] smpboot: Max logical packages: 1 [ 0.568019] smpboot: Total of 1 processors activated (3990.38 BogoMIPS) [ 0.576333] devtmpfs: initialized [ 0.580143] x86/mm: Memory block size: 128MB [ 0.584402] evm: security.selinux [ 0.588019] evm: security.SMACK64 [ 0.592011] evm: security.SMACK64EXEC [ 0.596036] evm: security.SMACK64TRANSMUTE [ 0.600011] evm: security.SMACK64MMAP [ 0.604013] evm: security.apparmor [ 0.608013] evm: security.ima [ 0.612013] evm: security.capability [ 0.616228] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.620081] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.624132] pinctrl core: initialized pinctrl subsystem [ 0.628404] NET: Registered protocol family 16 [ 0.632207] audit: initializing netlink subsys (disabled) [ 0.636285] cpuidle: using governor ladder [ 0.640094] audit: type=2000 audit(1658345103.636:1): state=initialized audit_enabled=0 res=1 [ 0.644024] cpuidle: using governor menu [ 0.648132] ACPI: bus type PCI registered [ 0.652016] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.661217] PCI: Using configuration type 1 for base access [ 0.666576] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.669181] ACPI: Added _OSI(Module Device) [ 0.672081] ACPI: Added _OSI(Processor Device) [ 0.676017] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.680015] ACPI: Added _OSI(Processor Aggregator Device) [ 0.684048] ACPI: Added _OSI(Linux-Dell-Video) [ 0.700000] ACPI: Interpreter enabled [ 0.700033] ACPI: (supports S0 S5) [ 0.704015] ACPI: Using IOAPIC for interrupt routing [ 0.708114] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.714466] ACPI: Enabled 1 GPEs in block 00 to 0F [ 0.801607] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.804068] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.808041] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.812075] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.820572] PCI host bridge to bus 0000:00 [ 0.824044] pci_bus 0000:00: root bus resource [mem 0xfe0000000-0xfffffffff window] [ 0.828021] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.832018] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.836018] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.840042] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xfffbffff window] [ 0.844018] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.883368] pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.884018] pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.888017] pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.892017] pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.902875] * Found PM-Timer Bug on the chipset. Due to workarounds for a bug, [ 0.902875] * this clock source is slow. Consider trying other clock sources [ 0.936909] pci 0000:00:07.3: quirk: [io 0x0400-0x043f] claimed by PIIX4 ACPI [ 0.982563] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12 14 15) [ 0.989230] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.992941] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.998127] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 1.001037] SCSI subsystem initialized [ 1.004431] pci 0000:00:08.0: vgaarb: setting as boot VGA device [ 1.008000] pci 0000:00:08.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 1.008039] pci 0000:00:08.0: vgaarb: bridge control possible [ 1.012023] vgaarb: loaded [ 1.016138] pps_core: LinuxPPS API ver. 1 registered [ 1.020013] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 1.024040] PTP clock support registered [ 1.028151] EDAC MC: Ver: 3.0.0 [ 1.038307] hv_vmbus: Vmbus version:4.0 [ 1.040803] PCI: Using ACPI for IRQ routing [ 1.047322] NetLabel: Initializing [ 1.048031] NetLabel: domain hash size = 128 [ 1.052026] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 1.056075] NetLabel: unlabeled traffic allowed by default [ 1.060311] clocksource: Switched to clocksource hyperv_clocksource_tsc_page [ 1.117791] VFS: Disk quotas dquot_6.6.0 [ 1.127386] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.137338] AppArmor: AppArmor Filesystem Enabled [ 1.143122] pnp: PnP ACPI init [ 1.159336] system 00:06: [io 0x01e0-0x01ef] has been reserved [ 1.167279] system 00:06: [io 0x0160-0x016f] has been reserved [ 1.177743] system 00:06: [io 0x0278-0x027f] has been reserved [ 1.184756] system 00:06: [io 0x0378-0x037f] has been reserved [ 1.193052] system 00:06: [io 0x0678-0x067f] has been reserved [ 1.213640] system 00:06: [io 0x0778-0x077f] has been reserved [ 1.221002] system 00:06: [io 0x04d0-0x04d1] has been reserved [ 1.229613] system 00:07: [io 0x0400-0x043f] has been reserved [ 1.240612] system 00:07: [io 0x0370-0x0371] has been reserved [ 1.252376] system 00:07: [io 0x0440-0x044f] has been reserved [ 1.263322] system 00:07: [mem 0xfec00000-0xfec00fff] could not be reserved [ 1.269770] system 00:07: [mem 0xfee00000-0xfee00fff] has been reserved [ 1.278709] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved [ 1.290881] system 00:08: [mem 0x000c0000-0x000dffff] could not be reserved [ 1.296699] system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved [ 1.301844] system 00:08: [mem 0x00100000-0xf7ffffff] could not be reserved [ 1.312049] system 00:08: [mem 0xfffc0000-0xffffffff] has been reserved [ 1.331424] pnp: PnP ACPI: found 9 devices [ 1.345459] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.354758] NET: Registered protocol family 2 [ 1.361192] TCP established hash table entries: 8192 (order: 4, 65536 bytes) [ 1.368324] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 1.378456] TCP: Hash tables configured (established 8192 bind 8192) [ 1.392231] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.401192] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.412764] NET: Registered protocol family 1 [ 1.422222] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.434428] pci 0000:00:08.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 1.444282] Unpacking initramfs... [ 1.520047] random: fast init done [ 1.971579] Freeing initrd memory: 13088K [ 2.035475] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 2.065841] software IO TLB [mem 0x3a600000-0x3e600000] (64MB) mapped at [ (ptrval)- (ptrval)] [ 2.081228] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3984de7b583, max_idle_ns: 881590633483 ns [ 2.095807] Scanning for low memory corruption every 60 seconds [ 2.104823] Initialise system trusted keyrings [ 2.117218] Key type blacklist registered [ 2.128352] workingset: timestamp_bits=36 max_order=18 bucket_order=0 [ 2.142155] zbud: loaded [ 2.150971] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 2.162270] fuse init (API version 7.26) [ 2.182097] Key type asymmetric registered [ 2.203990] Asymmetric key parser 'x509' registered [ 2.218557] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244) [ 2.235959] io scheduler noop registered (default) [ 2.245385] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.254885] ACPI: Power Button [PWRF] [ 2.259493] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.292814] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.349108] 00:04: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A [ 2.368646] Linux agpgart interface v0.103 [ 2.381870] loop: module loaded [ 2.396098] hv_vmbus: registering driver hv_storvsc [ 2.422932] scsi host0: storvsc_host_t [ 2.439519] scsi 0:0:0:0: Direct-Access Msft Virtual Disk 1.0 PQ: 0 ANSI: 5 [ 2.453055] scsi host1: storvsc_host_t [ 2.475480] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 2.501380] ata_piix 0000:00:07.1: Hyper-V Virtual Machine detected, ATA device ignore set [ 2.541880] sd 0:0:0:0: [sda] 2080768 512-byte logical blocks: (1.07 GB/1016 MiB) [ 2.557200] scsi host2: ata_piix [ 2.572536] scsi host3: ata_piix [ 2.584317] sd 0:0:0:0: [sda] Write Protect is off [ 2.604878] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14 [ 2.614790] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15 [ 2.639888] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 2.652199] libphy: Fixed MDIO Bus: probed [ 2.664699] tun: Universal TUN/TAP device driver, 1.6 [ 2.690912] PPP generic driver version 2.4.2 [ 2.704885] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12 [ 2.742224] sda: sda1 [ 2.783199] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 2.795188] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 4.524761] mousedev: PS/2 mouse device common for all mice [ 4.546979] rtc_cmos 00:00: RTC can wake from S4 [ 4.604443] sd 0:0:0:0: [sda] Attached SCSI disk [ 4.637601] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 4.658932] rtc_cmos 00:00: alarms up to one month, 114 bytes nvram [ 4.675425] device-mapper: uevent: version 1.0.3 [ 4.680814] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com [ 4.696128] NET: Registered protocol family 10 [ 4.717693] Segment Routing with IPv6 [ 4.730262] NET: Registered protocol family 17 [ 4.747493] Key type dns_resolver registered [ 4.752822] RAS: Correctable Errors collector initialized. [ 4.763817] registered taskstats version 1 [ 4.782187] Loading compiled-in X.509 certificates [ 4.986108] Loaded X.509 cert 'Build time autogenerated kernel key: aff4079af16f4619e3b7b2cd46b8d3777d9de144' [ 5.002516] zswap: loaded using pool lzo/zbud [ 5.020055] Key type big_key registered [ 5.028722] Key type trusted registered [ 5.046704] Key type encrypted registered [ 5.058848] AppArmor: AppArmor sha1 policy hashing enabled [ 5.070631] ima: No TPM chip found, activating TPM-bypass! (rc=-19) [ 5.080517] evm: HMAC attrs: 0x1 [ 5.108536] rtc_cmos 00:00: setting system clock to 2022-07-20 19:25:10 UTC (1658345110) [ 5.130321] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 5.143171] EDD information not available. [ 5.163867] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2 [ 6.183793] ata2.00: ATAPI: Virtual CD, , max MWDMA2 [ 6.227716] ata2.00: configured for MWDMA2 [ 6.241343] scsi 3:0:0:0: CD-ROM Msft Virtual CD/ROM 1.0 PQ: 0 ANSI: 5 [ 6.266629] sr 3:0:0:0: [sr0] scsi3-mmc drive: 0x/0x tray [ 6.281526] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 6.304915] sr 3:0:0:0: Attached scsi generic sg1 type 5 [ 6.317355] Freeing unused kernel memory: 2248K [ 6.328075] Write protecting the kernel read-only data: 18432k [ 6.351744] Freeing unused kernel memory: 2008K [ 6.386245] Freeing unused kernel memory: 124K [ 6.425517] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 6.440363] x86/mm: Checking user space page tables [ 6.504521] x86/mm: Checked W+X mappings: passed, no W+X pages found. Loading, please wait... starting version 229 [ 6.698706] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.705693] random: udevadm: uninitialized urandom read (16 bytes read) [ 6.719034] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.724631] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.737013] random: udevadm: uninitialized urandom read (16 bytes read) [ 6.843503] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.941192] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.964032] random: udevadm: uninitialized urandom read (16 bytes read) [ 6.979347] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 6.993701] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 7.334885] hv_utils: Registering HyperV Utility Driver [ 7.352640] hv_vmbus: registering driver hv_util [ 7.374187] hv_vmbus: registering driver hv_netvsc [ 7.390138] hv_vmbus: registering driver hyperv_keyboard [ 7.406017] hidraw: raw HID events driver (C) Jiri Kosina [ 7.520205] hv_vmbus: registering driver hid_hyperv [ 7.579150] hv_utils: Heartbeat IC version 3.0 [ 7.595283] input: AT Translated Set 2 keyboard as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:07/VMBUS:01/d34b2567-b9b6-42b9-8778-0a4ec0b955bf/serio2/input/input4 [ 7.632024] hv_utils: Shutdown IC version 3.0 [ 7.650184] input: Microsoft Vmbus HID-compliant Mouse as /devices/0006:045E:0621.0001/input/input5 [ 7.685527] hid 0006:045E:0621.0001: input: <UNKNOWN> HID v0.01 Mouse [Microsoft Vmbus HID-compliant Mouse] on [ 7.769776] hv_utils: VSS IC version 5.0 [ 7.778039] hv_utils: TimeSync IC version 4.0 Begin: Loading essential drivers ... [ 8.016070] raid6: sse2x1 gen() 3475 MB/s [ 8.076058] raid6: sse2x1 xor() 2744 MB/s [ 8.132072] raid6: sse2x2 gen() 5472 MB/s [ 8.188038] raid6: sse2x2 xor() 3648 MB/s [ 8.248076] raid6: sse2x4 gen() 3726 MB/s [ 8.312072] raid6: sse2x4 xor() 2439 MB/s [ 8.320596] raid6: using algorithm sse2x2 gen() 5472 MB/s [ 8.329722] raid6: .... xor() 3648 MB/s, rmw enabled [ 8.335195] raid6: using intx1 recovery algorithm [ 8.349239] xor: measuring software checksum speed [ 8.398596] prefetch64-sse: 7914.000 MB/sec [ 8.444065] generic_sse: 10248.000 MB/sec [ 8.454544] xor: using function: generic_sse (10248.000 MB/sec) [ 8.470950] async_tx: api initialized (async) done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 8.761640] Btrfs loaded, crc32c=crc32c-generic Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 9.105650] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 9.559127] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 9.570633] systemd[1]: Detected virtualization microsoft. [ 9.587308] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 9.665017] systemd[1]: Set hostname to <ubuntu>. [ 9.717100] systemd[1]: Initializing machine ID from random generator. [ 9.732222] systemd[1]: Installed transient /etc/machine-id file. [ 10.298611] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [ 10.420187] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 10.563313] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket [ 10.705402] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [[0;32m OK [0m] Created slice system-getty.slic. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Reached target Swap. [[0;32m OK [0m] Listening on Journal Socket. Mounting Huge Pages File System... Starting Remount Root and Kerne File Systems... Starting Create list of required st... nodes for the current kernel... [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. Mounting POSIX Message Queue File System... [[0;32m OK [0m] Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... Starting Load Kernel Modules... [[0;32m OK [0m] Listening on Journal Socket (/dev/log).[ 11.888455] Loading iSCSI transport class v2.0-870. Starting Journal Service... [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.[ 12.049244] iscsi: registered transport (tcp) [[ 12.096423] iscsi: registered transport (iser) [0;32m OK [0m] Listening on udev Control Socket. [[0;32m OK [0m] Created slice User and Session Slice. [[0;32m OK [0m] Reached target Slices. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Reached target Encrypted Volumes.[ 12.692726] EXT4-fs (sda1): re-mounted. Opts: (null) Mounting Debug File System... [[0;32m OK [m] Mounted Debug Fle System. [[0;32m OK [m] Mounted POSIX Message Queue File System. [[0;32m OK [m] Mounted Huge Paes File System. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Remount Root and Kernel File Systems. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started LVM2 metadata daemon. Mounting Configuration File System... Starting Apply Kernel Variables... Mounting FUSE Cntrol File Systm... Starting Create Static Device Nodes in /dev... Starting Initial cloud-init job (pre-networking)... Starting udev Coldplug all Devices... Starting Load/Save Random Seed... Starting Flush Journal to Persistent Storage... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Mounted Configuration File System. [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmevend or progress polling. [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[0;32m OK [0m] Reached target Local File Systes (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting LSB: AppArmor initialization... Starting Commit a transient machine-id on disk... [[0;32m OK [m] Started Flush Journal to Persisent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. Starting Create Volatile Files nd Directories... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started udev Kernel Device Manager. [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started LSB: AppArmor initialization. [[0;32m OK [0m] Found device /dev/ttyS0. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [[0;32m OK [0m] Started Create olatile Files ad Directories. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [ 87.467877] cloud-init[337]: Cloud-init v. 18.2 running 'init-local' at Wed, 20 Jul 2022 19:25:33 +0000. Up 7.27 seconds. [[0;32m OK [0m] Started Initial cloud-init job pre-networking). [[0;32m OK [0m] Reached target Network (Pre). Starting Raise network interfaces... [[0;32m OK [0m] Started Raise network interfaces. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. [ 220.642587] cloud-init[676]: Cloud-init v. 18.2 running 'init' at Wed, 20 Jul 2022 19:26:40 +0000. Up 94.10 seconds. [[ 220.840353] [0;32m OK [0mcloud-init] [676]: Started Initial cloud-init job (metadata service crawler).ci-info: +++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++++ [[0;32m OK [m [ 221.057472] cloud-init[676]: ] ci-info: +--------+------+------------------------------+----------------+-------+-------------------+Reached target Network is Online. [ 221.214200] Starting iSCSI initiator daemon (iscsid)...cloud-init[676]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |[[0;32m OK [0m] Reached target System Initialization.[ 221.468803] cloud-init[676]: ci-info: +--------+------+------------------------------+-----------------+-------+-------------------+[[0;32m OK [0m ] [ 221.597997] Listening on D-Bus System Message Bus Socket.cloud-init [676]: ci-info: | eth0 | True | 172.20.0.4 | 255.255.255.240 | . | fa:16:3e:2c:56:95 | [[ 221.689015] [0;32m OK [mcloud-init] [676]: Started ACPI Events Check.ci-info: | eth0 | True | fe80::f816:3eff:fe2c:5695/64 | . | link | fa:16:3e:2c:56:95 | [[0;32m OK [0m ] [ 221.874055] cloud-initReached target Paths.[676]: ci-info: | lo | True | 127.0.0.1 | 25.0.0.0 | . | . |[[0;32m OK [0m ] [ 222.004965] Started Daily Cleanup of Temporary Directories.cloud-init [676]: ci-info: | lo | True | ::1/128 | . | host | . |[ [0;32m OK [0m[ 222.167732] ] cloud-initStarted Daily apt download activities.[676]: ci-info: +-------+------+------------------------------+-----------------+-------+-------------------+ [ [ 222.344217] [0;32m OK [0m] cloud-initStarted Daily apt upgrade and clean activities.[676]: ci-info: +++++++++++++++++++++++++++++++Route Iv4 info++++++++++++++++++++++++++++++++[[0;32m OK [0m ] Reached target Timers.[ 222.665671] cloud-init[676]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+[[0;32m OK [0m ] [ 222.859145] Listening on ACPID Listen Socket.cloud-init [676]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |[[0;32m OK [0m ] [ 223.002412] Reached target Sockets.cloud-init [676]: [[0;32m OK [0mci-info: +-------+-----------------+------------+-----------------+-----------+-------+] Reached target Basic System. [[ 223.246687] [0;32m OK [0m] cloud-initStarted Regular background program processing daemon.[676]: ci-info: | 0 | 0.0.0.0 | 172.20.0.1 | 0.0.0.0 | eth0 | UG | [[0;32m OK [0m ] [ 223.427057] Started Unattended Upgrades Shutdown.cloud-init[676]: ci-info: | 1 | 169.254.169.254 | 172.20.0.1 | 255.255.255.255 | eth0 | UGH | Starting Login Service...[ 223.585242] cloud-init[676]: [ci-info: | 2 | 172.20.0.0 | 0.0.0.0 | 255.255.255.240 | eth0 | U |[0;32m OK [0m] Started ACPI event daemon. [ 223.816306] [[0;32m OK [mcloud-init] [676]: Started D-Bus System Message Bus.ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ [ 224.021091] cloud-init[676]: Generating public/private rsa key pair. [ 224.106036] cloud-init[676]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key [ 224.169349] cloud-init[676]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. [ 224.221145] cloud-init[676]: The key fingerprint is: [ 224.278580] cloud-init[676]: SHA256:RuXLfgxtxddIy3qSV0KHpqa44Cv5oi2thVeIFHCLaJQ root@tempest-attachvolumetestjson-server-1204065622 [ 224.361970] cloud-init[676]: [The key's randomart image is:[0;32m OK [0m ] Started Deferred execution scheduler. [ 224.512767] cloud-init[676]: Starting LSB: Record successful boot for GRUB...+---[RSA 2048]----+ [ 224.640593] Starting LSB: MD monitoring daemon...cloud-init[676]: |.o+ . o..| Starting /etc/rc.local Compatibility... [ 224.805278] cloud-init[[676]: [0;32m OK [0m|oE o o =o+.|] Reached target Cloud-config availability. [ 224.956959] cloud-initStarting Apply the settings specified in cloud-config...[676]: |o.o . . oB +| [ 225.096237] cloud-init Starting OpenBSD Secure Shell server...[676]: |.. . . . . oo+ + |[[0;32m OK [0m ] [ 225.356216] Started /etc/rc.local Compatibility.cloud-init[676]: | . . . S.+o* | [ 225.448223] cloud-init[676]: | . ......+ + | [ 225.448354] cloud-init[676]: | ..oo . .. o | [ 225.448460] cloud-init[676]: | .+= . . . | [[0;32m OK [0m] [ 225.588179] Started iSCSI initiator daemon (iscsid).cloud-init[676]: | o+.+o. |[ [0;32m OK [0m[ 225.761594] cloud-init] [676]: Started OpenBSD Secure Shell server.+----[SHA256]-----+ [ 225.920234] cloud-init[676]: Generating public/private dsa key pair.[ [0;32m OK [0m] [ 226.149274] Started Login Service.cloud-init [676]: [Your identification has been saved in /etc/ssh/ssh_host_dsa_key.[0;32m OK [0m ] [ 226.336976] Started LSB: MD monitoring daemon.cloud-init [676]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.Starting Login to default iSCSI targets... [ 226.544216] cloud-init[676]: The key fingerprint is:[ [0;32m OK [0m[ 226.684236] ] cloud-initStarted Login to default iSCSI targets.[676]: SHA256:JFbbcLoiQwGTl3889N/ybm+FLIAfWwVIGaWW42T6UxM root@tempest-attachvolumetestjson-server-1204065622[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.[ 226.940255] cloud-init[[676]: [0;32m OK [0mThe key's randomart image is: ] Reached target Remote File Systems (Pre).[ 227.093805] cloud-init [676]: [[0;32m OK [0m+---[DSA 1024]----+] Reached target Remote File Systems.[ 227.215956] cloud-init[676]: | oo.. o.+=o. | Starting LSB: automatic crash report generation... [ 227.322641] cloud-init[676]: | ..o. ..*oo . | Starting Permit User Sessions...[ 227.427574] cloud-init [676]: Starting LSB: Set the CPU Frequency Scaling governor to "ondemand"...| ...oo+oO E. | [ 227.579373] cloud-init[[676]: [0;32m OK [0m| . ..o=B+... |] Started Permit User Sessions. [ 227.719475] [cloud-init[676]: [0;32m OK [0m| o ..So.*oo . |] Started LSB: Set the CPU Frequency Scaling governor to "ondemand".[ 227.865953] cloud-init [676]: [| o . .o.+.+ .|[0;32m OK [0m ] [ 227.960335] Started LSB: automatic crash report generation.cloud-init[676]: | o + .| [[ 228.048636] [0;32m OK [0mcloud-init[676]: ] | . o .|Started Serial Getty on ttyS0. [[ 228.168320] cloud-init[0;32m OK [0m[676]: ] | o.o.|Started Getty on tty1. [[ 228.266726] [0;32m OK [0mcloud-init] [676]: Reached target Login Prompts.+----[SHA256]-----+ [[0;32m OK [0m[ 228.359971] cloud-init] Reached target Multi-User System.[676]: Generating public/private ecdsa key pair. [[ 228.470537] cloud-init[0;32m OK [0m[676]: ] Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.Reached target Graphical Interface. [ 228.602871] cloud-initStarting Update UTMP about System Runlevel Changes...[676]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. [ 228.732616] cloud-init[676]: The key fingerprint is: [ 228.792711] cloud-init[676]: SHA256:6ojZLwplgePatXLKwFMFFzP4QOFXn1vDv3KXiJhrnQ root@tempest-attachvolumetestjson-server-1204065622 [ 228.850098] cloud-init[676]: The key's randomart image is: [ 228.910803] cloud-init[676]: +---[ECDSA 256]---+ [ 228.963031] cloud-init[676]: | oooooo. | [ 229.003717] cloud-init[676]: | o .=... . | [ 229.053751] cloud-init[676]: | o . .= . o | [ 229.104830] cloud-init[676]: | o . . . + | [ 229.159934] cloud-init[676]: | o... S o+ . | [ 229.215190] cloud-init[676]: | + .o+.. o .. . | [ 229.264958] cloud-init[676]: |. ..oo+.. E.... | [ 229.324468] cloud-init[676]: | ..=o+o. o .oo | [ 229.374483] cloud-init[676]: | .=.o++.. .. | [ 229.439430] cloud-init[676]: +----[SHA256]-----+ [ 229.500183] cloud-init[676]: Generating public/private ed25519 key pair. [ 229.575996] cloud-init[676]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. [ 229.639286] cloud-init[676]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. [ 229.689308] cloud-init[676]: The key fingerprint is: [ 229.732637] cloud-init[676]: SHA256:YxKK8gEZdDe1G4YVr3AJeNchdDBZDF9XRa2Qura6SNM root@tempest-attachvolumetestjson-server-1204065622 [ 229.819575] cloud-init[676]: The key's randomart image is: [ 229.899632] cloud-init[676]: +--[ED25519 256]--+ [ 229.951603] cloud-init[676]: |o. ..+oXO+.. o.o=| [ 230.005169] cloud-init[676]: | o....=oOo. + .| [ 230.049202] cloud-init[676]: |o .oo* o . . . | [ 230.090167] cloud-init[676]: | . . .+.+ . . | [ 230.134395] cloud-init[676]: |. o . .oS . | [ 230.193825] cloud-init[676]: | o . + .o | [ 230.239914] cloud-init[676]: | . o E. . | [ 230.290996] cloud-init[676]: | . o . | [ 230.331272] cloud-init[676]: | . oo | [ 230.376821] cloud-init[676]: +----[SHA256]-----+ [[0;32m OK [0m] Created slice User Slice of ubuntu. [[0;32m OK [0m] Started Session 1 of user ubuntu. Starting User Manager for UID 1000... [[0;32m OK [0m] Started Session 2 of user ubuntu. [[0;32m OK [0m] Started User Manager for UID 1000. [[0;32m OK [0m] Started Session 3 of user ubuntu. [[0;32m OK [0m] Started Update UTMP about System Runlevel Changes. Ubuntu 16.04.4 LTS tempest-attachvolumetestjson-server-1204065622 ttyS0 tempest-attachvolumetestjson-server-1204065622 login: [ 0.000000] Linux version 4.15.0-1018-azure (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #18~16.04.1-Ubuntu SMP Thu Jul 19 13:13:57 UTC 2018 (Ubuntu 4.15.0-1018.18~16.04.1-azure 4.15.18) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: x87 FPU will use FXSAVE [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable [ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffefff] ACPI data [ 0.000000] BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] ACPI NVS [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.3 present. [ 0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006 04/28/2016 [ 0.000000] Hypervisor detected: Microsoft Hyper-V [ 0.000000] Hyper-V: features 0x2e7f, hints 0xc2c [ 0.000000] Hyper-V Host Build:14393-10.0-2-0.2035 [ 0.000000] Hyper-V: LAPIC Timer Frequency: 0xc3500 [ 0.000000] tsc: Marking TSC unstable due to running on Hyper-V [ 0.000000] Hyper-V: Using ext hypercall for remote TLB flush [ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT [ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ (ptrval)] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] RAMDISK: [mem 0x36660000-0x37327fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F56F0 000014 (v00 ACPIAM) [ 0.000000] ACPI: RSDT 0x000000003FFF0000 000040 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: FACP 0x000000003FFF0200 000081 (v02 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: DSDT 0x000000003FFF1724 0033BE (v01 MSFTVM MSFTVM02 00000002 INTL 02002026) [ 0.000000] ACPI: FACS 0x000000003FFFF000 000040 [ 0.000000] ACPI: WAET 0x000000003FFF1480 000028 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: SLIC 0x000000003FFF14C0 000176 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: OEM0 0x000000003FFF16C0 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: SRAT 0x000000003FFF0600 0000E0 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001) [ 0.000000] ACPI: APIC 0x000000003FFF0300 000252 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] ACPI: OEMB 0x000000003FFFF040 000064 (v01 VRTUAL MICROSFT 04001628 MSFT 00000097) [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0 [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x3fffffff] hotplug [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x40200000-0xf7ffffff] hotplug [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0xfdfffffff] hotplug [ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x1000000000-0xffffffffff] hotplug [ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff] [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffeffff] [ 0.000000] Reserved but unavailable: 98 pages [ 0.000000] ACPI: PM-Timer IO Port: 0x408 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] e820: [mem 0x40000000-0xffffffff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on bare hardware [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] random: get_random_bytes called from start_kernel+0x99/0x51b with crng_init=0 [ 0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] percpu: Embedded 45 pages/cpu @ (ptrval) s147456 r8192 d28672 u2097152 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 257913 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-1018-azure root=PARTUUID=927a77ea-01 ro console=tty1 console=ttyS0 [ 0.000000] Memory: 926704K/1048120K available (12300K kernel code, 2283K rwdata, 3972K rodata, 2248K init, 2372K bss, 121416K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] ftrace: allocating 37806 entries in 148 pages [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1. [ 0.000000] Tasks RCU enabled. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1 [ 0.000000] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] ACPI: Core revision 20170831 [ 0.000000] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.000000] APIC: Switch to symmetric I/O mode setup [ 0.004000] clocksource: hyperv_clocksource_tsc_page: mask: 0xffffffffffffffff max_cycles: 0x24e6a1710, max_idle_ns: 440795202120 ns [ 0.116000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.120000] tsc: Detected 1995.191 MHz processor [ 0.120000] Calibrating delay loop (skipped), value calculated using timer frequency.. 3990.38 BogoMIPS (lpj=7980764) [ 0.124011] pid_max: default: 32768 minimum: 301 [ 0.128059] Security Framework initialized [ 0.132009] Yama: becoming mindful. [ 0.136070] AppArmor: AppArmor initialized [ 0.140254] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.144101] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.148000] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.148018] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.152542] CPU: Physical Processor ID: 0 [ 0.160379] mce: CPU supports 1 MCE banks [ 0.168021] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8 [ 0.172005] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0 [ 0.176006] Spectre V2 : Mitigation: Full generic retpoline [ 0.184004] Speculative Store Bypass: Vulnerable [ 0.226553] Freeing SMP alternatives memory: 36K [ 0.230480] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2430L 0 @ 2.00GHz (family: 0x6, model: 0x2d, stepping: 0x7) [ 0.232109] Performance Events: unsupported p6 CPU model 45 no PMU driver, software events only. [ 0.236068] Hierarchical SRCU implementation. [ 0.244629] NMI watchdog: Perf event create on CPU 0 failed with -2 [ 0.248028] NMI watchdog: Perf NMI watchdog permanently disabled [ 0.252073] smp: Bringing up secondary CPUs ... [ 0.256007] smp: Brought up 1 node, 1 CPU [ 0.260007] smpboot: Max logical packages: 1 [ 0.264007] smpboot: Total of 1 processors activated (3990.38 BogoMIPS) [ 0.268519] devtmpfs: initialized [ 0.272091] x86/mm: Memory block size: 128MB [ 0.276249] evm: security.selinux [ 0.280010] evm: security.SMACK64 [ 0.284006] evm: security.SMACK64EXEC [ 0.288030] evm: security.SMACK64TRANSMUTE [ 0.292005] evm: security.SMACK64MMAP [ 0.296004] evm: security.apparmor [ 0.300004] evm: security.ima [ 0.304004] evm: security.capability [ 0.308232] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.312019] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.316079] pinctrl core: initialized pinctrl subsystem [ 0.320293] NET: Registered protocol family 16 [ 0.324124] audit: initializing netlink subsys (disabled) [ 0.328201] cpuidle: using governor ladder [ 0.332010] audit: type=2000 audit(1658345409.328:1): state=initialized audit_enabled=0 res=1 [ 0.336036] cpuidle: using governor menu [ 0.340074] ACPI: bus type PCI registered [ 0.344005] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.352220] PCI: Using configuration type 1 for base access [ 0.361551] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.364369] ACPI: Added _OSI(Module Device) [ 0.368014] ACPI: Added _OSI(Processor Device) [ 0.372033] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.376008] ACPI: Added _OSI(Processor Aggregator Device) [ 0.380033] ACPI: Added _OSI(Linux-Dell-Video) [ 0.392901] ACPI: Interpreter enabled [ 0.396016] ACPI: (supports S0 S5) [ 0.400009] ACPI: Using IOAPIC for interrupt routing [ 0.404074] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.408481] ACPI: Enabled 1 GPEs in block 00 to 0F [ 0.459137] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.460019] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.464071] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.468041] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.472496] PCI host bridge to bus 0000:00 [ 0.476013] pci_bus 0000:00: root bus resource [mem 0xfe0000000-0xfffffffff window] [ 0.480017] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.484017] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.492029] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.496038] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xfffbffff window] [ 0.500010] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.566994] pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.568014] pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.572016] pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.580018] pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.587212] * Found PM-Timer Bug on the chipset. Due to workarounds for a bug, [ 0.587212] * this clock source is slow. Consider trying other clock sources [ 0.602863] pci 0000:00:07.3: quirk: [io 0x0400-0x043f] claimed by PIIX4 ACPI [ 0.659226] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12 14 15) [ 0.661028] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.668257] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.672993] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 0.676839] SCSI subsystem initialized [ 0.680363] pci 0000:00:08.0: vgaarb: setting as boot VGA device [ 0.684000] pci 0000:00:08.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 0.684007] pci 0000:00:08.0: vgaarb: bridge control possible [ 0.688008] vgaarb: loaded [ 0.692149] pps_core: LinuxPPS API ver. 1 registered [ 0.696006] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.700030] PTP clock support registered [ 0.704096] EDAC MC: Ver: 3.0.0 [ 0.713648] hv_vmbus: Vmbus version:4.0 [ 0.716128] PCI: Using ACPI for IRQ routing [ 0.720186] NetLabel: Initializing [ 0.724023] NetLabel: domain hash size = 128 [ 0.728018] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.732673] NetLabel: unlabeled traffic allowed by default [ 0.736209] clocksource: Switched to clocksource hyperv_clocksource_tsc_page [ 0.754843] VFS: Disk quotas dquot_6.6.0 [ 0.760958] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.766241] AppArmor: AppArmor Filesystem Enabled [ 0.770747] pnp: PnP ACPI init [ 0.784593] system 00:06: [io 0x01e0-0x01ef] has been reserved [ 0.801328] system 00:06: [io 0x0160-0x016f] has been reserved [ 0.806634] system 00:06: [io 0x0278-0x027f] has been reserved [ 0.813006] system 00:06: [io 0x0378-0x037f] has been reserved [ 0.820077] system 00:06: [io 0x0678-0x067f] has been reserved [ 0.826500] system 00:06: [io 0x0778-0x077f] has been reserved [ 0.832199] system 00:06: [io 0x04d0-0x04d1] has been reserved [ 0.840294] system 00:07: [io 0x0400-0x043f] has been reserved [ 0.844868] system 00:07: [io 0x0370-0x0371] has been reserved [ 0.855393] system 00:07: [io 0x0440-0x044f] has been reserved [ 0.862209] system 00:07: [mem 0xfec00000-0xfec00fff] could not be reserved [ 0.867679] system 00:07: [mem 0xfee00000-0xfee00fff] has been reserved [ 0.872639] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved [ 0.876806] system 00:08: [mem 0x000c0000-0x000dffff] could not be reserved [ 0.881855] system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved [ 0.887334] system 00:08: [mem 0x00100000-0xf7ffffff] could not be reserved [ 0.892579] system 00:08: [mem 0xfffc0000-0xffffffff] has been reserved [ 0.901025] pnp: PnP ACPI: found 9 devices [ 0.912756] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.922307] NET: Registered protocol family 2 [ 0.929109] TCP established hash table entries: 8192 (order: 4, 65536 bytes) [ 0.934937] TCP bind hash table entries: 8192 (order: 5, 131072 bytes) [ 0.939652] TCP: Hash tables configured (established 8192 bind 8192) [ 0.944965] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 0.952859] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 0.957825] NET: Registered protocol family 1 [ 0.963300] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.970170] pci 0000:00:08.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 0.976134] Unpacking initramfs... [ 1.344734] Freeing initrd memory: 13088K [ 1.349542] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.355924] software IO TLB [mem 0x32660000-0x36660000] (64MB) mapped at [ (ptrval)- (ptrval)] [ 1.364864] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3984de7b583, max_idle_ns: 881590633483 ns [ 1.372050] Scanning for low memory corruption every 60 seconds [ 1.377445] Initialise system trusted keyrings [ 1.381908] Key type blacklist registered [ 1.387155] workingset: timestamp_bits=36 max_order=18 bucket_order=0 [ 1.394243] zbud: loaded [ 1.399296] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.404927] fuse init (API version 7.26) [ 1.411566] Key type asymmetric registered [ 1.416096] Asymmetric key parser 'x509' registered [ 1.423638] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244) [ 1.429392] io scheduler noop registered (default) [ 1.435977] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.441517] random: fast init done [ 1.446140] ACPI: Power Button [PWRF] [ 1.452320] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.484169] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.516882] 00:04: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A [ 1.526332] Linux agpgart interface v0.103 [ 1.533746] loop: module loaded [ 1.538370] hv_vmbus: registering driver hv_storvsc [ 1.553531] scsi host0: storvsc_host_t [ 1.567100] scsi 0:0:0:0: Direct-Access Msft Virtual Disk 1.0 PQ: 0 ANSI: 5 [ 1.591423] scsi host1: storvsc_host_t [ 1.602531] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 1.611065] scsi 1:0:0:0: Direct-Access MSFT Virtual HD 10.0 PQ: 0 ANSI: 5 [ 1.618976] ata_piix 0000:00:07.1: Hyper-V Virtual Machine detected, ATA device ignore set [ 1.632880] sd 0:0:0:0: [sda] 2080768 512-byte logical blocks: (1.07 GB/1016 MiB) [ 1.647778] scsi host2: ata_piix [ 1.655626] sd 0:0:0:0: [sda] Write Protect is off [ 1.660360] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.667980] scsi host3: ata_piix [ 1.678643] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14 [ 1.689881] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15 [ 1.715713] libphy: Fixed MDIO Bus: probed [ 1.721300] tun: Universal TUN/TAP device driver, 1.6 [ 1.726259] sd 1:0:0:0: Attached scsi generic sg1 type 0 [ 1.732655] PPP generic driver version 2.4.2 [ 1.738066] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12 [ 1.746084] sda: sda1 [ 1.758247] sd 1:0:0:0: [sdb] 2097152 512-byte logical blocks: (1.07 GB/1.00 GiB) [ 1.771041] sd 1:0:0:0: [sdb] 4096-byte physical blocks [ 1.795142] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.802463] sd 0:0:0:0: [sda] Attached SCSI disk [ 1.808409] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.815331] mousedev: PS/2 mouse device common for all mice [ 1.823309] rtc_cmos 00:00: RTC can wake from S4 [ 1.853462] sd 1:0:0:0: [sdb] Write Protect is off [ 1.861765] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.123522] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.129916] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, supports DPO and FUA [ 3.139925] rtc_cmos 00:00: alarms up to one month, 114 bytes nvram [ 3.145832] device-mapper: uevent: version 1.0.3 [ 3.153183] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com [ 3.160232] NET: Registered protocol family 10 [ 3.175373] Segment Routing with IPv6 [ 3.179922] NET: Registered protocol family 17 [ 3.188412] Key type dns_resolver registered [ 3.195668] RAS: Correctable Errors collector initialized. [ 3.203006] registered taskstats version 1 [ 3.211368] Loading compiled-in X.509 certificates [ 3.335068] Loaded X.509 cert 'Build time autogenerated kernel key: aff4079af16f4619e3b7b2cd46b8d3777d9de144' [ 3.349734] zswap: loaded using pool lzo/zbud [ 3.361841] Key type big_key registered [ 3.366503] Key type trusted registered [ 3.375961] Key type encrypted registered [ 3.380743] AppArmor: AppArmor sha1 policy hashing enabled [ 3.388142] ima: No TPM chip found, activating TPM-bypass! (rc=-19) [ 3.394099] evm: HMAC attrs: 0x1 [ 3.404215] rtc_cmos 00:00: setting system clock to 2022-07-20 19:30:14 UTC (1658345414) [ 3.411833] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 3.418277] EDD information not available. [ 3.948582] ata2.00: ATAPI: Virtual CD, , max MWDMA2 [ 3.963248] ata2.00: configured for MWDMA2 [ 3.981669] scsi 3:0:0:0: CD-ROM Msft Virtual CD/ROM 1.0 PQ: 0 ANSI: 5 [ 3.993820] sd 1:0:0:0: [sdb] Attached SCSI disk [ 4.002820] sr 3:0:0:0: [sr0] scsi3-mmc drive: 0x/0x tray [ 4.007763] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 4.017254] sr 3:0:0:0: Attached scsi generic sg2 type 5 [ 4.026462] Freeing unused kernel memory: 2248K [ 4.040550] Write protecting the kernel read-only data: 18432k [ 4.050599] Freeing unused kernel memory: 2008K [ 4.055630] Freeing unused kernel memory: 124K [ 4.072608] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 4.078390] x86/mm: Checking user space page tables [ 4.095689] x86/mm: Checked W+X mappings: passed, no W+X pages found. Loading, please wait... starting version 229 [ 4.161524] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 4.169383] random: udevadm: uninitialized urandom read (16 bytes read) [ 4.177990] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 4.185705] random: udevadm: uninitialized urandom read (16 bytes read) [ 4.195290] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 4.200439] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 4.226839] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 4.235990] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 4.243932] random: udevadm: uninitialized urandom read (16 bytes read) [ 4.249654] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 4.404910] hv_utils: Registering HyperV Utility Driver [ 4.416402] hv_vmbus: registering driver hv_util [ 4.430504] hidraw: raw HID events driver (C) Jiri Kosina [ 4.445213] hv_vmbus: registering driver hv_netvsc [ 4.466296] hv_vmbus: registering driver hyperv_keyboard [ 4.492093] hv_vmbus: registering driver hid_hyperv [ 4.563002] input: AT Translated Set 2 keyboard as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:07/VMBUS:01/d34b2567-b9b6-42b9-8778-0a4ec0b955bf/serio2/input/input3 [ 4.570905] hv_utils: Heartbeat IC version 3.0 [ 4.594908] input: Microsoft Vmbus HID-compliant Mouse as /devices/0006:045E:0621.0001/input/input4 [ 4.618287] hid 0006:045E:0621.0001: input: <UNKNOWN> HID v0.01 Mouse [Microsoft Vmbus HID-compliant Mouse] on [ 4.683058] hv_utils: Shutdown IC version 3.0 [ 4.696079] hv_utils: TimeSync IC version 4.0 [ 4.708783] hv_utils: VSS IC version 5.0 Begin: Loading essential drivers ... [ 4.964051] raid6: sse2x1 gen() 3843 MB/s [ 5.016042] raid6: sse2x1 xor() 3443 MB/s [ 5.068054] raid6: sse2x2 gen() 5428 MB/s [ 5.120047] raid6: sse2x2 xor() 2744 MB/s [ 5.176062] raid6: sse2x4 gen() 7071 MB/s [ 5.236049] raid6: sse2x4 xor() 4680 MB/s [ 5.241857] raid6: using algorithm sse2x4 gen() 7071 MB/s [ 5.255066] raid6: .... xor() 4680 MB/s, rmw enabled [ 5.267272] raid6: using intx1 recovery algorithm [ 5.283587] xor: measuring software checksum speed [ 5.332076] prefetch64-sse: 7436.000 MB/sec [ 5.396054] generic_sse: 19979.000 MB/sec [ 5.402606] xor: using function: generic_sse (19979.000 MB/sec) [ 5.413165] async_tx: api initialized (async) done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 5.664115] Btrfs loaded, crc32c=crc32c-generic Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 5.948278] EXT4-fs (sda1): INFO: recovery required on readonly filesystem [ 5.959242] EXT4-fs (sda1): write access will be enabled during recovery [ 6.367556] EXT4-fs (sda1): recovery complete [ 6.468396] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 7.086505] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 7.097834] systemd[1]: Detected virtualization microsoft. [ 7.109975] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 7.182765] systemd[1]: Set hostname to <tempest-attachvolumetestjson-server-1204065622>. [ 7.737208] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 7.836059] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [ 7.900356] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 7.979072] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 8.067631] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 8.153548] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [[0;32m OK [0m] Created slice System Slice. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on Journal Socket. Starting Remount Root and Kernel File Systems... Mounting POSIX Message Queue File System... Mounting Debug File System... Starting Load Kernel Modules... Starting Create list of required st... nodes for the current kernel... [ 8.965315] Loading iSCSI transport class v2.0-870. Starting Monitoing of LVM2 mirrors... dmeventd or progress polling... [ 9.050064] iscsi: registered transport (tcp) [ 9.064209] EXT4-fs (sda1): re-mounted. Opts: (null) [[0;32m OK [0m] Listening on udev Control Socket. [ 9.184026] iscsi: registered transport (iser) [[0;32m OK [0m] Reached target Swap. [[0;32m OK [0m] Reached target Encrypted Volumes. [[0;32m OK [0m] Listening on Journal Audit Socket. Starting Journal Service... Mounting Huge Pages File System... [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[0;32m OK [0m] Created slice User and Session Slice. [[0;32m OK [0m] Reached target Slices. [[0;32m OK [0m] Mounted Debug File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted Huge Pages File System. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Remount Root and Kernel File Systems. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... Starting Apply ernel Variables... Mounting FUSE Control File System... Mounting Configuration File System... Starting udev Coldplug all Devices... Starting Load/Save Random Seed... Starting Initia cloud-init job (pre-networking)... Starting Flush Journal to Persistent Storage... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Mounted Configuration File System. [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started udev Coldplug all Devices. Starting udev Kernel Device Manager... [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting LSB: AppArmor initialization... [[0;32m OK [0m] Started Flush Journal to Persisent Storage. Starting Create Volatile Files and Directories... [[0;32m OK [0m] Started udev Kernel Device Manager. [[0;32m OK [0m] Started LSB: ApArmor initialization. [[0;32m OK [0m] Found device /dev/ttyS0. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [[0;32m OK [0m] Found device /sys/subsystem/net/devices/eth0. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [ 46.549349] cloud-init[340]: Cloud-init v. 18.2 running 'init-local' at Wed, 20 Jul 2022 19:30:26 +0000. Up 15.44 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). Starting Raise network interfaces... [[0;32m OK [0m] Started ifup for eth0. [[0;32m OK [0m] Started Raise network interfaces. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. [ 99.032500] cloud-init[673]: Cloud-init v. 18.2 running 'init' at Wed, 20 Jul 2022 19:31:03 +0000. Up 51.75 seconds. [ 99.153159] cloud-init[673]: [ci-info: +++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++++[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).[ 99.270157] cloud-init[[673]: ci-info: +--------+------+------------------------------+-----------------+-------+-------------------+[0;32m OK [0m] Reached target System Initialization. [ 99.391878] [cloud-init[0;32m OK [0m[673]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |] Started Daily Cleanup of Temporary Directories. [ 99.498027] cloud-init[[673]: ci-info: +--------+------+------------------------------+-----------------+-------+-------------------+[0;32m OK [0m] Started Daily apt download activities. [ 99.587333] cloud-init[[673]: ci-info: | eth0 | True | 172.20.0.4 | 255.255.255.240 | . | fa:16:3e:2c:56:95 |[0;32m OK [0m] Started Daily apt upgrade and clean activities. [[ 99.756363] [0;32m OK [0mcloud-init[673]: ] ci-info: | eth0 | True | fe80::f816:3eff:fe2c:5695/64 | . | link | fa:16:3e:2c:56:95 |Reached target Timers. [ 99.845666] cloud-init[[673]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |[0;32m OK [0m] Started ACPI Events Check. [ 99.949521] [cloud-init[0;32m OK [0m[673]: ] ci-info: | lo | True | ::1/128 | . | host | . |Reached target Paths. [[0;32m OK [0m[ 100.091883] cloud-init] [673]: Listening on ACPID Listen Socket.ci-info: +--------+------+------------------------------+-----------------+-------+-------------------+ [[0;32m OK [0m[ 100.212334] cloud-init] [673]: Listening on D-Bus System Message Bus Socket.ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++ [ [ 100.326850] [0;32m OK [0mcloud-init] [673]: Reached target Sockets.ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ [ [0;32m OK [0m[ 100.466449] cloud-init] [673]: Reached target Basic System.ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ [0;32m OK [0m[ 100.557395] ] cloud-initStarted Unattended Upgrades Shutdown.[673]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ Starting LSB: Record successful boot for GRUB...[ 100.666751] cloud-init [673]: ci-info: | 0 | 0.0.0.0 | 172.20.0.1 | 0.0.0.0 | eth0 | UG |Starting LSB: MD monitoring daemon... [ 100.793128] cloud-init[[673]: [0;32m OK [0mci-info: | 1 | 169.254.169.254 | 172.20.0.1 | 255.255.255.255 | eth0 | UGH |] Started ACPI event daemon. [ 100.894805] cloud-init[[673]: [0;32m OK [0mci-info: | 2 | 172.20.0.0 | 0.0.0.0 | 255.255.255.240 | eth0 | U |] Started Deferred execution scheduler. [ 101.024197] cloud-init[[673]: [0;32m OK [0mci-info: +-------+-----------------+------------+-----------------+-----------+-------+] Started Regular background program processing daemon. [[0;32m OK [0m] Started D-Bus System Message Bus. Starting Login Service... [[0;32m OK [0m] Reached target Network is Online. Starting iSCSI initiator daemon (iscsid)... Starting /etc/rc.local Compatibility... [[0;32m OK [0m] Reached target Cloud-config availability. Starting Apply he settings specified in cloud-config... Starting OpenBSD Secure Shell server... [[0;32m OK [0m] Started /etc/rc.local Compatibility. [[0;32m OK [0m] Started iSCSI initiator daemon (iscsid). [[0;32m OK [0m] Started OpenBSD Secure Shell server. [[0;32m OK [0m] Started Login Service. [[0;32m OK [0m] Started LSB: MD monitoring daemon. Starting Login to default iSCSI targets... [[0;32m OK [0m] Started Login to default iSCSI targets. [[0;32m OK [0m] Reached target Remote File Systems (Pre). [[0;32m OK [0m] Reached target Remote File Systms. Starting Permit User Sessions... Starting LSB: Set the CPU Frequency Scaling governor to "ondemand"... Starting LSB: automatic crash report generation... [[0;32m OK [0m] Started LSB: Record successful boot for GRUB. [[0;32m OK [0m] Started Permit User Sessions. [[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to "ondemand". [[0;32m OK [0m] Started LSB: automatic crash report generation. [[0;32m OK [0m] Created slice User Slice of ubuntu. [[0;32m OK [0m] Started Session 1 of user ubuntu. Starting User Manager for UID 1000... [[0;32m OK [0m] Started Serial Getty on ttyS0. [[0;32m OK [0m] Started Getty on tty1. [[0;32m OK [0m] Reached target ogin Prompts. [[0;32m OK [0m] Reached target Multi-User System. [[0;32m OK [0m] Reached target Graphical Interface. Starting Update UTMP about System Runlevel Changes... [[0;32m OK [0m] Started User Manager for UID 1000. [[0;32m OK [0m] Started Update UTMP about System Runlevel Changes. Stopping User Manager for UID 1000... [[0;32m OK [0m] Stopped User Manager for UID 1000. [[0;32m OK [0m] Removed slice User Slice of ubuntu. Ubuntu 16.04.4 LTS tempest-attachvolumetestjson-server-1204065622 ttyS0 tempest-attachvolumetestjson-server-1204065622 login: [ 178.822155] cloud-init[734]: Cloud-init v. 18.2 running 'modules:config' at Wed, 20 Jul 2022 19:31:55 +0000. Up 103.62 seconds. [ 189.031751] cloud-init[870]: Printing ubuntu user authorized keys [ 189.165699] cloud-init[870]: ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLRTO0o+5A7PFNO8zqjja+pZ6dIwcoJO5SLZEvtmnIwCPKNEM/8npu7Ta8ZEHopfk0C/XE5VPYoS/PiEMxiRTaCsLnb1E1BOfkb90zclgQgKJPtfeyYepHQxYqWCgnIyKA== ci-info: Authorized keys from /home/ubuntu/.ssh/authorized_keys for user ubuntu ci-info: +---------+-------------------+---------+---------+ ci-info: | Keytype | Fingerprint (md5) | Options | Comment | ci-info: +---------+-------------------+---------+---------+ ci-info: +---------+-------------------+---------+---------+ <14>Jul 20 19:33:22 ec2: <14>Jul 20 19:33:22 ec2: ############################################################# <14>Jul 20 19:33:22 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- <14>Jul 20 19:33:22 ec2: 1024 SHA256:JFbbcLoiQwGTl3889N/ybm+FLIAfWwVIGaWW42T6UxM root@tempest-attachvolumetestjson-server-1204065622 (DSA) <14>Jul 20 19:33:22 ec2: 256 SHA256:6ojZLwpl3gePatXLKwFMFFzP4QOFXn1vDv3KXiJhrnQ root@tempest-attachvolumetestjson-server-1204065622 (ECDSA) <14>Jul 20 19:33:22 ec2: 256 SHA256:YxKK8gEZdDe1G4YVr3AJeNchdDBZDF9XRa2Qura6SNM root@tempest-attachvolumetestjson-server-1204065622 (ED25519) <14>Jul 20 19:33:22 ec2: 2048 SHA256:RuXLfgxtxddIy3qSV0KHpqa44C5oi2thVeIFHCLaJQ root@tempest-attachvolumetestjson-server-1204065622 (RSA) <14>Jul 20 19:33:22 ec2: -----END SSH HOST KEY FINGERPRINTS----- <14>Jul 20 19:33:22 ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGlnSTxsCouZQyq2FYz1PxpTO9IhT7xS8tsP4cNHNj30+j3Tk5FMsagOMr9AIqa5KnGrHFrh8DTu8LOEqAvkb7c= root@tempest-attachvolumetestjson-server-1204065622 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKjV8ND7u2mIhCPnBPC970aO+N3qq4BwHvB4Q+BeQcdo root@tempest-attachvolumetestjson-server-1204065622 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDRJhBSXbViaKqqHecp5sbB/b/SnJIqSXYvYrpevg6I6bdOT0qTWRhX+SK4oFV4Zf+GtsNDr1kIGtCYB2Hri16R7yECNS7AFYubjce3jogEEdCkVcEkfBPsUausUGK0+rOF2gjthKS9sgKaPv0lyAzRxBe+gWzS2mqPzr/B0PxilJMdcAM7/qgmTpMvezIoO1Tn71YH3Q+ducXjyaZ/QqpE1OfU/mkQlp2+UbvfyXQ8dZ+z+gQNEZvQjN5VGVzdp9maDeHqvoYdvQHk2QS/qC1xJvlxJPr5Ty28sn7wSYgp1iC+bFbibfgP4TcbKg+4EnKa1Z3jdioqiAJnyWfYDkn root@tempest-attachvolumetestjson-server-1204065622 -----END SSH HOST KEY KEYS----- [ 194.360155] cloud-init[870]: Cloud-init v. 18.2 running 'modules:final' at Wed, 20 Jul 2022 19:33:11 +0000. Up 179.79 seconds. [ 194.468571] cloud-init[870]: Cloud-init v. 18.2 finished at Wed, 20 Jul 2022 19:33:23 +0000. Datasource DataSourceConfigDrive [net,ver=2][source=/dev/sr0]. Up 192.25 seconds 2022-07-20 19:59:03,067 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.047s 2022-07-20 19:59:03,068 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0bf2a9b-c849-4d56-8868-21a818a52fde', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0bf2a9b-c849-4d56-8868-21a818a52fde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:59:04,121 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 19:59:04,122 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88fdab83-b166-436a-9999-1775907a4e60', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88fdab83-b166-436a-9999-1775907a4e60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:59:05,198 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.069s 2022-07-20 19:59:05,199 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11632bbc-e9a9-49b0-a780-8359b446f1e1', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11632bbc-e9a9-49b0-a780-8359b446f1e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:59:06,285 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.078s 2022-07-20 19:59:06,285 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e1bc7f8-9a0b-4143-8473-e1d634d6d7d3', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e1bc7f8-9a0b-4143-8473-e1d634d6d7d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:59:07,370 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.074s 2022-07-20 19:59:07,370 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d2a9a7a-9695-4fc8-baae-1ee21a203be4', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d2a9a7a-9695-4fc8-baae-1ee21a203be4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:59:08,428 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.049s 2022-07-20 19:59:08,428 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b3b3efb-7b66-4a23-bdbe-19aa0dba75aa', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b3b3efb-7b66-4a23-bdbe-19aa0dba75aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:59:09,488 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.051s 2022-07-20 19:59:09,488 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6da8251f-dd01-4ae6-9613-5a363b314570', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6da8251f-dd01-4ae6-9613-5a363b314570', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:59:10,551 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.054s 2022-07-20 19:59:10,552 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d210cdc0-61e9-41d7-9411-3e15d2500f35', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d210cdc0-61e9-41d7-9411-3e15d2500f35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:59:11,670 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.109s 2022-07-20 19:59:11,670 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e0cf797-f3a5-43bf-9fef-c4a1b28b5e26', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e0cf797-f3a5-43bf-9fef-c4a1b28b5e26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:59:12,732 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.049s 2022-07-20 19:59:12,732 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5091624-3bce-4553-b98e-cdc4c161c270', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5091624-3bce-4553-b98e-cdc4c161c270', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:59:13,813 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.072s 2022-07-20 19:59:13,814 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99720b76-4e0c-40a9-a04b-d9a3ac8d8ad0', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99720b76-4e0c-40a9-a04b-d9a3ac8d8ad0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:59:14,880 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 19:59:14,880 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aaee7e60-c7e9-4e1e-a6df-11cf0c4e9dd5', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aaee7e60-c7e9-4e1e-a6df-11cf0c4e9dd5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:59:15,934 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 19:59:15,934 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-384eab26-c856-4093-8c0f-075868012108', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-384eab26-c856-4093-8c0f-075868012108', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:59:16,987 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 19:59:16,987 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f6e33a1-70ff-4fc1-819d-6511e25e32db', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f6e33a1-70ff-4fc1-819d-6511e25e32db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:59:18,039 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 19:59:18,039 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-575eeba7-e98d-4aff-8d77-7a2615038523', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-575eeba7-e98d-4aff-8d77-7a2615038523', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:59:19,091 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 19:59:19,092 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f2bfd2b-ec68-4c7d-b471-dce87e534508', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f2bfd2b-ec68-4c7d-b471-dce87e534508', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:59:20,144 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 19:59:20,145 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-019f0d57-29ef-441d-ab6c-48f3153a2f06', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-019f0d57-29ef-441d-ab6c-48f3153a2f06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:59:21,200 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.046s 2022-07-20 19:59:21,200 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3c07bee-fecb-4abb-b03f-7872490140fb', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3c07bee-fecb-4abb-b03f-7872490140fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:59:22,253 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 19:59:22,254 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cc521c7-1f87-4c69-bac3-6c4be8671eba', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cc521c7-1f87-4c69-bac3-6c4be8671eba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:59:23,307 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 19:59:23,308 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9a48442-ed11-4a31-96a5-2af4719c8438', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9a48442-ed11-4a31-96a5-2af4719c8438', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:59:24,360 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 19:59:24,360 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa94d6a9-7975-4441-b1d1-fcd96db36a53', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa94d6a9-7975-4441-b1d1-fcd96db36a53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:59:25,414 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 19:59:25,415 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a91c22ba-06fa-44f1-9191-6ca30822391b', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a91c22ba-06fa-44f1-9191-6ca30822391b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:59:26,467 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 19:59:26,467 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45ca2d9a-d14b-4377-bfef-081e6cafaa84', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45ca2d9a-d14b-4377-bfef-081e6cafaa84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:59:27,520 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 19:59:27,520 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8479addd-c6df-426d-ae48-539aa4c279a2', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8479addd-c6df-426d-ae48-539aa4c279a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:59:28,574 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 19:59:28,574 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b27e7ed-0283-4f76-ba59-9cba50754550', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b27e7ed-0283-4f76-ba59-9cba50754550', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:59:29,625 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 19:59:29,625 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-638d045d-2161-4dd1-b646-7731da0f3ad0', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-638d045d-2161-4dd1-b646-7731da0f3ad0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:59:30,679 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 19:59:30,679 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af9c0d4d-f828-4e2e-814f-e5da504d369d', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af9c0d4d-f828-4e2e-814f-e5da504d369d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:59:31,734 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.046s 2022-07-20 19:59:31,734 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59588783-dc13-45c7-bb63-4c6f675d06bd', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59588783-dc13-45c7-bb63-4c6f675d06bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:59:32,789 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.046s 2022-07-20 19:59:32,789 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-466dd1f0-8c42-4615-b132-21a809860c89', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-466dd1f0-8c42-4615-b132-21a809860c89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:59:33,841 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 19:59:33,841 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9854749d-e791-4def-b308-cb768b3674a6', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9854749d-e791-4def-b308-cb768b3674a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:59:34,894 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 19:59:34,895 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-394716b6-52b2-4b50-8dfc-0702a2094f62', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-394716b6-52b2-4b50-8dfc-0702a2094f62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:59:35,945 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 19:59:35,946 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4804b93b-0516-46ca-b34d-31f0b4061f1b', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4804b93b-0516-46ca-b34d-31f0b4061f1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:59:36,997 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 19:59:36,998 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-581b1b49-2fbf-4495-8454-dff528ed264e', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-581b1b49-2fbf-4495-8454-dff528ed264e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:59:38,051 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 19:59:38,051 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b09340d3-9350-41d8-9348-5779e2aab176', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b09340d3-9350-41d8-9348-5779e2aab176', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:59:39,105 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 19:59:39,106 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a61a19c9-c5e4-4435-8cf5-d4e97f4a9563', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a61a19c9-c5e4-4435-8cf5-d4e97f4a9563', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:59:40,158 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 19:59:40,158 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7368c045-a828-48f0-b96f-b9bda9ca93b7', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7368c045-a828-48f0-b96f-b9bda9ca93b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:59:41,212 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 19:59:41,213 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1fdb356-8232-4cb1-b696-f2a8afac269e', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1fdb356-8232-4cb1-b696-f2a8afac269e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:59:42,277 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.056s 2022-07-20 19:59:42,278 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-120b532f-3118-48d0-8402-7c5843f31006', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-120b532f-3118-48d0-8402-7c5843f31006', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:59:43,332 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 19:59:43,332 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39bc2670-33e0-436c-903f-726393d636ec', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39bc2670-33e0-436c-903f-726393d636ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:59:44,386 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.046s 2022-07-20 19:59:44,387 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65ad5ed2-1967-411c-81db-1bb4be2e1382', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65ad5ed2-1967-411c-81db-1bb4be2e1382', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:59:45,440 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 19:59:45,440 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7910f0a0-9c56-4407-ac6f-85bb85dd0087', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7910f0a0-9c56-4407-ac6f-85bb85dd0087', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:59:46,495 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.046s 2022-07-20 19:59:46,495 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e549298-075d-44ca-808d-db80106b7e2d', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e549298-075d-44ca-808d-db80106b7e2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:59:47,549 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 19:59:47,549 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14636586-ef50-4ca3-8fd7-15b5a8f0b586', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14636586-ef50-4ca3-8fd7-15b5a8f0b586', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:59:48,610 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.052s 2022-07-20 19:59:48,610 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9c09e01-8914-440f-a792-075f21c73788', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9c09e01-8914-440f-a792-075f21c73788', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:59:49,663 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 19:59:49,663 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e47cc83-28bc-4795-b8e4-8e359e17a286', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e47cc83-28bc-4795-b8e4-8e359e17a286', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:59:50,717 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 19:59:50,717 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a66d38f2-6a4e-47c7-aba6-bfa6b43afbf0', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a66d38f2-6a4e-47c7-aba6-bfa6b43afbf0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:59:51,770 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 19:59:51,770 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-205afa4c-b79a-4138-937d-24052c4a33bd', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-205afa4c-b79a-4138-937d-24052c4a33bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:59:52,822 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 19:59:52,822 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17bea8c6-270b-4282-b5cb-8d84ed0b00a2', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17bea8c6-270b-4282-b5cb-8d84ed0b00a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:59:53,874 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 19:59:53,874 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33380f28-83c0-4af0-9839-e6d3dcee716a', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33380f28-83c0-4af0-9839-e6d3dcee716a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:59:54,928 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 19:59:54,929 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf712711-5ea7-4526-a9b3-92ad7e8ed83b', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf712711-5ea7-4526-a9b3-92ad7e8ed83b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:59:55,982 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 19:59:55,982 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f34fff14-196c-4643-be28-f82771dd3e82', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f34fff14-196c-4643-be28-f82771dd3e82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:59:57,036 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 19:59:57,036 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68cf6e7a-6ed4-427c-a321-1b3ec9f7a7d5', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68cf6e7a-6ed4-427c-a321-1b3ec9f7a7d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:59:58,089 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 19:59:58,089 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98ba6973-8656-46fc-a864-0cfe3e582829', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98ba6973-8656-46fc-a864-0cfe3e582829', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 19:59:59,143 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 19:59:59,143 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7eaa27a9-40f9-43f2-a221-8b24f948c3d8', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7eaa27a9-40f9-43f2-a221-8b24f948c3d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:00:00,195 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:00:00,196 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aaef460d-1afb-4eff-9abd-7c9a624ab092', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aaef460d-1afb-4eff-9abd-7c9a624ab092', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:00:01,248 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:00:01,248 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c88c5341-0c4d-4d07-b0e2-2f9ea46c7ab6', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c88c5341-0c4d-4d07-b0e2-2f9ea46c7ab6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:00:02,302 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:00:02,302 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43d01a51-efe3-489c-929e-be75b4263ecd', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43d01a51-efe3-489c-929e-be75b4263ecd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:00:03,356 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:00:03,357 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58b3aafe-b6e4-43d3-8cef-bc32cbf8f3d5', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58b3aafe-b6e4-43d3-8cef-bc32cbf8f3d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:00:04,410 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:00:04,410 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e1375af-ccaa-44b1-b090-8e62e262f7e7', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e1375af-ccaa-44b1-b090-8e62e262f7e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:00:05,462 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:00:05,463 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e805bd3d-8c9e-4a14-a5f8-036e414453f8', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e805bd3d-8c9e-4a14-a5f8-036e414453f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:00:06,516 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:00:06,517 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a40b82b-b780-40c4-81ad-cf6e53b06d72', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a40b82b-b780-40c4-81ad-cf6e53b06d72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:00:07,567 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 20:00:07,568 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0dfdb7a7-ebf0-4500-bf49-cbfe4ad6722b', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0dfdb7a7-ebf0-4500-bf49-cbfe4ad6722b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:00:08,619 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 20:00:08,619 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-756a8031-1d59-4c01-8fa2-672e07e1d6c1', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-756a8031-1d59-4c01-8fa2-672e07e1d6c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:00:09,680 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.053s 2022-07-20 20:00:09,680 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3875dd9-d9d3-4ae4-8d24-dee0b4b75d9a', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3875dd9-d9d3-4ae4-8d24-dee0b4b75d9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:00:10,736 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.046s 2022-07-20 20:00:10,737 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-876c0331-ce02-4a95-9767-9aa0392c192c', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-876c0331-ce02-4a95-9767-9aa0392c192c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:00:11,789 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:00:11,790 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95132f66-be70-4dba-ac89-8090082bf6d9', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95132f66-be70-4dba-ac89-8090082bf6d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:00:12,844 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.046s 2022-07-20 20:00:12,844 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61782ce4-f9f3-4bc1-a351-8ba9f605fa21', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61782ce4-f9f3-4bc1-a351-8ba9f605fa21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:00:13,899 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.047s 2022-07-20 20:00:13,900 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06d19e24-16c8-4cc4-a97d-41276b54191b', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06d19e24-16c8-4cc4-a97d-41276b54191b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:00:14,951 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 20:00:14,951 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96426213-f894-4408-bbd6-a1b16073d8fa', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96426213-f894-4408-bbd6-a1b16073d8fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:00:16,004 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:00:16,005 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36960594-93cc-4d77-a680-a3919740723b', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36960594-93cc-4d77-a680-a3919740723b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:00:17,059 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.046s 2022-07-20 20:00:17,059 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f846deb-36d1-42c2-83e5-4c9b168bfe3f', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f846deb-36d1-42c2-83e5-4c9b168bfe3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:00:18,113 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:00:18,114 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9e9c7b1-eb5f-4cf1-a1dd-4df008ed660f', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9e9c7b1-eb5f-4cf1-a1dd-4df008ed660f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:00:19,165 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 20:00:19,165 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac5e72f6-0bdf-4691-bb85-8cfd1d49eebb', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac5e72f6-0bdf-4691-bb85-8cfd1d49eebb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:00:20,218 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:00:20,218 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83a18b9b-b96b-4162-a02d-e227fd2efcdc', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83a18b9b-b96b-4162-a02d-e227fd2efcdc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:00:21,273 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:00:21,273 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81e9b2fe-5103-4f24-9d61-c17c78440241', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81e9b2fe-5103-4f24-9d61-c17c78440241', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:00:22,327 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:00:22,327 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff560da4-e476-4e7d-a8a5-ce64c8d1f5d2', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff560da4-e476-4e7d-a8a5-ce64c8d1f5d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:00:23,380 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:00:23,380 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1187ef46-3497-4f9b-ac4b-29d86cfa4884', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1187ef46-3497-4f9b-ac4b-29d86cfa4884', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:00:24,431 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 20:00:24,432 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-898d5362-9d10-4b78-9344-0cb674a99358', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-898d5362-9d10-4b78-9344-0cb674a99358', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:00:25,484 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:00:25,484 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95accfcd-3d5e-446f-9d89-5337fe05e596', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95accfcd-3d5e-446f-9d89-5337fe05e596', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:00:26,536 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 20:00:26,536 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29203b26-a591-4848-8c5b-e690d12262c5', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29203b26-a591-4848-8c5b-e690d12262c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:00:27,590 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:00:27,590 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cf723ba-15b3-4088-be2e-c93229e640cd', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cf723ba-15b3-4088-be2e-c93229e640cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:00:28,644 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:00:28,645 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99812750-cce4-4f1f-a304-124c18916fd5', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99812750-cce4-4f1f-a304-124c18916fd5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:00:29,697 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:00:29,698 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9698bc7-d32a-4ee7-b078-62c69f76118e', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9698bc7-d32a-4ee7-b078-62c69f76118e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:00:30,749 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 20:00:30,750 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19d842be-a328-4a9d-a327-8cd9bc90e24f', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19d842be-a328-4a9d-a327-8cd9bc90e24f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:00:31,803 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:00:31,803 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18f98ce1-f6ad-4b54-929e-5d8d6dacb5a3', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18f98ce1-f6ad-4b54-929e-5d8d6dacb5a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:00:32,856 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:00:32,856 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b23cd17b-6d9f-4bc8-bffa-fe772d240d9b', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b23cd17b-6d9f-4bc8-bffa-fe772d240d9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:00:33,909 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:00:33,909 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95ffbf48-ec56-4f96-a052-9b5a5ad2f1bb', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95ffbf48-ec56-4f96-a052-9b5a5ad2f1bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:00:34,962 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:00:34,962 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91ff61fb-79a6-4519-9e24-2a2b2c888407', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91ff61fb-79a6-4519-9e24-2a2b2c888407', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:00:36,015 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 20:00:36,015 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07b10ec2-73b6-4f34-b847-ff5f0a0de1b4', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07b10ec2-73b6-4f34-b847-ff5f0a0de1b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:00:37,068 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:00:37,068 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21367a7d-839b-44ed-a5e7-f5fdb270f60b', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21367a7d-839b-44ed-a5e7-f5fdb270f60b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:00:38,121 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:00:38,122 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b11b199b-d06a-41d5-b0fc-f928485bea01', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b11b199b-d06a-41d5-b0fc-f928485bea01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:00:39,174 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 20:00:39,174 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1f9832a-f4ea-4980-80d1-36e9cd4ea813', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1f9832a-f4ea-4980-80d1-36e9cd4ea813', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:00:40,231 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.049s 2022-07-20 20:00:40,232 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd625137-f71a-4682-b0a7-8610cce82805', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd625137-f71a-4682-b0a7-8610cce82805', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:00:41,284 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:00:41,285 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a4d6e8c-cd56-4032-aef6-4c495221933a', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a4d6e8c-cd56-4032-aef6-4c495221933a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:00:42,338 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:00:42,338 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b198646f-0683-42c7-8d75-185a3b993b51', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b198646f-0683-42c7-8d75-185a3b993b51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:00:43,394 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.047s 2022-07-20 20:00:43,394 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4697b177-1fc2-4690-bbef-8b4bf7efcbae', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4697b177-1fc2-4690-bbef-8b4bf7efcbae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:00:44,449 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:00:44,449 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bb3bc2c-8289-47a5-9345-39cf01eaf519', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bb3bc2c-8289-47a5-9345-39cf01eaf519', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:00:45,501 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:00:45,502 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50343a58-c58a-4b9e-91d0-0ee2b7bfdf64', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50343a58-c58a-4b9e-91d0-0ee2b7bfdf64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:00:46,554 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:00:46,554 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99bfbf65-8959-4e21-bed7-11f289097f21', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99bfbf65-8959-4e21-bed7-11f289097f21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:00:47,607 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 20:00:47,607 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87274f31-cf57-4f33-90c4-30d3d33f8ab7', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87274f31-cf57-4f33-90c4-30d3d33f8ab7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:00:48,660 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:00:48,660 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29a2554e-0f75-443d-8057-cba08db49ab6', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29a2554e-0f75-443d-8057-cba08db49ab6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:00:49,714 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:00:49,714 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0287351-c9c9-4bb1-a21b-e68c2b83cee5', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0287351-c9c9-4bb1-a21b-e68c2b83cee5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:00:50,769 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.046s 2022-07-20 20:00:50,769 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4766930d-bf30-4f7f-9237-f6e74f3bc354', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4766930d-bf30-4f7f-9237-f6e74f3bc354', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:00:51,820 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 20:00:51,821 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a45f1422-ed27-4a63-a2b2-ef44dc5212a0', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a45f1422-ed27-4a63-a2b2-ef44dc5212a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:00:52,872 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:00:52,872 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc462683-74e7-48fb-95e4-180d43fa61bd', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc462683-74e7-48fb-95e4-180d43fa61bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:00:53,927 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.046s 2022-07-20 20:00:53,928 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86db270b-0c71-408a-8982-dd6f351c728c', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86db270b-0c71-408a-8982-dd6f351c728c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:00:54,980 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:00:54,981 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5475343e-c624-4691-89b8-b1a70b356030', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5475343e-c624-4691-89b8-b1a70b356030', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:00:56,036 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.046s 2022-07-20 20:00:56,036 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e772c973-edf3-4b32-b95d-19b5a5f3f60f', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e772c973-edf3-4b32-b95d-19b5a5f3f60f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:00:57,095 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.051s 2022-07-20 20:00:57,095 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30c67822-bdda-4c67-9113-3300f9255273', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30c67822-bdda-4c67-9113-3300f9255273', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:00:58,149 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:00:58,149 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e580d41-c35c-43f7-b566-9e952974f620', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e580d41-c35c-43f7-b566-9e952974f620', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:00:59,203 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:00:59,203 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-273026a6-b9fa-475c-bbce-d6043bb2657b', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-273026a6-b9fa-475c-bbce-d6043bb2657b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:01:00,259 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.047s 2022-07-20 20:01:00,259 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78dba705-2248-4d5c-b5dc-b9d410a37439', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78dba705-2248-4d5c-b5dc-b9d410a37439', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:01:01,313 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:01:01,313 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4365459c-4090-48b1-9d2c-c31c041bbe3c', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4365459c-4090-48b1-9d2c-c31c041bbe3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:01:02,370 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.048s 2022-07-20 20:01:02,370 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b51c659d-08a6-4bed-8fc0-97aea654f0ca', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b51c659d-08a6-4bed-8fc0-97aea654f0ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:01:03,434 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.054s 2022-07-20 20:01:03,434 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fc4dd89-bc07-426b-8f49-b2e8d4a0f062', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fc4dd89-bc07-426b-8f49-b2e8d4a0f062', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:01:04,489 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.046s 2022-07-20 20:01:04,489 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c5c8e35-17f0-4631-b9df-52eb53489714', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c5c8e35-17f0-4631-b9df-52eb53489714', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:01:05,544 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.047s 2022-07-20 20:01:05,544 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a270d2f-3e09-42d3-a7dc-94a64fca5c70', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a270d2f-3e09-42d3-a7dc-94a64fca5c70', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:01:06,617 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.064s 2022-07-20 20:01:06,617 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55e405cf-8bd3-4ba4-b9ab-9d6036eb5325', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55e405cf-8bd3-4ba4-b9ab-9d6036eb5325', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:01:07,684 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.057s 2022-07-20 20:01:07,684 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d26ad42-e420-4419-bc14-108b6ecaae35', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d26ad42-e420-4419-bc14-108b6ecaae35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:01:08,744 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.050s 2022-07-20 20:01:08,744 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-06ca7af8-b9ab-41a5-91d3-c865c80609f7', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-06ca7af8-b9ab-41a5-91d3-c865c80609f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:01:09,829 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.077s 2022-07-20 20:01:09,830 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e1edb60-8d2d-4c20-a0a9-a6583acf3f72', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e1edb60-8d2d-4c20-a0a9-a6583acf3f72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:01:10,890 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.052s 2022-07-20 20:01:10,890 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abbd468d-fead-4478-9883-73abb5ce8398', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abbd468d-fead-4478-9883-73abb5ce8398', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:01:11,979 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.081s 2022-07-20 20:01:11,980 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-faecda97-a757-478e-9182-421dfd7c0527', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-faecda97-a757-478e-9182-421dfd7c0527', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:01:13,042 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.054s 2022-07-20 20:01:13,042 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20241af1-3db8-4f20-8777-87d5b7ca8ac7', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20241af1-3db8-4f20-8777-87d5b7ca8ac7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:01:14,107 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.056s 2022-07-20 20:01:14,107 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d66e0974-9ec6-43d3-b141-2eaaf95dd790', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d66e0974-9ec6-43d3-b141-2eaaf95dd790', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:01:15,197 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.081s 2022-07-20 20:01:15,198 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-889204f3-21b1-4048-9ad8-8757a32c7926', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-889204f3-21b1-4048-9ad8-8757a32c7926', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:01:16,253 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.046s 2022-07-20 20:01:16,253 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-005a3efe-ab1d-4ca1-9e7b-28292a53fbfb', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-005a3efe-ab1d-4ca1-9e7b-28292a53fbfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:01:17,306 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:01:17,306 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-987e5954-9b6a-4d22-881c-a2e192648f53', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-987e5954-9b6a-4d22-881c-a2e192648f53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:01:18,363 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.048s 2022-07-20 20:01:18,363 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7eafa4e8-f4eb-4bd9-8987-621a1b569d6b', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7eafa4e8-f4eb-4bd9-8987-621a1b569d6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:01:19,416 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:01:19,417 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91efdbc8-52f6-410c-bbd5-c63d5aa6b9ad', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91efdbc8-52f6-410c-bbd5-c63d5aa6b9ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:01:20,471 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:01:20,471 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edce9ab6-34fc-4861-89bb-bf39c5b925c6', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edce9ab6-34fc-4861-89bb-bf39c5b925c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:01:21,526 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.046s 2022-07-20 20:01:21,526 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b97c041e-b185-45ba-80ff-cc556f04aaec', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b97c041e-b185-45ba-80ff-cc556f04aaec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:01:22,579 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:01:22,580 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb674592-321c-4c7b-96ec-10e650cf2dc7', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb674592-321c-4c7b-96ec-10e650cf2dc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:01:23,633 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:01:23,633 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9091d467-cb43-4bd5-8c5f-9ad211efd7a8', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9091d467-cb43-4bd5-8c5f-9ad211efd7a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:01:24,685 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 20:01:24,685 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ebf433f-3f6f-47ec-b30b-91646b7e6a73', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ebf433f-3f6f-47ec-b30b-91646b7e6a73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:01:25,742 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.049s 2022-07-20 20:01:25,743 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f24cc62e-f5bf-44c0-b21b-b78af12096e9', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f24cc62e-f5bf-44c0-b21b-b78af12096e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:01:26,798 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.048s 2022-07-20 20:01:26,799 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1af763d-db04-4206-8a3d-31c4c8e918d6', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1af763d-db04-4206-8a3d-31c4c8e918d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:01:27,853 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.046s 2022-07-20 20:01:27,853 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9956c689-66cc-4188-910e-82be5355bad5', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9956c689-66cc-4188-910e-82be5355bad5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:01:28,906 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:01:28,906 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b861ed37-bef6-49ac-9a6f-d22ce1ab71e2', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b861ed37-bef6-49ac-9a6f-d22ce1ab71e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:01:29,958 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 20:01:29,958 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e4ea10a-c4d3-49a9-83ae-4c60ea4f8650', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e4ea10a-c4d3-49a9-83ae-4c60ea4f8650', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:01:31,011 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:01:31,012 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60811320-4f64-4f38-acbf-cbe3519bfb26', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60811320-4f64-4f38-acbf-cbe3519bfb26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:01:32,067 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.046s 2022-07-20 20:01:32,067 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01212576-e148-4a93-ba58-aba8cafc8323', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01212576-e148-4a93-ba58-aba8cafc8323', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:01:33,123 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.047s 2022-07-20 20:01:33,123 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c721a13b-ad47-439b-9e6b-da9a059991a8', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c721a13b-ad47-439b-9e6b-da9a059991a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:01:34,177 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:01:34,177 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c780cc3-9a99-4496-a35f-617835aa496b', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c780cc3-9a99-4496-a35f-617835aa496b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:01:35,231 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:01:35,231 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7843727e-5fb8-4bba-b328-d7bccee101fd', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7843727e-5fb8-4bba-b328-d7bccee101fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:01:36,286 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:01:36,286 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0523e68f-8197-46ad-9063-9bdf3ac5ab68', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0523e68f-8197-46ad-9063-9bdf3ac5ab68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:01:37,340 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.046s 2022-07-20 20:01:37,340 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4fa19c2-1be0-4faa-9967-cc74e6676caf', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4fa19c2-1be0-4faa-9967-cc74e6676caf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:01:38,393 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:01:38,394 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cf09da1-a082-4bb6-8fc8-55fe0f6db9df', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cf09da1-a082-4bb6-8fc8-55fe0f6db9df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:01:39,446 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:01:39,446 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bd5d28b-2ab1-4e74-a237-8a16aed1dc7a', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bd5d28b-2ab1-4e74-a237-8a16aed1dc7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:01:40,500 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:01:40,500 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a254c51-b9ac-48c1-b92b-415c6b8a6ecb', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a254c51-b9ac-48c1-b92b-415c6b8a6ecb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:01:41,555 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.046s 2022-07-20 20:01:41,555 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1915fce1-86f6-4911-8ce9-cea4425f3185', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1915fce1-86f6-4911-8ce9-cea4425f3185', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:01:42,609 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:01:42,609 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a009b15-ca75-44cb-aa60-5a6830744825', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a009b15-ca75-44cb-aa60-5a6830744825', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:01:43,661 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:01:43,662 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8c0f1e4-05f1-4a9c-8000-9d8a7113ce81', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8c0f1e4-05f1-4a9c-8000-9d8a7113ce81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:01:44,720 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.050s 2022-07-20 20:01:44,721 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b11997b-2dfe-438b-b1c1-c0b09df4b05f', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b11997b-2dfe-438b-b1c1-c0b09df4b05f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:01:45,776 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:01:45,776 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36564882-3301-45e6-929d-f26c20c142a6', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36564882-3301-45e6-929d-f26c20c142a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:01:46,837 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.052s 2022-07-20 20:01:46,837 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a7511d2-df85-40df-8438-3805ddd4ff09', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a7511d2-df85-40df-8438-3805ddd4ff09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:01:47,892 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:01:47,892 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bf6eafd-26ba-4123-b8d7-31f1fd6ca0ad', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bf6eafd-26ba-4123-b8d7-31f1fd6ca0ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:01:48,944 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:01:48,944 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1220708-a3e8-4254-bf32-90e10eace9af', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1220708-a3e8-4254-bf32-90e10eace9af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:01:49,997 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 20:01:49,998 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fa88025-7957-4ee2-81e6-33e89a16535d', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fa88025-7957-4ee2-81e6-33e89a16535d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:01:51,051 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:01:51,052 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea31f4db-ed07-4178-ba82-6da98f4354ac', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea31f4db-ed07-4178-ba82-6da98f4354ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:01:52,105 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:01:52,105 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd000150-9aeb-4641-94f4-2052b9352802', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd000150-9aeb-4641-94f4-2052b9352802', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:01:53,159 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:01:53,160 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-150373e0-0656-4a2d-988a-1efe6ae9e629', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-150373e0-0656-4a2d-988a-1efe6ae9e629', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:01:54,213 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:01:54,214 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8648a6b9-2e26-44c2-b380-42739a2f7766', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8648a6b9-2e26-44c2-b380-42739a2f7766', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:01:55,267 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:01:55,268 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44a96122-b963-436e-8aab-64e946167194', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44a96122-b963-436e-8aab-64e946167194', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:01:56,323 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.048s 2022-07-20 20:01:56,324 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03b4c6a7-4255-47ff-80fa-396ec9fdf5f2', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03b4c6a7-4255-47ff-80fa-396ec9fdf5f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:01:57,377 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:01:57,377 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20bf2e4a-3563-490a-81f6-33fa6cd5e56e', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20bf2e4a-3563-490a-81f6-33fa6cd5e56e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:01:58,430 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:01:58,430 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-107432a9-c8c0-4787-bfcc-865053d651ea', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-107432a9-c8c0-4787-bfcc-865053d651ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:01:59,484 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:01:59,484 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-141123d2-5001-481b-bf5c-9bfacaf361a0', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-141123d2-5001-481b-bf5c-9bfacaf361a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:02:00,536 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:02:00,536 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4510840b-94b1-4235-a55d-5690e790f875', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4510840b-94b1-4235-a55d-5690e790f875', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:02:01,590 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:02:01,590 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9d01453-998b-4537-b6d3-eb3a4461948c', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9d01453-998b-4537-b6d3-eb3a4461948c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:02:02,643 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:02:02,643 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a52ff5b-238b-4151-81df-4df7c54f4f32', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a52ff5b-238b-4151-81df-4df7c54f4f32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:02:03,696 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:02:03,697 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff710efc-1d99-45e7-a0e2-2813d0953acd', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff710efc-1d99-45e7-a0e2-2813d0953acd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:02:04,751 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:02:04,751 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8df10af6-05e0-4a3b-b9f4-458056f20705', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8df10af6-05e0-4a3b-b9f4-458056f20705', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:02:05,804 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:02:05,805 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-452be5de-08c0-44e1-8b48-f6c47dc14675', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-452be5de-08c0-44e1-8b48-f6c47dc14675', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:02:06,857 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 20:02:06,857 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76268252-851f-4529-8bcf-a1047cfb08a6', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76268252-851f-4529-8bcf-a1047cfb08a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:02:07,910 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:02:07,910 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3daadee-7290-4b9d-9ac3-82f6231b1319', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3daadee-7290-4b9d-9ac3-82f6231b1319', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:02:08,962 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:02:08,963 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18a2c4f2-bcc6-44a7-a632-d2ad9ee726b9', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18a2c4f2-bcc6-44a7-a632-d2ad9ee726b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:02:10,015 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 20:02:10,015 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36ff70ef-335b-4051-bfeb-221843a1e046', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36ff70ef-335b-4051-bfeb-221843a1e046', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:02:11,068 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:02:11,068 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d7125f5-2067-4b17-8fc4-2511fc18210e', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d7125f5-2067-4b17-8fc4-2511fc18210e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:02:12,121 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:02:12,122 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc35ba5c-3a3e-4b8a-b402-e89de5ca1732', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc35ba5c-3a3e-4b8a-b402-e89de5ca1732', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:02:13,177 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.047s 2022-07-20 20:02:13,177 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf1e06b2-ee17-4cf6-95ed-7edf117a861f', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf1e06b2-ee17-4cf6-95ed-7edf117a861f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:02:14,238 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.052s 2022-07-20 20:02:14,238 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7521e4c1-d197-487f-b237-5b2a418161e4', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7521e4c1-d197-487f-b237-5b2a418161e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:02:15,293 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.046s 2022-07-20 20:02:15,294 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4df1646e-e6a5-4000-bc81-eb7ec3c39d3f', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4df1646e-e6a5-4000-bc81-eb7ec3c39d3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:02:16,347 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.046s 2022-07-20 20:02:16,348 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b80fb63e-0ccf-4a12-914c-b0850a01a4a9', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b80fb63e-0ccf-4a12-914c-b0850a01a4a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:02:17,399 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 20:02:17,400 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95b858fb-a326-411d-89f5-6522675609c0', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95b858fb-a326-411d-89f5-6522675609c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:02:18,453 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:02:18,454 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c941678-fc50-4a4f-9e16-cd7a1d37685f', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c941678-fc50-4a4f-9e16-cd7a1d37685f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:02:19,507 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:02:19,507 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88de3b9a-f6dc-40da-8d94-ae737012f335', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88de3b9a-f6dc-40da-8d94-ae737012f335', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:02:20,559 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 20:02:20,559 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75f33fbe-90f0-4f6f-9653-7a9a1d0e1a7a', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75f33fbe-90f0-4f6f-9653-7a9a1d0e1a7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:02:21,613 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.046s 2022-07-20 20:02:21,613 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b56a95b6-f515-44c6-833f-d0709ee70f4d', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b56a95b6-f515-44c6-833f-d0709ee70f4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:02:22,666 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:02:22,666 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2a17826-15e9-4424-8097-625d086eaf2b', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2a17826-15e9-4424-8097-625d086eaf2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:02:23,719 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:02:23,719 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6d1fad2-3a1b-4063-bfc6-5b7faba45f1b', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6d1fad2-3a1b-4063-bfc6-5b7faba45f1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:02:24,771 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:02:24,771 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83d9b2c0-d83a-4a90-9011-8acc6f21b533', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83d9b2c0-d83a-4a90-9011-8acc6f21b533', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:02:25,823 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 20:02:25,823 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f335eb6-24c0-4bea-b3e3-b4001d561bcc', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f335eb6-24c0-4bea-b3e3-b4001d561bcc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:02:26,876 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:02:26,877 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1744cbb-d200-43e9-b6d9-c4f3453748ec', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1744cbb-d200-43e9-b6d9-c4f3453748ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:02:27,931 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:02:27,931 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48f0450e-4764-4e12-999e-c397aaffaf2e', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48f0450e-4764-4e12-999e-c397aaffaf2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:02:28,985 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:02:28,985 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2cbed1d3-75cd-411e-a575-da9978c2b219', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2cbed1d3-75cd-411e-a575-da9978c2b219', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:02:30,038 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:02:30,038 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7df6f0d0-0962-4057-b3f3-bb4933ec0464', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7df6f0d0-0962-4057-b3f3-bb4933ec0464', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:02:31,095 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.048s 2022-07-20 20:02:31,096 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d61b3274-d572-4df6-bc52-3da70c69a172', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d61b3274-d572-4df6-bc52-3da70c69a172', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:02:32,149 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:02:32,149 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87a7dbf1-90c1-45b5-8040-91c800efaa08', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87a7dbf1-90c1-45b5-8040-91c800efaa08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:02:33,203 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:02:33,204 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5004230-fb00-4c0a-b4b7-ca0f5235637d', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5004230-fb00-4c0a-b4b7-ca0f5235637d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:02:34,259 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.047s 2022-07-20 20:02:34,260 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-389b9145-f70b-4b95-a4f2-b6e3a7a4bc4a', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-389b9145-f70b-4b95-a4f2-b6e3a7a4bc4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:02:35,313 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.046s 2022-07-20 20:02:35,314 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7bc2c470-d7d4-4b99-aba2-86c3566b401b', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7bc2c470-d7d4-4b99-aba2-86c3566b401b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:02:36,367 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.046s 2022-07-20 20:02:36,368 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59bf77f8-f41e-4c77-817b-37406d9f0271', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59bf77f8-f41e-4c77-817b-37406d9f0271', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:02:37,421 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:02:37,421 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7cd019f-a2af-4573-bef1-01243da10b21', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7cd019f-a2af-4573-bef1-01243da10b21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:02:38,474 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:02:38,474 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4baefa8e-1480-456d-b2fa-2cf464d2bfed', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4baefa8e-1480-456d-b2fa-2cf464d2bfed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:02:39,529 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.046s 2022-07-20 20:02:39,530 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75b6433e-ab2a-457c-aa09-186d8916f94e', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75b6433e-ab2a-457c-aa09-186d8916f94e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:02:40,594 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.048s 2022-07-20 20:02:40,594 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3ea65bb-86d6-4e0c-ab55-240e81ec9b55', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3ea65bb-86d6-4e0c-ab55-240e81ec9b55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:02:41,646 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:02:41,646 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2dfe4475-784d-4c22-a9d7-7eefc9717f3f', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2dfe4475-784d-4c22-a9d7-7eefc9717f3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:02:42,702 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.047s 2022-07-20 20:02:42,702 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34897e07-e728-42a4-bba9-b27da16ba9c8', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34897e07-e728-42a4-bba9-b27da16ba9c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:02:43,757 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.048s 2022-07-20 20:02:43,758 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f11644b-fa24-499b-aa89-d220834a477d', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f11644b-fa24-499b-aa89-d220834a477d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:02:44,812 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.046s 2022-07-20 20:02:44,812 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5fe14c16-69e9-42d1-8906-d905dacc915d', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5fe14c16-69e9-42d1-8906-d905dacc915d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:02:45,866 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:02:45,866 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a2f1dbb-31fb-426b-8d13-46cb3ad5fa35', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a2f1dbb-31fb-426b-8d13-46cb3ad5fa35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:02:46,917 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 20:02:46,918 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0800b902-aa79-460c-b0ee-56e60142afb8', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0800b902-aa79-460c-b0ee-56e60142afb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:02:47,970 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:02:47,970 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e7e3037-78d3-4865-96d7-772ca08dcd32', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e7e3037-78d3-4865-96d7-772ca08dcd32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:02:49,023 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:02:49,024 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b56040fd-cb60-476d-a426-03379e5bb8af', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b56040fd-cb60-476d-a426-03379e5bb8af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:02:50,077 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:02:50,077 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3eb2cb60-c1e3-4a87-b188-0ceaec015892', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3eb2cb60-c1e3-4a87-b188-0ceaec015892', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:02:51,131 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:02:51,131 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7027aa45-1740-4388-8665-d23b7c22df0c', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7027aa45-1740-4388-8665-d23b7c22df0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:02:52,186 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.046s 2022-07-20 20:02:52,187 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c394755d-5b1b-4b89-867b-2deaefb257b3', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c394755d-5b1b-4b89-867b-2deaefb257b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:02:53,242 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.047s 2022-07-20 20:02:53,242 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-199a3cdf-ecc3-4602-ab02-5316b67758ef', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-199a3cdf-ecc3-4602-ab02-5316b67758ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:02:54,299 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.048s 2022-07-20 20:02:54,300 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d76bdb9-44c0-4a2c-a1a1-935039b81a29', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d76bdb9-44c0-4a2c-a1a1-935039b81a29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:02:55,368 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.060s 2022-07-20 20:02:55,369 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84913e20-47e8-4c3d-abef-978f38b27125', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84913e20-47e8-4c3d-abef-978f38b27125', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:02:56,421 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:02:56,422 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8aa33395-8819-448c-92b3-ce02dca330a6', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8aa33395-8819-448c-92b3-ce02dca330a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:02:57,475 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:02:57,475 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b4e41a3-1502-496e-8e4e-5eb9e84fe1c0', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b4e41a3-1502-496e-8e4e-5eb9e84fe1c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:02:58,528 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:02:58,528 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46448474-e7d7-4cfa-90be-88fcb35e00f0', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46448474-e7d7-4cfa-90be-88fcb35e00f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:02:59,584 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.047s 2022-07-20 20:02:59,584 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-308276f7-1fa1-4690-96a1-0ea0f24afe9b', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-308276f7-1fa1-4690-96a1-0ea0f24afe9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:03:00,655 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.061s 2022-07-20 20:03:00,655 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2156f89-a1d2-4a05-94d0-7a3c9b5024d1', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2156f89-a1d2-4a05-94d0-7a3c9b5024d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:03:01,709 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.046s 2022-07-20 20:03:01,710 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d808831-834e-4a57-959e-32a841d3a8ec', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d808831-834e-4a57-959e-32a841d3a8ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:03:02,766 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.047s 2022-07-20 20:03:02,766 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d141372d-e8ac-4bc5-919f-cca0a2662020', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d141372d-e8ac-4bc5-919f-cca0a2662020', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:03:03,823 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.048s 2022-07-20 20:03:03,823 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-695aef15-9786-4746-8d7c-d43053d5127b', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-695aef15-9786-4746-8d7c-d43053d5127b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:03:04,876 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:03:04,876 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-875bbc95-d148-4722-a4d1-2ff0077c5c8b', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-875bbc95-d148-4722-a4d1-2ff0077c5c8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:03:05,928 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.042s 2022-07-20 20:03:05,928 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b6ceba6-d74e-4e2c-bb91-73c959e5a9f2', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b6ceba6-d74e-4e2c-bb91-73c959e5a9f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:03:06,980 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 20:03:06,981 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3929ced3-8926-4f24-aaf9-b07e4abcc4db', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3929ced3-8926-4f24-aaf9-b07e4abcc4db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:03:08,035 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.046s 2022-07-20 20:03:08,036 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aed79091-0547-45c2-9afb-1e057982c9f5', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aed79091-0547-45c2-9afb-1e057982c9f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:03:09,092 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.048s 2022-07-20 20:03:09,092 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68161d9a-8051-4c69-ba25-04a9ba732c01', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68161d9a-8051-4c69-ba25-04a9ba732c01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:03:10,164 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.064s 2022-07-20 20:03:10,164 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a0438ea-867a-4131-9390-246a8b148bb0', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a0438ea-867a-4131-9390-246a8b148bb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:03:11,225 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.052s 2022-07-20 20:03:11,225 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a3e6452-7145-4fb9-aa31-0e6062d38b63', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a3e6452-7145-4fb9-aa31-0e6062d38b63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:03:12,279 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:03:12,279 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc8770fa-9eb6-459e-a63f-e4f7b22102fa', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc8770fa-9eb6-459e-a63f-e4f7b22102fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:03:13,333 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.046s 2022-07-20 20:03:13,334 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d689f9d5-77f5-4733-8b5a-dc68451d66fd', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d689f9d5-77f5-4733-8b5a-dc68451d66fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:03:14,389 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.046s 2022-07-20 20:03:14,389 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60e6878b-cc70-4d88-aad8-458919b2d20e', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60e6878b-cc70-4d88-aad8-458919b2d20e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:03:15,441 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 20:03:15,441 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9da18df1-de3e-4085-897a-3581726c3e73', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9da18df1-de3e-4085-897a-3581726c3e73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:03:16,495 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:03:16,496 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1875dfef-5bfd-4cbe-b340-e96314cbeddf', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1875dfef-5bfd-4cbe-b340-e96314cbeddf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:03:17,547 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 20:03:17,548 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10812be8-75ab-400b-9460-b8323eb2fd0a', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10812be8-75ab-400b-9460-b8323eb2fd0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:03:18,600 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:03:18,601 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1135d20-0fac-413b-92e3-d805e7096039', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1135d20-0fac-413b-92e3-d805e7096039', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:03:19,658 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.049s 2022-07-20 20:03:19,659 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b491941-18de-4513-a223-7b6ac425a797', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b491941-18de-4513-a223-7b6ac425a797', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:03:20,713 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:03:20,714 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3697df1-fea6-49f3-9956-ae862c56b59d', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3697df1-fea6-49f3-9956-ae862c56b59d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:03:21,769 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.048s 2022-07-20 20:03:21,770 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c732558e-3356-4e5b-b3c5-da213845e27b', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c732558e-3356-4e5b-b3c5-da213845e27b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:03:22,822 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 20:03:22,823 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43db27e3-d5d2-4959-8eec-60fc3c584bda', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43db27e3-d5d2-4959-8eec-60fc3c584bda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:03:23,875 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:03:23,876 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38b761d2-6805-4e70-9f29-b133040de377', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38b761d2-6805-4e70-9f29-b133040de377', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:03:24,929 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:03:24,929 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d30a61ec-a617-4a24-ae55-3f937ee5a3ad', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d30a61ec-a617-4a24-ae55-3f937ee5a3ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:03:25,986 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.047s 2022-07-20 20:03:25,986 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ffd39da4-7401-4d0a-ba08-8e115dd206fe', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ffd39da4-7401-4d0a-ba08-8e115dd206fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:03:27,044 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.049s 2022-07-20 20:03:27,044 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1f2d4e1-8bc1-4a1f-a0b0-7fdf0da779d8', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1f2d4e1-8bc1-4a1f-a0b0-7fdf0da779d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:03:28,097 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:03:28,097 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04851f96-874c-4c3b-b552-7750720abe9e', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04851f96-874c-4c3b-b552-7750720abe9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:03:29,150 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:03:29,150 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b9b7a81-88ca-4c6a-84a2-0ec64fcd9ae7', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b9b7a81-88ca-4c6a-84a2-0ec64fcd9ae7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:03:30,202 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:03:30,203 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b081f0b-c0f9-48ba-9c80-9ac8de48215c', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b081f0b-c0f9-48ba-9c80-9ac8de48215c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:03:31,259 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.046s 2022-07-20 20:03:31,259 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2ec7275-2c4f-48cc-9182-3a24d0158c56', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2ec7275-2c4f-48cc-9182-3a24d0158c56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:03:32,311 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 20:03:32,311 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14f4ec4e-c217-4a81-a1cc-791f15e1189f', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14f4ec4e-c217-4a81-a1cc-791f15e1189f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:03:33,364 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:03:33,365 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e6ca3c7-cb8a-4e16-991e-c0d7c71045c1', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e6ca3c7-cb8a-4e16-991e-c0d7c71045c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:03:34,419 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:03:34,419 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72e3e3bb-bed7-48a6-8117-ec426823ccbb', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72e3e3bb-bed7-48a6-8117-ec426823ccbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:03:35,472 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:03:35,472 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa4484bd-09dd-4faa-a40a-439bcc91625a', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa4484bd-09dd-4faa-a40a-439bcc91625a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:03:36,526 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:03:36,526 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1220da4f-4958-45a1-bd28-3fa52a112634', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1220da4f-4958-45a1-bd28-3fa52a112634', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:03:37,578 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 20:03:37,578 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3d07476-e8e7-44a1-b6c2-b3390510fce0', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3d07476-e8e7-44a1-b6c2-b3390510fce0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:03:38,632 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:03:38,632 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbe8484b-3a9e-4815-94c6-2869485c1714', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbe8484b-3a9e-4815-94c6-2869485c1714', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:03:39,685 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:03:39,685 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50135f5e-be9c-4a26-8968-f35f74795c1e', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50135f5e-be9c-4a26-8968-f35f74795c1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:03:40,737 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:03:40,738 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee49ebac-325b-410a-bcc4-f7f5c5504a3e', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee49ebac-325b-410a-bcc4-f7f5c5504a3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:03:41,790 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 20:03:41,790 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79dffec3-020c-4f41-ab76-0308e3b57c13', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79dffec3-020c-4f41-ab76-0308e3b57c13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:03:42,844 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:03:42,844 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c317e115-ac26-487d-8488-625dfffd7488', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c317e115-ac26-487d-8488-625dfffd7488', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:03:43,896 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 20:03:43,897 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b989542c-91aa-439f-a84f-f34e59a41d1a', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b989542c-91aa-439f-a84f-f34e59a41d1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:03:44,949 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 20:03:44,949 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4a45c68-457d-40a9-add9-2caf7fcd8c6f', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4a45c68-457d-40a9-add9-2caf7fcd8c6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:03:46,002 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:03:46,002 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53548846-809c-4863-9e01-79929f6e03fa', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53548846-809c-4863-9e01-79929f6e03fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:03:47,055 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:03:47,055 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e7254ed9-56e0-4d4c-8f7b-7df1ddcce131', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e7254ed9-56e0-4d4c-8f7b-7df1ddcce131', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:03:48,107 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:03:48,108 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-752eb9cd-2c15-42ab-a272-4abea64eb579', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-752eb9cd-2c15-42ab-a272-4abea64eb579', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:03:49,160 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:03:49,160 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61e70550-df1f-4c6a-8a14-9cea4d7015de', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61e70550-df1f-4c6a-8a14-9cea4d7015de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:03:50,214 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:03:50,214 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46f0ab61-52aa-4a34-ac00-379b4b6e0eaa', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46f0ab61-52aa-4a34-ac00-379b4b6e0eaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:03:51,269 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.046s 2022-07-20 20:03:51,269 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ec19722-8eac-4348-8a56-5ae0daa02a10', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ec19722-8eac-4348-8a56-5ae0daa02a10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:03:52,322 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:03:52,322 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c2531e3-91c2-41c3-9205-97a6cba6ea93', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c2531e3-91c2-41c3-9205-97a6cba6ea93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:03:53,375 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:03:53,375 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3320d485-e4ba-4aed-a5a9-6478c0b805da', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3320d485-e4ba-4aed-a5a9-6478c0b805da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:03:54,427 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 20:03:54,428 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bc14204b-2e6a-4ec5-a02c-eea717a19ceb', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc14204b-2e6a-4ec5-a02c-eea717a19ceb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:03:55,481 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:03:55,481 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8615df86-7e6a-4489-b745-fa73ce9d14cd', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8615df86-7e6a-4489-b745-fa73ce9d14cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:03:56,536 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.046s 2022-07-20 20:03:56,536 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14a1d9d6-f286-41e7-8d5d-eeaf059a62c1', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14a1d9d6-f286-41e7-8d5d-eeaf059a62c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:03:57,590 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:03:57,590 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-470e9002-3f3f-4307-8162-f55ce0115494', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-470e9002-3f3f-4307-8162-f55ce0115494', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:03:58,644 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:03:58,645 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe7e45db-37d7-4b8f-96e8-7c3de5305557', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe7e45db-37d7-4b8f-96e8-7c3de5305557', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:03:59,698 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:03:59,698 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71ff5bca-f086-4fb1-a2f7-77f1bc1c0297', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71ff5bca-f086-4fb1-a2f7-77f1bc1c0297', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:04:00,949 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.243s 2022-07-20 20:04:00,949 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce4a587b-c4d9-481b-bd26-f8471399a1e9', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce4a587b-c4d9-481b-bd26-f8471399a1e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:04:02,002 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.046s 2022-07-20 20:04:02,003 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69a2e110-01ea-4d26-baf6-23fa0e8e0eb2', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69a2e110-01ea-4d26-baf6-23fa0e8e0eb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:04:03,054 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 20:04:03,055 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7838dd45-5bbc-4688-9b21-008ce1d63884', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7838dd45-5bbc-4688-9b21-008ce1d63884', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:04:04,108 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:04:04,108 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-870e24c2-ecdd-4aff-b4da-30aa23d3473f', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-870e24c2-ecdd-4aff-b4da-30aa23d3473f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:04:05,160 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:04:05,161 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2449155a-47d0-421f-8956-38b0a502a7c5', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2449155a-47d0-421f-8956-38b0a502a7c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:04:06,214 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:04:06,214 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da50aa88-eee4-4923-bbda-f84ee06cb1a3', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da50aa88-eee4-4923-bbda-f84ee06cb1a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:04:07,268 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:04:07,269 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e16e643-919d-4b74-bcca-f6c6ab5bc625', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e16e643-919d-4b74-bcca-f6c6ab5bc625', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:04:08,321 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:04:08,322 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10c9ade1-0ec7-445d-90ec-ed29c6886599', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10c9ade1-0ec7-445d-90ec-ed29c6886599', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:04:09,374 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:04:09,374 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0819463a-344b-4905-9490-fc65d3e04668', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0819463a-344b-4905-9490-fc65d3e04668', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:04:10,432 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.049s 2022-07-20 20:04:10,432 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9551d8d-dd57-4a6f-a8a3-3d99b8e7ccf0', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9551d8d-dd57-4a6f-a8a3-3d99b8e7ccf0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:04:11,486 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.046s 2022-07-20 20:04:11,487 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f3bf9ae-65d0-4806-8e0a-17119b72d86d', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f3bf9ae-65d0-4806-8e0a-17119b72d86d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:04:12,538 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 20:04:12,539 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f199fe8f-f421-4553-917d-ac8007552ce9', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f199fe8f-f421-4553-917d-ac8007552ce9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:04:13,593 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:04:13,594 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39def763-3fac-41ae-82b2-2c012928b3cd', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39def763-3fac-41ae-82b2-2c012928b3cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:04:14,645 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:04:14,646 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27c7b2b9-1515-481b-89fd-e4e7975aff3c', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27c7b2b9-1515-481b-89fd-e4e7975aff3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:04:15,698 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:04:15,699 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9440af70-be86-4168-9eca-ef24463e0c0b', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9440af70-be86-4168-9eca-ef24463e0c0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:04:16,751 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:04:16,751 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f968310-6407-4983-8836-e6eeac465596', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f968310-6407-4983-8836-e6eeac465596', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:04:17,809 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.049s 2022-07-20 20:04:17,810 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8283ead-5730-4c2d-9f19-a2bc736f569a', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8283ead-5730-4c2d-9f19-a2bc736f569a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:04:18,873 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.054s 2022-07-20 20:04:18,873 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89913dac-6cbc-4cd0-87ca-dcaa693d3bee', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89913dac-6cbc-4cd0-87ca-dcaa693d3bee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:04:19,925 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:04:19,925 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c039ab16-066f-4ba2-930b-317d932e65d2', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c039ab16-066f-4ba2-930b-317d932e65d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:04:20,978 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:04:20,979 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3db2d9ef-ad32-4be9-a5a2-fc6a8041e506', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3db2d9ef-ad32-4be9-a5a2-fc6a8041e506', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:04:22,033 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.046s 2022-07-20 20:04:22,034 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50a74fec-5b24-4afe-a863-e00ca7ad025a', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50a74fec-5b24-4afe-a863-e00ca7ad025a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:04:23,093 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.050s 2022-07-20 20:04:23,093 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68270348-774e-42be-a3f7-a5ef21c43941', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68270348-774e-42be-a3f7-a5ef21c43941', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:04:24,146 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 20:04:24,146 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31029d4e-1bfe-4fbc-b51a-6c340887a724', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31029d4e-1bfe-4fbc-b51a-6c340887a724', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:04:25,199 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:04:25,199 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64705f4f-ca42-4aed-8205-bb315841cb2f', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64705f4f-ca42-4aed-8205-bb315841cb2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:04:26,255 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.047s 2022-07-20 20:04:26,255 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd695924-2959-4b2c-b09c-abdd04eb5a9f', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd695924-2959-4b2c-b09c-abdd04eb5a9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:04:27,309 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:04:27,309 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2725a52d-b72a-4d8b-ba3e-871f2945d2e9', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2725a52d-b72a-4d8b-ba3e-871f2945d2e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:04:28,362 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:04:28,362 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb1f2c1f-d5bb-487b-85c3-f6ec6b75b160', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb1f2c1f-d5bb-487b-85c3-f6ec6b75b160', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:04:29,415 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:04:29,416 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bb2fdfb-e054-4f7f-9684-5df5dc94ce2b', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bb2fdfb-e054-4f7f-9684-5df5dc94ce2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:04:30,467 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:04:30,468 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8421dc98-eb8e-47f7-b62e-908f3ef50ae5', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8421dc98-eb8e-47f7-b62e-908f3ef50ae5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:04:31,522 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:04:31,522 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23394e91-8be4-489f-a5be-3a67af8e6ac5', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23394e91-8be4-489f-a5be-3a67af8e6ac5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:04:32,573 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.043s 2022-07-20 20:04:32,574 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdac139c-3e44-4589-8d7e-f09a97a5e82a', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdac139c-3e44-4589-8d7e-f09a97a5e82a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:04:33,627 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:04:33,627 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c9b455c-34e6-4512-a683-d263ca9fa5bc', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c9b455c-34e6-4512-a683-d263ca9fa5bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:04:34,681 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:04:34,681 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8d416a4-1a1f-45ca-87b6-5296d830479c', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8d416a4-1a1f-45ca-87b6-5296d830479c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:04:35,734 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:04:35,735 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a07dacc7-730e-479d-8497-f04e3de24868', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a07dacc7-730e-479d-8497-f04e3de24868', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:04:36,787 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:04:36,788 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8eca7d11-1bcd-4582-8da2-32b847cef5ae', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8eca7d11-1bcd-4582-8da2-32b847cef5ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:04:37,840 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:04:37,841 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-906015ee-d91e-4ea9-b73f-e6368edc1650', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-906015ee-d91e-4ea9-b73f-e6368edc1650', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:04:38,894 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:04:38,894 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-031d3adc-dc58-426f-9e16-d9de3f7fde7f', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-031d3adc-dc58-426f-9e16-d9de3f7fde7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:04:39,952 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.049s 2022-07-20 20:04:39,953 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac3b13ab-e1dc-4d83-bdb1-fe56575685aa', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac3b13ab-e1dc-4d83-bdb1-fe56575685aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:04:41,019 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.057s 2022-07-20 20:04:41,019 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7f8bb1a-be58-4847-aee6-415463f9133e', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7f8bb1a-be58-4847-aee6-415463f9133e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:04:42,072 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:04:42,072 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d5b223f-c805-49a7-8737-c88b8e93dce1', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d5b223f-c805-49a7-8737-c88b8e93dce1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:04:43,131 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.049s 2022-07-20 20:04:43,132 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4692aea1-5b4c-4409-b7ce-b17f3269f6df', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4692aea1-5b4c-4409-b7ce-b17f3269f6df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:04:44,184 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:04:44,185 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0cc6789-a99b-44af-860b-f3a12ab51e20', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0cc6789-a99b-44af-860b-f3a12ab51e20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:04:45,239 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.046s 2022-07-20 20:04:45,239 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46f86194-bdeb-41e0-996d-056c6f30af7c', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46f86194-bdeb-41e0-996d-056c6f30af7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:04:46,300 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.052s 2022-07-20 20:04:46,301 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd6ab146-236a-4d4c-b37f-14e4b0b469f0', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd6ab146-236a-4d4c-b37f-14e4b0b469f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:04:47,359 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.049s 2022-07-20 20:04:47,359 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f412f886-5519-4c3c-a011-cad73ef8afbf', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f412f886-5519-4c3c-a011-cad73ef8afbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:04:48,415 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.046s 2022-07-20 20:04:48,416 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f3ee042e-f767-4854-96aa-88504e9c62dd', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3ee042e-f767-4854-96aa-88504e9c62dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:04:49,476 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.052s 2022-07-20 20:04:49,477 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af4c8bb6-a4bc-4086-be4a-831d305ac13e', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af4c8bb6-a4bc-4086-be4a-831d305ac13e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:04:50,542 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.057s 2022-07-20 20:04:50,543 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6501f807-9932-4a1c-8e98-01468b6bab1e', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6501f807-9932-4a1c-8e98-01468b6bab1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:04:51,614 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.063s 2022-07-20 20:04:51,614 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6c3a514-feb3-46c3-b504-0479f352ec66', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6c3a514-feb3-46c3-b504-0479f352ec66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:04:52,673 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.050s 2022-07-20 20:04:52,674 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6643d0fa-cb86-4e7b-bbae-89efb98a68aa', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6643d0fa-cb86-4e7b-bbae-89efb98a68aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:04:53,727 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:04:53,728 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99eb5ab5-f2a8-4307-a8fe-2ebf60dbe888', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99eb5ab5-f2a8-4307-a8fe-2ebf60dbe888', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:04:54,780 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.044s 2022-07-20 20:04:54,780 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1080eff3-47b8-417e-a9b2-5c62fe6b5a8a', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1080eff3-47b8-417e-a9b2-5c62fe6b5a8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:04:55,835 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:04:55,835 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41f0e31e-9c19-43ac-b3e3-11e36b222192', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41f0e31e-9c19-43ac-b3e3-11e36b222192', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:04:56,893 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.049s 2022-07-20 20:04:56,893 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-193ba00a-7077-4a41-89a9-fd4cf67a1eb6', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-193ba00a-7077-4a41-89a9-fd4cf67a1eb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:04:57,949 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.047s 2022-07-20 20:04:57,949 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ea53f24-f66e-461e-9448-fe9131b1cfb2', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ea53f24-f66e-461e-9448-fe9131b1cfb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:04:59,006 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.049s 2022-07-20 20:04:59,007 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:04:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9dc01a3f-426d-4019-852b-56632373b167', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9dc01a3f-426d-4019-852b-56632373b167', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:05:00,060 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.045s 2022-07-20 20:05:00,060 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:05:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dcc96989-4ffb-4f01-86c3-2b7ea38e795a', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dcc96989-4ffb-4f01-86c3-2b7ea38e795a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:05:01,117 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.049s 2022-07-20 20:05:01,118 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:05:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8be7202c-7ff6-4bf4-adaf-2a3fc13ec0ca', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8be7202c-7ff6-4bf4-adaf-2a3fc13ec0ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:05:02,177 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.051s 2022-07-20 20:05:02,178 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:05:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4dbf7f03-350f-431a-bb63-8a705f1252f4', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4dbf7f03-350f-431a-bb63-8a705f1252f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:05:03,238 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b 0.053s 2022-07-20 20:05:03,239 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:05:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c39df56-8d85-4ba5-9e44-fddaba7b2206', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c39df56-8d85-4ba5-9e44-fddaba7b2206', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b'} Body: b'{"volume": {"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:59.000000", "updated_at": "2022-07-20T19:31:56.000000", "name": "tempest-AttachVolumeTestJSON-volume-885832470", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/d0ab510f529d4442bd0e379056c4c3e5/volumes/6649e176-aa9f-4321-a737-fbc7fefd194b"}], "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "attachment_id": "77fb89d3-cb9c-4d08-9c1d-4fc518ba1127", "volume_id": "6649e176-aa9f-4321-a737-fbc7fefd194b", "server_id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:10.000000"}], "os-vol-tenant-attr:tenant_id": "d0ab510f529d4442bd0e379056c4c3e5"}}' 2022-07-20 20:05:03,383 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 0.137s 2022-07-20 20:05:03,383 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:05:03 GMT', 'server': 'Apache/2.4.41 (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-1d7cf1df-af09-4f32-8c31-bec143921345', 'x-compute-request-id': 'req-1d7cf1df-af09-4f32-8c31-bec143921345', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'' 2022-07-20 20:05:03,598 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 0.214s 2022-07-20 20:05:03,598 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:05:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1720', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-03188958-160e-4e51-ab0e-7d5be097afb7', 'x-compute-request-id': 'req-03188958-160e-4e51-ab0e-7d5be097afb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "name": "tempest-AttachVolumeTestJSON-server-1204065622", "status": "ACTIVE", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "metadata": {}, "hostId": "231e647819357b06f2ce2d3a858385382f350af0ba5936482c4640ea", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:24:05Z", "updated": "2022-07-20T20:05:03Z", "addresses": {"tempest-AttachVolumeTestJSON-1282384007-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}, {"version": 4, "addr": "172.27.1.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1960440461", "OS-SRV-USG:launched_at": "2022-07-20T19:24:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1666584165"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b"}]}}' 2022-07-20 20:05:05,020 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 0.411s 2022-07-20 20:05:05,020 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:05:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1720', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b32850d-5f6e-4adf-8a20-fa33a65991f9', 'x-compute-request-id': 'req-3b32850d-5f6e-4adf-8a20-fa33a65991f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "name": "tempest-AttachVolumeTestJSON-server-1204065622", "status": "ACTIVE", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "metadata": {}, "hostId": "231e647819357b06f2ce2d3a858385382f350af0ba5936482c4640ea", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:24:05Z", "updated": "2022-07-20T20:05:03Z", "addresses": {"tempest-AttachVolumeTestJSON-1282384007-network": [{"version": 4, "addr": "172.20.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}, {"version": 4, "addr": "172.27.1.39", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2c:56:95"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1960440461", "OS-SRV-USG:launched_at": "2022-07-20T19:24:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1666584165"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b"}]}}' 2022-07-20 20:05:06,456 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 0.427s 2022-07-20 20:05:06,457 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:05:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1463', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-16a6c758-7911-404b-8ba5-8705eaa9d850', 'x-compute-request-id': 'req-16a6c758-7911-404b-8ba5-8705eaa9d850', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"server": {"id": "c33037ed-7b36-43aa-85ad-e48920801b0a", "name": "tempest-AttachVolumeTestJSON-server-1204065622", "status": "DELETED", "tenant_id": "d0ab510f529d4442bd0e379056c4c3e5", "user_id": "4d08da0ef69e4cf2abc6c18bbbc51a2f", "metadata": {}, "hostId": "231e647819357b06f2ce2d3a858385382f350af0ba5936482c4640ea", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:24:05Z", "updated": "2022-07-20T20:05:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/c33037ed-7b36-43aa-85ad-e48920801b0a"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2022-07-20T19:49:11Z", "message": "ClientException"}, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1960440461", "OS-SRV-USG:launched_at": "2022-07-20T19:24:40.000000", "OS-SRV-USG:terminated_at": "2022-07-20T20:05:06.000000", "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "deleted", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "6649e176-aa9f-4321-a737-fbc7fefd194b"}]}}' 2022-07-20 20:05:06,469 118441 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 3 second wait 2022-07-20 20:05:07,513 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a 0.043s 2022-07-20 20:05:07,514 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:05:07 GMT', 'server': 'Apache/2.4.41 (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-d42219ed-df69-46e8-b3a5-e1ff53d7d737', 'x-compute-request-id': 'req-d42219ed-df69-46e8-b3a5-e1ff53d7d737', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/c33037ed-7b36-43aa-85ad-e48920801b0a'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance c33037ed-7b36-43aa-85ad-e48920801b0a could not be found."}}' 2022-07-20 20:05:07,542 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.222.0.69/compute/v2.1/os-keypairs/tempest-keypair-1960440461 0.027s 2022-07-20 20:05:07,542 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:05:07 GMT', 'server': 'Apache/2.4.41 (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-8695607e-9cd5-4fa1-822c-bff2ce08d62d', 'x-compute-request-id': 'req-8695607e-9cd5-4fa1-822c-bff2ce08d62d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.69/compute/v2.1/os-keypairs/tempest-keypair-1960440461'} Body: b'' 2022-07-20 20:05:07,695 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.69:9696/v2.0/security-groups/3e34fa3d-b2d8-4c63-b40b-ff09d457fbbd 0.152s 2022-07-20 20:05:07,696 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-534f83d4-73da-4047-a8e8-0d38b223148e', 'content-length': '0', 'date': 'Wed, 20 Jul 2022 20:05:07 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.69:9696/v2.0/security-groups/3e34fa3d-b2d8-4c63-b40b-ff09d457fbbd'} Body: b'' 2022-07-20 20:05:07,720 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.222.0.69:9696/v2.0/security-groups/3e34fa3d-b2d8-4c63-b40b-ff09d457fbbd 0.023s 2022-07-20 20:05:07,720 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-11dd1749-c8ff-400a-a42c-c80bd290441a', 'date': 'Wed, 20 Jul 2022 20:05:07 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.69:9696/v2.0/security-groups/3e34fa3d-b2d8-4c63-b40b-ff09d457fbbd'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 3e34fa3d-b2d8-4c63-b40b-ff09d457fbbd does not exist", "detail": ""}}' 2022-07-20 20:05:08,217 118441 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.222.0.69:9696/v2.0/floatingips/b1e8ced3-7c62-4f56-b1e5-8c20352d3577 0.497s 2022-07-20 20:05:08,218 118441 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-6a0b836e-3afe-4647-ad01-aff6902a7323', 'content-length': '0', 'date': 'Wed, 20 Jul 2022 20:05:08 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.69:9696/v2.0/floatingips/b1e8ced3-7c62-4f56-b1e5-8c20352d3577'} Body: b'' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/waiters.py", line 385, in wait_for_volume_attachment_remove_from_server raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: Volume 6649e176-aa9f-4321-a737-fbc7fefd194b failed to detach from server c33037ed-7b36-43aa-85ad-e48920801b0a within the required time (360 s) from the compute API perspective }}} traceback-2: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/waiters.py", line 317, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: volume 6649e176-aa9f-4321-a737-fbc7fefd194b failed to reach available status (current detaching) within the required time (360 s). }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 115, in test_attach_detach_volume waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 317, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: volume 6649e176-aa9f-4321-a737-fbc7fefd194b failed to reach available status (current detaching) within the required time (360 s). |
||||||
test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513] |
pass
pt5.2: tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513] |
||||||
tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON | 6 | 4 | 1 | 0 | 1 | Detail | |
test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c] |
skip
pt6.1: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup[id-bbcfa285-af7f-479e-8c1a-8c34fc16543c] |
||||||
test_snapshot_create_delete_with_volume_in_use[compute,id-8567b54c-4455-446d-a1cf-651ddeaa3ff2] |
pass
pt6.2: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use[compute,id-8567b54c-4455-446d-a1cf-651ddeaa3ff2] |
||||||
test_snapshot_create_get_list_update_delete[id-2a8abbe4-d871-46db-b049-c41f5af8216e] |
pass
pt6.3: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete[id-2a8abbe4-d871-46db-b049-c41f5af8216e] |
||||||
test_snapshot_create_offline_delete_online[compute,id-5210a1de-85a0-11e6-bb21-641c676a5d61] |
fail
ft6.4: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online[compute,id-5210a1de-85a0-11e6-bb21-641c676a5d61]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-20 19:29:00,816 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 202 POST http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots 0.133s 2022-07-20 19:29:00,817 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"snapshot": {"volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1752323873"}} Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7102c54a-a48b-483a-b2f0-f8d9c7ce326f', 'content-length': '310', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7102c54a-a48b-483a-b2f0-f8d9c7ce326f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots'} Body: b'{"snapshot": {"id": "9ccffe27-8454-4df4-94b1-d84bd5600c09", "created_at": "2022-07-20T19:29:00.756789", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1752323873", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}}}' 2022-07-20 19:29:00,853 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/9ccffe27-8454-4df4-94b1-d84bd5600c09 0.033s 2022-07-20 19:29:00,853 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-366940f3-949c-4106-8ad7-b97e8e39b4d9', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-366940f3-949c-4106-8ad7-b97e8e39b4d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/9ccffe27-8454-4df4-94b1-d84bd5600c09'} Body: b'{"snapshot": {"id": "9ccffe27-8454-4df4-94b1-d84bd5600c09", "created_at": "2022-07-20T19:29:01.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1752323873", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:29:01,879 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/9ccffe27-8454-4df4-94b1-d84bd5600c09 0.022s 2022-07-20 19:29:01,879 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-294407f3-a17e-4435-aef6-1a734f58b22f', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-294407f3-a17e-4435-aef6-1a734f58b22f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/9ccffe27-8454-4df4-94b1-d84bd5600c09'} Body: b'{"snapshot": {"id": "9ccffe27-8454-4df4-94b1-d84bd5600c09", "created_at": "2022-07-20T19:29:01.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1752323873", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:29:02,907 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/9ccffe27-8454-4df4-94b1-d84bd5600c09 0.024s 2022-07-20 19:29:02,908 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec2e830d-3473-4fff-b1de-0ca109852718', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec2e830d-3473-4fff-b1de-0ca109852718', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/9ccffe27-8454-4df4-94b1-d84bd5600c09'} Body: b'{"snapshot": {"id": "9ccffe27-8454-4df4-94b1-d84bd5600c09", "created_at": "2022-07-20T19:29:01.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1752323873", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:29:03,935 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/9ccffe27-8454-4df4-94b1-d84bd5600c09 0.024s 2022-07-20 19:29:03,936 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9183c751-8b96-49be-84a4-716b93bed7a1', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9183c751-8b96-49be-84a4-716b93bed7a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/9ccffe27-8454-4df4-94b1-d84bd5600c09'} Body: b'{"snapshot": {"id": "9ccffe27-8454-4df4-94b1-d84bd5600c09", "created_at": "2022-07-20T19:29:01.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1752323873", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:29:04,962 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/9ccffe27-8454-4df4-94b1-d84bd5600c09 0.022s 2022-07-20 19:29:04,962 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed679fb3-bd71-4e5a-91c3-3348b737837f', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed679fb3-bd71-4e5a-91c3-3348b737837f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/9ccffe27-8454-4df4-94b1-d84bd5600c09'} Body: b'{"snapshot": {"id": "9ccffe27-8454-4df4-94b1-d84bd5600c09", "created_at": "2022-07-20T19:29:01.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1752323873", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:29:05,989 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/9ccffe27-8454-4df4-94b1-d84bd5600c09 0.023s 2022-07-20 19:29:05,990 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-044939ac-4c0c-4c3d-86fe-b0eed26152ec', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-044939ac-4c0c-4c3d-86fe-b0eed26152ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/9ccffe27-8454-4df4-94b1-d84bd5600c09'} Body: b'{"snapshot": {"id": "9ccffe27-8454-4df4-94b1-d84bd5600c09", "created_at": "2022-07-20T19:29:01.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1752323873", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:29:07,017 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/9ccffe27-8454-4df4-94b1-d84bd5600c09 0.022s 2022-07-20 19:29:07,017 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a7564ed-14c5-4e2e-a844-a7740060235e', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a7564ed-14c5-4e2e-a844-a7740060235e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/9ccffe27-8454-4df4-94b1-d84bd5600c09'} Body: b'{"snapshot": {"id": "9ccffe27-8454-4df4-94b1-d84bd5600c09", "created_at": "2022-07-20T19:29:01.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1752323873", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:29:08,044 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/9ccffe27-8454-4df4-94b1-d84bd5600c09 0.023s 2022-07-20 19:29:08,045 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-623c93b7-9fdb-42ee-a66a-9076aae7df8f', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-623c93b7-9fdb-42ee-a66a-9076aae7df8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/9ccffe27-8454-4df4-94b1-d84bd5600c09'} Body: b'{"snapshot": {"id": "9ccffe27-8454-4df4-94b1-d84bd5600c09", "created_at": "2022-07-20T19:29:01.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1752323873", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:29:09,071 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/9ccffe27-8454-4df4-94b1-d84bd5600c09 0.023s 2022-07-20 19:29:09,072 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea4c9000-6859-4551-a804-b6a6b4e7c6ce', 'content-length': '442', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea4c9000-6859-4551-a804-b6a6b4e7c6ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/9ccffe27-8454-4df4-94b1-d84bd5600c09'} Body: b'{"snapshot": {"id": "9ccffe27-8454-4df4-94b1-d84bd5600c09", "created_at": "2022-07-20T19:29:01.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1752323873", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:29:10,100 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/9ccffe27-8454-4df4-94b1-d84bd5600c09 0.024s 2022-07-20 19:29:10,101 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88021487-1fbd-4742-9334-da5b749ee56a', 'content-length': '469', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88021487-1fbd-4742-9334-da5b749ee56a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/9ccffe27-8454-4df4-94b1-d84bd5600c09'} Body: b'{"snapshot": {"id": "9ccffe27-8454-4df4-94b1-d84bd5600c09", "created_at": "2022-07-20T19:29:01.000000", "updated_at": "2022-07-20T19:29:10.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-1752323873", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "100%"}}' 2022-07-20 19:29:10,103 118443 INFO [tempest.common.waiters] snapshot 9ccffe27-8454-4df4-94b1-d84bd5600c09 reached available after waiting for 10.103862 seconds 2022-07-20 19:29:10,190 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 201 POST http://10.222.0.69/identity/v3/auth/tokens 0.080s 2022-07-20 19:29:10,190 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3250', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-602f8524-7669-4175-96b3-29fcea2a739a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.69/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "78ae826a812b44328c48b82e9498ad8b", "name": "tempest-VolumesSnapshotTestJSON-1199788649-project", "password_expires_at": null}, "audit_ids": ["fiuSNu3TQzmWeBj0e7kavg"], "expires_at": "2022-07-20T20:29:10.000000Z", "issued_at": "2022-07-20T19:29:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "name": "tempest-VolumesSnapshotTestJSON-1199788649"}, "is_domain": false, "roles": [{"id": "997417d78f914e27958b852313dcae0e", "name": "reader"}, {"id": "91f9d5c6716547c18da989bf327f6aca", "name": "member"}], "catalog": [{"endpoints": [{"id": "181c0ca6ec904c52b8b351f03fb780e4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63", "region": "RegionOne"}], "id": "3fbf60cbc94448cfad5481ee2a11ebda", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "71b5fdc86fe04c28a9c79a76f37c89af", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63", "region": "RegionOne"}], "id": "432440190a1d4613b9e8de425f523628", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "c7649afba0b64502990d9cf6f81ec35b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.69/compute/v2.1", "region": "RegionOne"}], "id": "5cfe7aa1008c4cac9a1301de1484a76d", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "68abffc301a34944a858b1e8a91dcc17", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.69/identity", "region": "RegionOne"}], "id": "6063f4da01dc408a95887ebde190cf89", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1cf38f75c841415d8220a2a62e5b8b3f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.69/image", "region": "RegionOne"}], "id": "73e6e3153cb9413895f2855934cebf35", "type": "image", "name": "glance"}, {"endpoints": [{"id": "87c22bc4e4e2402d9ad10640193ef825", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.69/placement", "region": "RegionOne"}], "id": "83576299d09e4da1abeca4dcaa4a189d", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "49645b8e3e1d4494ac65c2bb256e5246", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.69:9696/", "region": "RegionOne"}], "id": "8ab257c2ba3d4ae89f346631a207302b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "27990a0ca6a0472f92355c718739eaf1", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.69:8080/v1/AUTH_e0bb4af78c1d4589b1d3cc90d5e6be63", "region": "RegionOne"}, {"id": "54f61614484348819cba27996ef1971c", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.69:8080", "region": "RegionOne"}], "id": "c1d906f25dc0453d89b7b975a79137c9", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "a8199c45947e47e0a3dd50f1b2118190", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.69/compute/v2/e0bb4af78c1d4589b1d3cc90d5e6be63", "region": "RegionOne"}], "id": "e5774141a451493bb458c52931172eaf", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-07-20 19:29:10,191 118443 INFO [tempest.lib.common.fixed_network] (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online) Found network {'id': '3876f343-881d-4a45-a291-349275ccea28', 'name': 'tempest-VolumesSnapshotTestJSON-360297816-network', 'tenant_id': 'e0bb4af78c1d4589b1d3cc90d5e6be63', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e0bb4af78c1d4589b1d3cc90d5e6be63', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 884, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-07-20T19:26:38Z', 'updated_at': '2022-07-20T19:26:38Z', 'revision_number': 1} available for tenant 2022-07-20 19:29:10,764 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 202 POST http://10.222.0.69/compute/v2.1/servers 0.572s 2022-07-20 19:29:10,765 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-VolumesSnapshotTestJSON-instance-450237632", "imageRef": "59575804-e013-4dec-af24-b6c2dbbce73a", "flavorRef": "452", "networks": [{"uuid": "3876f343-881d-4a45-a291-349275ccea28"}]}} Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '380', 'location': 'http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0710637a-907d-4a10-b498-37d43595cc2d', 'x-compute-request-id': 'req-0710637a-907d-4a10-b498-37d43595cc2d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.69/compute/v2.1/servers'} Body: b'{"server": {"id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "o9td7yY2gGRb"}}' 2022-07-20 19:29:10,846 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a 0.079s 2022-07-20 19:29:10,846 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1218', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-671e0674-a8f1-4d52-b76a-cc79a45bf74d', 'x-compute-request-id': 'req-671e0674-a8f1-4d52-b76a-cc79a45bf74d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a'} Body: b'{"server": {"id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "name": "tempest-VolumesSnapshotTestJSON-instance-450237632", "status": "BUILD", "tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "user_id": "78ae826a812b44328c48b82e9498ad8b", "metadata": {}, "hostId": "", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:11Z", "updated": "2022-07-20T19:29:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:29:11,947 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a 0.091s 2022-07-20 19:29:11,947 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1270', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e4c59319-1a0a-4589-8943-e66f8b0345ab', 'x-compute-request-id': 'req-e4c59319-1a0a-4589-8943-e66f8b0345ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a'} Body: b'{"server": {"id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "name": "tempest-VolumesSnapshotTestJSON-instance-450237632", "status": "BUILD", "tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "user_id": "78ae826a812b44328c48b82e9498ad8b", "metadata": {}, "hostId": "940666a3acfcc2403491b41cb6d0b89616960a987bf329fb4710c102", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:10Z", "updated": "2022-07-20T19:29:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:29:11,954 118443 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2022-07-20 19:29:13,260 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a 0.304s 2022-07-20 19:29:13,260 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4f683dc-ef15-402a-9ffb-763a57bed2a5', 'x-compute-request-id': 'req-d4f683dc-ef15-402a-9ffb-763a57bed2a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a'} Body: b'{"server": {"id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "name": "tempest-VolumesSnapshotTestJSON-instance-450237632", "status": "BUILD", "tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "user_id": "78ae826a812b44328c48b82e9498ad8b", "metadata": {}, "hostId": "940666a3acfcc2403491b41cb6d0b89616960a987bf329fb4710c102", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:10Z", "updated": "2022-07-20T19:29:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:29:13,268 118443 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2022-07-20 19:29:14,453 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a 0.184s 2022-07-20 19:29:14,454 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5574fe96-de55-4f01-b884-70e223ad4285', 'x-compute-request-id': 'req-5574fe96-de55-4f01-b884-70e223ad4285', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a'} Body: b'{"server": {"id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "name": "tempest-VolumesSnapshotTestJSON-instance-450237632", "status": "BUILD", "tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "user_id": "78ae826a812b44328c48b82e9498ad8b", "metadata": {}, "hostId": "940666a3acfcc2403491b41cb6d0b89616960a987bf329fb4710c102", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:10Z", "updated": "2022-07-20T19:29:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:29:15,638 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a 0.177s 2022-07-20 19:29:15,639 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-61e4daf8-36fa-44c4-a4ad-d73e0bf4137f', 'x-compute-request-id': 'req-61e4daf8-36fa-44c4-a4ad-d73e0bf4137f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a'} Body: b'{"server": {"id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "name": "tempest-VolumesSnapshotTestJSON-instance-450237632", "status": "BUILD", "tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "user_id": "78ae826a812b44328c48b82e9498ad8b", "metadata": {}, "hostId": "940666a3acfcc2403491b41cb6d0b89616960a987bf329fb4710c102", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:10Z", "updated": "2022-07-20T19:29:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:29:16,917 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a 0.270s 2022-07-20 19:29:16,917 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc33bc01-556d-4337-aa6f-8cdc7cfdeb50', 'x-compute-request-id': 'req-cc33bc01-556d-4337-aa6f-8cdc7cfdeb50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a'} Body: b'{"server": {"id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "name": "tempest-VolumesSnapshotTestJSON-instance-450237632", "status": "BUILD", "tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "user_id": "78ae826a812b44328c48b82e9498ad8b", "metadata": {}, "hostId": "940666a3acfcc2403491b41cb6d0b89616960a987bf329fb4710c102", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:10Z", "updated": "2022-07-20T19:29:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:29:18,085 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a 0.158s 2022-07-20 19:29:18,085 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-688e8598-0f52-410d-ae5f-556969a7f611', 'x-compute-request-id': 'req-688e8598-0f52-410d-ae5f-556969a7f611', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a'} Body: b'{"server": {"id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "name": "tempest-VolumesSnapshotTestJSON-instance-450237632", "status": "BUILD", "tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "user_id": "78ae826a812b44328c48b82e9498ad8b", "metadata": {}, "hostId": "940666a3acfcc2403491b41cb6d0b89616960a987bf329fb4710c102", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:10Z", "updated": "2022-07-20T19:29:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:29:19,249 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a 0.155s 2022-07-20 19:29:19,249 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e339b10e-c0ee-4f64-b515-92fc3cdc89f9', 'x-compute-request-id': 'req-e339b10e-c0ee-4f64-b515-92fc3cdc89f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a'} Body: b'{"server": {"id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "name": "tempest-VolumesSnapshotTestJSON-instance-450237632", "status": "BUILD", "tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "user_id": "78ae826a812b44328c48b82e9498ad8b", "metadata": {}, "hostId": "940666a3acfcc2403491b41cb6d0b89616960a987bf329fb4710c102", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:10Z", "updated": "2022-07-20T19:29:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:29:20,417 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a 0.159s 2022-07-20 19:29:20,417 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82feae1c-f9a9-41ba-9d59-bfb0f02bdb5d', 'x-compute-request-id': 'req-82feae1c-f9a9-41ba-9d59-bfb0f02bdb5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a'} Body: b'{"server": {"id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "name": "tempest-VolumesSnapshotTestJSON-instance-450237632", "status": "BUILD", "tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "user_id": "78ae826a812b44328c48b82e9498ad8b", "metadata": {}, "hostId": "940666a3acfcc2403491b41cb6d0b89616960a987bf329fb4710c102", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:10Z", "updated": "2022-07-20T19:29:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:29:21,582 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a 0.157s 2022-07-20 19:29:21,583 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b1a1ec6f-0a5d-4f07-b9ec-d339adc00672', 'x-compute-request-id': 'req-b1a1ec6f-0a5d-4f07-b9ec-d339adc00672', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a'} Body: b'{"server": {"id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "name": "tempest-VolumesSnapshotTestJSON-instance-450237632", "status": "BUILD", "tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "user_id": "78ae826a812b44328c48b82e9498ad8b", "metadata": {}, "hostId": "940666a3acfcc2403491b41cb6d0b89616960a987bf329fb4710c102", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:10Z", "updated": "2022-07-20T19:29:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:29:22,747 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a 0.155s 2022-07-20 19:29:22,747 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d6c3470-cf4d-4194-94ab-99a39a13c09a', 'x-compute-request-id': 'req-1d6c3470-cf4d-4194-94ab-99a39a13c09a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a'} Body: b'{"server": {"id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "name": "tempest-VolumesSnapshotTestJSON-instance-450237632", "status": "BUILD", "tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "user_id": "78ae826a812b44328c48b82e9498ad8b", "metadata": {}, "hostId": "940666a3acfcc2403491b41cb6d0b89616960a987bf329fb4710c102", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:10Z", "updated": "2022-07-20T19:29:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:29:24,133 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a 0.377s 2022-07-20 19:29:24,133 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60dbd79e-08d4-4c85-855c-c1dd96824e2d', 'x-compute-request-id': 'req-60dbd79e-08d4-4c85-855c-c1dd96824e2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a'} Body: b'{"server": {"id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "name": "tempest-VolumesSnapshotTestJSON-instance-450237632", "status": "BUILD", "tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "user_id": "78ae826a812b44328c48b82e9498ad8b", "metadata": {}, "hostId": "940666a3acfcc2403491b41cb6d0b89616960a987bf329fb4710c102", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:10Z", "updated": "2022-07-20T19:29:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:29:25,301 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a 0.160s 2022-07-20 19:29:25,302 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f6d950aa-79d3-4e97-ae0b-66895ff38b6e', 'x-compute-request-id': 'req-f6d950aa-79d3-4e97-ae0b-66895ff38b6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a'} Body: b'{"server": {"id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "name": "tempest-VolumesSnapshotTestJSON-instance-450237632", "status": "BUILD", "tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "user_id": "78ae826a812b44328c48b82e9498ad8b", "metadata": {}, "hostId": "940666a3acfcc2403491b41cb6d0b89616960a987bf329fb4710c102", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:10Z", "updated": "2022-07-20T19:29:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:29:26,480 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a 0.169s 2022-07-20 19:29:26,481 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6e1e9339-a551-4fb0-abee-0dd6f3ee7647', 'x-compute-request-id': 'req-6e1e9339-a551-4fb0-abee-0dd6f3ee7647', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a'} Body: b'{"server": {"id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "name": "tempest-VolumesSnapshotTestJSON-instance-450237632", "status": "BUILD", "tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "user_id": "78ae826a812b44328c48b82e9498ad8b", "metadata": {}, "hostId": "940666a3acfcc2403491b41cb6d0b89616960a987bf329fb4710c102", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:10Z", "updated": "2022-07-20T19:29:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:29:27,648 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a 0.157s 2022-07-20 19:29:27,648 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d37087b-bba2-46f0-8e9f-9f5b31f408d7', 'x-compute-request-id': 'req-4d37087b-bba2-46f0-8e9f-9f5b31f408d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a'} Body: b'{"server": {"id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "name": "tempest-VolumesSnapshotTestJSON-instance-450237632", "status": "BUILD", "tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "user_id": "78ae826a812b44328c48b82e9498ad8b", "metadata": {}, "hostId": "940666a3acfcc2403491b41cb6d0b89616960a987bf329fb4710c102", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:10Z", "updated": "2022-07-20T19:29:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:29:28,816 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a 0.159s 2022-07-20 19:29:28,817 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-547bfd42-075b-43de-83bc-93e36a5411b6', 'x-compute-request-id': 'req-547bfd42-075b-43de-83bc-93e36a5411b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a'} Body: b'{"server": {"id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "name": "tempest-VolumesSnapshotTestJSON-instance-450237632", "status": "BUILD", "tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "user_id": "78ae826a812b44328c48b82e9498ad8b", "metadata": {}, "hostId": "940666a3acfcc2403491b41cb6d0b89616960a987bf329fb4710c102", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:10Z", "updated": "2022-07-20T19:29:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:29:29,980 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a 0.153s 2022-07-20 19:29:29,981 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff1e35b4-5b46-4103-a905-f7502d238d04', 'x-compute-request-id': 'req-ff1e35b4-5b46-4103-a905-f7502d238d04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a'} Body: b'{"server": {"id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "name": "tempest-VolumesSnapshotTestJSON-instance-450237632", "status": "BUILD", "tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "user_id": "78ae826a812b44328c48b82e9498ad8b", "metadata": {}, "hostId": "940666a3acfcc2403491b41cb6d0b89616960a987bf329fb4710c102", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:10Z", "updated": "2022-07-20T19:29:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:29:31,147 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a 0.158s 2022-07-20 19:29:31,148 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6574488-5753-4557-b3e0-fb0793e4b986', 'x-compute-request-id': 'req-a6574488-5753-4557-b3e0-fb0793e4b986', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a'} Body: b'{"server": {"id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "name": "tempest-VolumesSnapshotTestJSON-instance-450237632", "status": "BUILD", "tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "user_id": "78ae826a812b44328c48b82e9498ad8b", "metadata": {}, "hostId": "940666a3acfcc2403491b41cb6d0b89616960a987bf329fb4710c102", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:10Z", "updated": "2022-07-20T19:29:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:29:32,317 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a 0.161s 2022-07-20 19:29:32,318 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1318', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3cdd77b4-5093-431a-805a-d57dd38ed79c', 'x-compute-request-id': 'req-3cdd77b4-5093-431a-805a-d57dd38ed79c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a'} Body: b'{"server": {"id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "name": "tempest-VolumesSnapshotTestJSON-instance-450237632", "status": "BUILD", "tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "user_id": "78ae826a812b44328c48b82e9498ad8b", "metadata": {}, "hostId": "940666a3acfcc2403491b41cb6d0b89616960a987bf329fb4710c102", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:10Z", "updated": "2022-07-20T19:29:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:29:33,483 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a 0.157s 2022-07-20 19:29:33,483 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1507', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe999e6e-a1fc-45a0-96e5-98506731f108', 'x-compute-request-id': 'req-fe999e6e-a1fc-45a0-96e5-98506731f108', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a'} Body: b'{"server": {"id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "name": "tempest-VolumesSnapshotTestJSON-instance-450237632", "status": "ACTIVE", "tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "user_id": "78ae826a812b44328c48b82e9498ad8b", "metadata": {}, "hostId": "940666a3acfcc2403491b41cb6d0b89616960a987bf329fb4710c102", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:10Z", "updated": "2022-07-20T19:29:33Z", "addresses": {"tempest-VolumesSnapshotTestJSON-360297816-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:1a:19"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-07-20T19:29:33.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2022-07-20 19:29:33,491 118443 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 23 second wait 2022-07-20 19:29:36,102 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 POST http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a/os-volume_attachments 2.610s 2022-07-20 19:29:36,102 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volumeAttachment": {"volumeId": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "device": "/dev/sdb"}} Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:33 GMT', 'server': 'Apache/2.4.41 (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-20efd09f-39e7-4314-9471-44ecc5c60f50', 'x-compute-request-id': 'req-20efd09f-39e7-4314-9471-44ecc5c60f50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a/os-volume_attachments'} Body: b'{"volumeAttachment": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "serverId": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "volumeId": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "device": "/dev/sdb"}}' 2022-07-20 19:29:36,154 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.049s 2022-07-20 19:29:36,154 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98f68264-ca73-413c-984f-228d232b0914', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98f68264-ca73-413c-984f-228d232b0914', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:29:36.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:29:37,211 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.047s 2022-07-20 19:29:37,211 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3434a4e6-b8f5-4a77-8ca4-bbf79a668d05', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3434a4e6-b8f5-4a77-8ca4-bbf79a668d05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "reserved", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:29:37.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:29:38,275 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.055s 2022-07-20 19:29:38,276 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-250664de-36bf-48de-92c7-31273da44ea5', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-250664de-36bf-48de-92c7-31273da44ea5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:29:37.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:29:39,331 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.046s 2022-07-20 19:29:39,331 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ce541e8-70ad-4b2f-98c7-37f3e3443343', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ce541e8-70ad-4b2f-98c7-37f3e3443343', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:29:37.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:29:40,384 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.045s 2022-07-20 19:29:40,385 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eef87b05-1019-4541-93a7-38d3b3365689', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eef87b05-1019-4541-93a7-38d3b3365689', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:29:37.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:29:41,441 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.048s 2022-07-20 19:29:41,442 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47b64b31-df1d-4da4-8880-059013e5ff7a', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47b64b31-df1d-4da4-8880-059013e5ff7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:29:37.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:29:42,495 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.046s 2022-07-20 19:29:42,495 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65afa3b8-7477-4d62-933c-558fea4375eb', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65afa3b8-7477-4d62-933c-558fea4375eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:29:37.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:29:43,549 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.046s 2022-07-20 19:29:43,550 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6eb2912f-ad71-4505-88c2-3ce6dccdd5c1', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6eb2912f-ad71-4505-88c2-3ce6dccdd5c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:29:37.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:29:44,603 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.045s 2022-07-20 19:29:44,603 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63232a54-c116-4efe-b543-a97258536774', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63232a54-c116-4efe-b543-a97258536774', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "attaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:29:37.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:29:45,690 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.079s 2022-07-20 19:29:45,691 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95a62634-2f1b-4cf5-b525-c57a66cea3cb', 'content-length': '1207', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95a62634-2f1b-4cf5-b525-c57a66cea3cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:29:45.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:29:45,698 118443 INFO [tempest.common.waiters] volume 314fa7fd-d882-4be3-a319-c7a44c9d8bba reached in-use after waiting for 9.698547 seconds 2022-07-20 19:29:46,026 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 202 POST http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots 0.328s 2022-07-20 19:29:46,027 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"snapshot": {"volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "force": true, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-582696361"}} Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79aac2ab-1141-49ca-b92b-5bb783f37780', 'content-length': '309', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79aac2ab-1141-49ca-b92b-5bb783f37780', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots'} Body: b'{"snapshot": {"id": "dfe6a9fb-9d14-4a79-b570-db6c8c805cb5", "created_at": "2022-07-20T19:29:45.864112", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-582696361", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}}}' 2022-07-20 19:29:46,073 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/dfe6a9fb-9d14-4a79-b570-db6c8c805cb5 0.043s 2022-07-20 19:29:46,073 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9f3576c-107e-4649-9e9c-1460a8b301cf', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9f3576c-107e-4649-9e9c-1460a8b301cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/dfe6a9fb-9d14-4a79-b570-db6c8c805cb5'} Body: b'{"snapshot": {"id": "dfe6a9fb-9d14-4a79-b570-db6c8c805cb5", "created_at": "2022-07-20T19:29:46.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-582696361", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:29:47,106 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/dfe6a9fb-9d14-4a79-b570-db6c8c805cb5 0.028s 2022-07-20 19:29:47,107 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-503069ae-3ee9-4d20-83f6-95c6f024d0d3', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-503069ae-3ee9-4d20-83f6-95c6f024d0d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/dfe6a9fb-9d14-4a79-b570-db6c8c805cb5'} Body: b'{"snapshot": {"id": "dfe6a9fb-9d14-4a79-b570-db6c8c805cb5", "created_at": "2022-07-20T19:29:46.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-582696361", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:29:48,137 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/dfe6a9fb-9d14-4a79-b570-db6c8c805cb5 0.026s 2022-07-20 19:29:48,137 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26ef151e-75fd-4ae9-8fa0-40d4993365a4', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26ef151e-75fd-4ae9-8fa0-40d4993365a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/dfe6a9fb-9d14-4a79-b570-db6c8c805cb5'} Body: b'{"snapshot": {"id": "dfe6a9fb-9d14-4a79-b570-db6c8c805cb5", "created_at": "2022-07-20T19:29:46.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-582696361", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:29:49,167 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/dfe6a9fb-9d14-4a79-b570-db6c8c805cb5 0.026s 2022-07-20 19:29:49,167 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fed89b7d-55bd-495c-8dc0-3fe3ecf3b2ec', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fed89b7d-55bd-495c-8dc0-3fe3ecf3b2ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/dfe6a9fb-9d14-4a79-b570-db6c8c805cb5'} Body: b'{"snapshot": {"id": "dfe6a9fb-9d14-4a79-b570-db6c8c805cb5", "created_at": "2022-07-20T19:29:46.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-582696361", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:29:50,197 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/dfe6a9fb-9d14-4a79-b570-db6c8c805cb5 0.025s 2022-07-20 19:29:50,198 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd896a17-cedd-4aff-8c29-8d31653c5e9b', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd896a17-cedd-4aff-8c29-8d31653c5e9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/dfe6a9fb-9d14-4a79-b570-db6c8c805cb5'} Body: b'{"snapshot": {"id": "dfe6a9fb-9d14-4a79-b570-db6c8c805cb5", "created_at": "2022-07-20T19:29:46.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-582696361", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:29:51,238 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/dfe6a9fb-9d14-4a79-b570-db6c8c805cb5 0.037s 2022-07-20 19:29:51,239 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de541f9f-866d-4f36-ab76-1a41f9e4688b', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de541f9f-866d-4f36-ab76-1a41f9e4688b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/dfe6a9fb-9d14-4a79-b570-db6c8c805cb5'} Body: b'{"snapshot": {"id": "dfe6a9fb-9d14-4a79-b570-db6c8c805cb5", "created_at": "2022-07-20T19:29:46.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-582696361", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:29:52,277 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/dfe6a9fb-9d14-4a79-b570-db6c8c805cb5 0.034s 2022-07-20 19:29:52,278 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f41fcbab-84f5-4412-bce4-2ab7c4f432f1', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f41fcbab-84f5-4412-bce4-2ab7c4f432f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/dfe6a9fb-9d14-4a79-b570-db6c8c805cb5'} Body: b'{"snapshot": {"id": "dfe6a9fb-9d14-4a79-b570-db6c8c805cb5", "created_at": "2022-07-20T19:29:46.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-582696361", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:29:53,311 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/dfe6a9fb-9d14-4a79-b570-db6c8c805cb5 0.029s 2022-07-20 19:29:53,311 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3762758b-3074-464d-bfd8-eb913bfe7b9e', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3762758b-3074-464d-bfd8-eb913bfe7b9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/dfe6a9fb-9d14-4a79-b570-db6c8c805cb5'} Body: b'{"snapshot": {"id": "dfe6a9fb-9d14-4a79-b570-db6c8c805cb5", "created_at": "2022-07-20T19:29:46.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-582696361", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:29:54,340 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/dfe6a9fb-9d14-4a79-b570-db6c8c805cb5 0.025s 2022-07-20 19:29:54,340 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8732ac59-c2fa-4d19-ad7e-d6070cdedcca', 'content-length': '468', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8732ac59-c2fa-4d19-ad7e-d6070cdedcca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/dfe6a9fb-9d14-4a79-b570-db6c8c805cb5'} Body: b'{"snapshot": {"id": "dfe6a9fb-9d14-4a79-b570-db6c8c805cb5", "created_at": "2022-07-20T19:29:46.000000", "updated_at": "2022-07-20T19:29:54.000000", "name": "tempest-VolumesSnapshotTestJSON-Snapshot-582696361", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "available", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "100%"}}' 2022-07-20 19:29:54,343 118443 INFO [tempest.common.waiters] snapshot dfe6a9fb-9d14-4a79-b570-db6c8c805cb5 reached available after waiting for 8.343512 seconds 2022-07-20 19:29:54,526 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 202 POST http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots 0.182s 2022-07-20 19:29:54,526 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"snapshot": {"volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "force": true, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513"}} Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7e21968-230b-4d18-b6d2-fe1f178b996a', 'content-length': '309', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7e21968-230b-4d18-b6d2-fe1f178b996a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.440956", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}}}' 2022-07-20 19:29:54,559 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.030s 2022-07-20 19:29:54,559 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa0137da-41c2-4abc-bfdf-1627e164328a', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa0137da-41c2-4abc-bfdf-1627e164328a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:29:55,591 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.026s 2022-07-20 19:29:55,591 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7873638a-c249-4849-b347-8238534e303e', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7873638a-c249-4849-b347-8238534e303e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:29:56,617 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.022s 2022-07-20 19:29:56,618 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a705e44f-45a2-4991-a083-ddf751e8e61e', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a705e44f-45a2-4991-a083-ddf751e8e61e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:29:57,647 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.025s 2022-07-20 19:29:57,647 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3880a275-76c7-4b95-8902-c6e9de038486', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3880a275-76c7-4b95-8902-c6e9de038486', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:29:58,673 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.023s 2022-07-20 19:29:58,673 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1264e18e-380c-4753-a6f7-b58a60ad2faf', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1264e18e-380c-4753-a6f7-b58a60ad2faf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:29:59,701 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.023s 2022-07-20 19:29:59,701 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73423a37-cf6c-4b97-bb68-ee3bd4cf74ca', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73423a37-cf6c-4b97-bb68-ee3bd4cf74ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:30:00,727 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.022s 2022-07-20 19:30:00,727 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dea1fd8a-8dde-476e-b779-45ab3f2b8430', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dea1fd8a-8dde-476e-b779-45ab3f2b8430', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:30:01,754 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.023s 2022-07-20 19:30:01,754 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95c79230-0dc4-4b8f-ae00-a38ca48cf6aa', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95c79230-0dc4-4b8f-ae00-a38ca48cf6aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:30:02,780 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.022s 2022-07-20 19:30:02,780 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43d4cd0d-7816-4518-9d4f-98a9fc376512', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43d4cd0d-7816-4518-9d4f-98a9fc376512', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:30:03,807 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.023s 2022-07-20 19:30:03,808 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2391610-d173-4703-9704-4c7cc046a968', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2391610-d173-4703-9704-4c7cc046a968', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:30:04,835 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.024s 2022-07-20 19:30:04,835 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6dc8f56-5031-44de-a254-525a8788d1a7', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6dc8f56-5031-44de-a254-525a8788d1a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:30:05,862 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.022s 2022-07-20 19:30:05,862 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c95e943-b821-4b75-9605-913109c6a8c3', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c95e943-b821-4b75-9605-913109c6a8c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:30:06,889 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.022s 2022-07-20 19:30:06,889 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc2a6d99-f20e-4c17-802c-7b977ad9efb0', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc2a6d99-f20e-4c17-802c-7b977ad9efb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:30:07,916 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.022s 2022-07-20 19:30:07,916 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edc96f37-9583-4afe-903c-e2a4a4bb1aea', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edc96f37-9583-4afe-903c-e2a4a4bb1aea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:30:08,942 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.022s 2022-07-20 19:30:08,943 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-478800f3-3c57-4983-b72d-37ac8f896352', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-478800f3-3c57-4983-b72d-37ac8f896352', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:30:09,969 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.022s 2022-07-20 19:30:09,970 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eeb48af2-e2ce-43ad-9667-dda1981a798e', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eeb48af2-e2ce-43ad-9667-dda1981a798e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:30:10,997 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.024s 2022-07-20 19:30:10,998 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac804641-11af-49dd-8de5-ecf7d4278778', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac804641-11af-49dd-8de5-ecf7d4278778', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:30:12,024 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.023s 2022-07-20 19:30:12,025 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e57dc35-ad1f-4e76-a6b8-348c1b7e36c7', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e57dc35-ad1f-4e76-a6b8-348c1b7e36c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:30:13,051 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.023s 2022-07-20 19:30:13,052 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f83e455c-a9a8-40b3-b169-4116d243a0ec', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f83e455c-a9a8-40b3-b169-4116d243a0ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:30:14,079 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.023s 2022-07-20 19:30:14,079 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fc36255-c81e-4de5-b154-b09dda892683', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fc36255-c81e-4de5-b154-b09dda892683', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:30:15,111 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.028s 2022-07-20 19:30:15,112 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59a119ff-1f3e-4cf3-b796-9b1169b4b0d1', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59a119ff-1f3e-4cf3-b796-9b1169b4b0d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:30:16,138 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.023s 2022-07-20 19:30:16,138 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-267f4638-1efb-47ef-ab5b-c6f23684e11e', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-267f4638-1efb-47ef-ab5b-c6f23684e11e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:30:17,166 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.023s 2022-07-20 19:30:17,166 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-383654ba-6965-4658-b084-58d276c1f14a', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-383654ba-6965-4658-b084-58d276c1f14a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:30:18,192 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.023s 2022-07-20 19:30:18,192 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5619a6cf-f2ef-4be9-bdee-b5edea8df07f', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5619a6cf-f2ef-4be9-bdee-b5edea8df07f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:30:19,220 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.024s 2022-07-20 19:30:19,221 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69900f02-4c3d-47ff-80a2-0d17f4cc5f57', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69900f02-4c3d-47ff-80a2-0d17f4cc5f57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:30:20,248 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.022s 2022-07-20 19:30:20,248 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfb24b77-a666-466f-a43d-b9e56359fe1c', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfb24b77-a666-466f-a43d-b9e56359fe1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:30:21,276 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.023s 2022-07-20 19:30:21,276 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdb6e5f9-0f9d-4637-9bfa-dfa805e7a528', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdb6e5f9-0f9d-4637-9bfa-dfa805e7a528', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:30:22,303 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.023s 2022-07-20 19:30:22,303 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-202f6392-7538-4533-9c52-53900c031139', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-202f6392-7538-4533-9c52-53900c031139', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:30:23,331 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.024s 2022-07-20 19:30:23,331 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc319fe7-736e-47b1-8ae6-db2210b6cda9', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc319fe7-736e-47b1-8ae6-db2210b6cda9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:30:24,358 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.022s 2022-07-20 19:30:24,359 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9389d14-e544-449e-9877-39ab6b0771a8', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9389d14-e544-449e-9877-39ab6b0771a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:30:25,384 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.022s 2022-07-20 19:30:25,385 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-156879f1-1273-489e-88c3-da8296892ed9', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-156879f1-1273-489e-88c3-da8296892ed9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:30:26,414 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.025s 2022-07-20 19:30:26,414 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7fa00b95-4bda-4640-bc11-f138f8d08345', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7fa00b95-4bda-4640-bc11-f138f8d08345', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:30:27,442 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.024s 2022-07-20 19:30:27,442 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a319c204-39e0-497c-a66a-d6de54c32ccb', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a319c204-39e0-497c-a66a-d6de54c32ccb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:30:28,470 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.024s 2022-07-20 19:30:28,470 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de7531be-428c-4336-a637-eb17d758ef5f', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de7531be-428c-4336-a637-eb17d758ef5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:30:29,496 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.022s 2022-07-20 19:30:29,496 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0ada5d3-d0c7-49ee-bf5d-a257c66f9d99', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0ada5d3-d0c7-49ee-bf5d-a257c66f9d99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:30:30,522 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.022s 2022-07-20 19:30:30,523 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6cb599a2-fd54-418c-867d-266978e41576', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6cb599a2-fd54-418c-867d-266978e41576', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:30:31,551 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.024s 2022-07-20 19:30:31,551 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3c54327-6ace-490b-b8ea-73fc3e770b47', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3c54327-6ace-490b-b8ea-73fc3e770b47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:30:32,579 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.025s 2022-07-20 19:30:32,580 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf1c1446-999a-4c3f-a3d5-1662667d9239', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf1c1446-999a-4c3f-a3d5-1662667d9239', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:30:33,607 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.024s 2022-07-20 19:30:33,607 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6b01f06-b38b-4205-bed6-894063875482', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6b01f06-b38b-4205-bed6-894063875482', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:30:34,635 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.023s 2022-07-20 19:30:34,635 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8935b9b-8ad1-4d71-99bf-f957d9eb116d', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8935b9b-8ad1-4d71-99bf-f957d9eb116d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:30:35,665 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.026s 2022-07-20 19:30:35,665 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbdb851d-4cc4-44e2-8421-d9e3e37be607', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbdb851d-4cc4-44e2-8421-d9e3e37be607', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:30:36,696 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.027s 2022-07-20 19:30:36,697 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d2b6bed-efee-4de3-8ace-e7a9a691d22a', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d2b6bed-efee-4de3-8ace-e7a9a691d22a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:30:37,726 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.025s 2022-07-20 19:30:37,726 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f938181-9e86-48ea-ab32-0796e956d076', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f938181-9e86-48ea-ab32-0796e956d076', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:30:38,752 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.023s 2022-07-20 19:30:38,753 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8ec5457-4c4d-468f-acee-04bf2ce84df8', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8ec5457-4c4d-468f-acee-04bf2ce84df8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:30:39,781 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.024s 2022-07-20 19:30:39,782 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fe1010f-79cd-45c5-bafd-8ff3f7077f46', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fe1010f-79cd-45c5-bafd-8ff3f7077f46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:30:40,808 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.023s 2022-07-20 19:30:40,809 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c3818cf-6589-4bee-a750-0591e0cfd227', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c3818cf-6589-4bee-a750-0591e0cfd227', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:30:41,835 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.022s 2022-07-20 19:30:41,835 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8de0b4fd-8964-4871-831e-90f1f96da3e3', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8de0b4fd-8964-4871-831e-90f1f96da3e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:30:42,862 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.022s 2022-07-20 19:30:42,862 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3025b3c-24ee-4ead-8732-c3405460538d', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3025b3c-24ee-4ead-8732-c3405460538d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:30:43,889 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.023s 2022-07-20 19:30:43,889 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ceb14b30-a878-4a3c-924f-8f48c68bd0a4', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ceb14b30-a878-4a3c-924f-8f48c68bd0a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:30:44,917 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.023s 2022-07-20 19:30:44,917 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6501e01f-3fc8-4364-aafd-b6c47917fed6', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6501e01f-3fc8-4364-aafd-b6c47917fed6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:30:45,944 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.024s 2022-07-20 19:30:45,944 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68a03a1e-4189-457e-a1b9-85766d6f37f7', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68a03a1e-4189-457e-a1b9-85766d6f37f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:30:46,972 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.024s 2022-07-20 19:30:46,973 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4f9bdeb-cac3-4dd2-816f-2f0cae847513', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4f9bdeb-cac3-4dd2-816f-2f0cae847513', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:30:47,999 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.023s 2022-07-20 19:30:48,000 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60ede745-8597-488d-ab18-01dbbc817154', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60ede745-8597-488d-ab18-01dbbc817154', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:30:49,027 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.023s 2022-07-20 19:30:49,027 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67f509d7-bde8-4c06-ad47-1447fb2bea5d', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67f509d7-bde8-4c06-ad47-1447fb2bea5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:30:50,053 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.022s 2022-07-20 19:30:50,054 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36e7dc24-9392-41bd-b434-b3ac22b5345d', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36e7dc24-9392-41bd-b434-b3ac22b5345d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:30:51,081 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.024s 2022-07-20 19:30:51,082 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df70b9ff-7c21-4fac-96b7-4eb365b20de6', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df70b9ff-7c21-4fac-96b7-4eb365b20de6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:30:52,109 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.024s 2022-07-20 19:30:52,110 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-298cd6dd-3eca-46bb-8fa0-88daa25c9ff6', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-298cd6dd-3eca-46bb-8fa0-88daa25c9ff6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:30:53,136 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.023s 2022-07-20 19:30:53,136 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60c8ba2c-e74f-4a7f-a4af-26429e761c40', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60c8ba2c-e74f-4a7f-a4af-26429e761c40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:30:54,162 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.022s 2022-07-20 19:30:54,163 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8607828c-5802-4d94-bae1-9136af3832ee', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8607828c-5802-4d94-bae1-9136af3832ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:30:55,190 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.023s 2022-07-20 19:30:55,191 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-acbf3436-181a-4e36-9f14-83aff60c7c78', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-acbf3436-181a-4e36-9f14-83aff60c7c78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:30:56,218 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.023s 2022-07-20 19:30:56,218 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c8e4f95-64f5-4a38-98ca-3e712b45aeaa', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c8e4f95-64f5-4a38-98ca-3e712b45aeaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:30:57,245 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.024s 2022-07-20 19:30:57,245 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d72e40eb-6f21-4f62-a230-4574e9e117dc', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d72e40eb-6f21-4f62-a230-4574e9e117dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:30:58,274 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.024s 2022-07-20 19:30:58,275 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-262271c4-170f-43a6-83eb-68e7282c2e00', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-262271c4-170f-43a6-83eb-68e7282c2e00', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:30:59,303 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.024s 2022-07-20 19:30:59,303 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-477abe14-e455-4b15-b926-e859aeea2831', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-477abe14-e455-4b15-b926-e859aeea2831', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:31:00,330 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.023s 2022-07-20 19:31:00,331 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3afc8d26-febd-43bd-bced-dc94b189cb71', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3afc8d26-febd-43bd-bced-dc94b189cb71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:31:01,357 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.022s 2022-07-20 19:31:01,358 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21ad6f38-a35d-432b-9bc7-207de4410153', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21ad6f38-a35d-432b-9bc7-207de4410153', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:31:02,385 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.024s 2022-07-20 19:31:02,386 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-719a13b5-be94-4997-bc28-34b7019f2b1e', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-719a13b5-be94-4997-bc28-34b7019f2b1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:31:03,412 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.022s 2022-07-20 19:31:03,413 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22a92197-d329-49b8-8788-ad482cbe0a1d', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22a92197-d329-49b8-8788-ad482cbe0a1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:31:04,441 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.024s 2022-07-20 19:31:04,441 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af1b9084-b7cc-4cee-8018-d9a8cb726c4a', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af1b9084-b7cc-4cee-8018-d9a8cb726c4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:31:05,468 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.023s 2022-07-20 19:31:05,468 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-773c2e5e-d9f9-4e1b-ad3a-48fbd79bc7b8', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-773c2e5e-d9f9-4e1b-ad3a-48fbd79bc7b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:31:06,494 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.022s 2022-07-20 19:31:06,494 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02e7c5b5-515e-49bb-8850-c1cf05ca8952', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02e7c5b5-515e-49bb-8850-c1cf05ca8952', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:31:07,520 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.022s 2022-07-20 19:31:07,520 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abacafda-d82b-479d-9e80-42896320768b', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abacafda-d82b-479d-9e80-42896320768b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:31:08,550 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.025s 2022-07-20 19:31:08,550 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee7837c2-01de-409a-843d-e3518952b68e', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee7837c2-01de-409a-843d-e3518952b68e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:31:09,575 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.021s 2022-07-20 19:31:09,575 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80e5ccdc-27da-434a-a19c-7bba67d4dd9e', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80e5ccdc-27da-434a-a19c-7bba67d4dd9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:31:10,602 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.022s 2022-07-20 19:31:10,602 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dab1e58f-3054-4042-b8b3-4e99c9c7c81a', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dab1e58f-3054-4042-b8b3-4e99c9c7c81a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:31:11,628 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.021s 2022-07-20 19:31:11,628 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71f32391-967a-48a5-8bed-c1f840c068b0', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71f32391-967a-48a5-8bed-c1f840c068b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:31:12,653 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.021s 2022-07-20 19:31:12,654 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92a74fc5-4411-48c8-8888-c4f4382a427e', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92a74fc5-4411-48c8-8888-c4f4382a427e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:31:13,678 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.021s 2022-07-20 19:31:13,679 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-779f45c1-2f35-4575-b913-441d95ecc1b3', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-779f45c1-2f35-4575-b913-441d95ecc1b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:31:14,730 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.047s 2022-07-20 19:31:14,731 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f66c3c5-983a-4c53-947c-4759c6d3b909', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f66c3c5-983a-4c53-947c-4759c6d3b909', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:31:15,783 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.050s 2022-07-20 19:31:15,784 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c905e452-74e5-4aac-978d-106bc58173a4', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c905e452-74e5-4aac-978d-106bc58173a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:31:16,839 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.051s 2022-07-20 19:31:16,839 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f94b4a5-092d-4b06-9895-a40af44b5417', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f94b4a5-092d-4b06-9895-a40af44b5417', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:31:17,889 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.046s 2022-07-20 19:31:17,889 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb344c6f-5db3-4c75-bc30-d50deeee1110', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb344c6f-5db3-4c75-bc30-d50deeee1110', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:31:18,942 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.049s 2022-07-20 19:31:18,942 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-963f329e-7e4e-41f9-b045-53c04a85ebcd', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-963f329e-7e4e-41f9-b045-53c04a85ebcd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:31:19,994 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.049s 2022-07-20 19:31:19,995 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65a2290a-1147-4905-83be-8e16fe7ba8d8', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65a2290a-1147-4905-83be-8e16fe7ba8d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:31:21,045 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.047s 2022-07-20 19:31:21,046 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d722a1c5-c864-4670-8f45-7c5055fdf34f', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d722a1c5-c864-4670-8f45-7c5055fdf34f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:31:22,099 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.050s 2022-07-20 19:31:22,100 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79da73b2-e510-4e78-b29a-49603ab715f3', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79da73b2-e510-4e78-b29a-49603ab715f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:31:23,150 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.046s 2022-07-20 19:31:23,150 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77fa867e-ada5-40e7-8afd-404ad058e594', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77fa867e-ada5-40e7-8afd-404ad058e594', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:31:24,202 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.049s 2022-07-20 19:31:24,203 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ab5a4a7-030a-4e27-8147-95925d79caec', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ab5a4a7-030a-4e27-8147-95925d79caec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:31:25,254 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.048s 2022-07-20 19:31:25,255 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-00ed21b2-b5a7-408d-bca3-f435e1b1c98f', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-00ed21b2-b5a7-408d-bca3-f435e1b1c98f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:31:26,307 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.049s 2022-07-20 19:31:26,308 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e308e74-1a88-49c4-91be-8257ef440a40', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e308e74-1a88-49c4-91be-8257ef440a40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:31:27,364 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.052s 2022-07-20 19:31:27,364 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3039f7c-0122-4a5e-8475-065c7b36467d', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3039f7c-0122-4a5e-8475-065c7b36467d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:31:28,415 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.046s 2022-07-20 19:31:28,415 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89a7d3ee-773c-43fc-b6ef-06433b85d8c7', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89a7d3ee-773c-43fc-b6ef-06433b85d8c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:31:29,468 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.049s 2022-07-20 19:31:29,468 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0cde067d-e643-45e6-ac4e-2e1ad7b5d8f3', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0cde067d-e643-45e6-ac4e-2e1ad7b5d8f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:31:30,520 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.048s 2022-07-20 19:31:30,521 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ccd77fad-ce59-45cb-a476-1714697a8697', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ccd77fad-ce59-45cb-a476-1714697a8697', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:31:31,573 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.049s 2022-07-20 19:31:31,574 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2eb5c3dc-5bf0-4f30-865e-7faf407f7578', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2eb5c3dc-5bf0-4f30-865e-7faf407f7578', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:31:32,625 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.047s 2022-07-20 19:31:32,626 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9ad3cd7-21fa-4bc7-a07e-2daf7c0b5519', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c9ad3cd7-21fa-4bc7-a07e-2daf7c0b5519', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:31:33,679 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.049s 2022-07-20 19:31:33,679 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83976973-d139-4707-8cb7-7c99df1fbebe', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83976973-d139-4707-8cb7-7c99df1fbebe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:31:34,729 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.046s 2022-07-20 19:31:34,730 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e37431c3-4f25-46f6-b434-6cdaacc00c7f', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e37431c3-4f25-46f6-b434-6cdaacc00c7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:31:35,781 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.048s 2022-07-20 19:31:35,782 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5290e659-a163-4f8f-83f1-3d9a8fc9a8e2', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5290e659-a163-4f8f-83f1-3d9a8fc9a8e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:31:36,834 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.047s 2022-07-20 19:31:36,834 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6a59187-3ed6-4f9c-8b08-3d5a60817bb8', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6a59187-3ed6-4f9c-8b08-3d5a60817bb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:31:37,890 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.052s 2022-07-20 19:31:37,890 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b439c6f0-b975-48d9-aec9-09babe444f9b', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b439c6f0-b975-48d9-aec9-09babe444f9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:31:38,941 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.046s 2022-07-20 19:31:38,942 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91ec0a6f-c801-47a0-8995-a451262dc71c', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91ec0a6f-c801-47a0-8995-a451262dc71c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:31:40,125 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.179s 2022-07-20 19:31:40,126 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44406ebc-7544-4ae0-ab11-ca9d9420ae0d', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44406ebc-7544-4ae0-ab11-ca9d9420ae0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:31:41,152 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.022s 2022-07-20 19:31:41,153 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a44406e8-7c73-4384-8973-aef2f982dd8e', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a44406e8-7c73-4384-8973-aef2f982dd8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:31:42,178 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.022s 2022-07-20 19:31:42,179 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7969394b-c13b-48c7-bac3-ef7f845b2097', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7969394b-c13b-48c7-bac3-ef7f845b2097', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:31:43,204 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.021s 2022-07-20 19:31:43,204 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0474b8b-9287-4c70-8c1c-7d48f47a0612', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0474b8b-9287-4c70-8c1c-7d48f47a0612', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:31:44,230 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.022s 2022-07-20 19:31:44,230 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34a335fc-b59c-45d7-9b7f-ee7ad36b0394', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34a335fc-b59c-45d7-9b7f-ee7ad36b0394', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:31:45,260 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.026s 2022-07-20 19:31:45,260 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de95c915-5e2e-4260-be41-0366c6b4e7da', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de95c915-5e2e-4260-be41-0366c6b4e7da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:31:46,312 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.048s 2022-07-20 19:31:46,313 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1bb709b4-30f0-42ca-bbc8-abafcb242556', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1bb709b4-30f0-42ca-bbc8-abafcb242556', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:31:47,371 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.054s 2022-07-20 19:31:47,371 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e8025da-c8e0-42e5-abeb-d031540c9880', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e8025da-c8e0-42e5-abeb-d031540c9880', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:31:48,426 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.051s 2022-07-20 19:31:48,426 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1c63b54-f89b-42aa-88f4-f98a6e414646', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1c63b54-f89b-42aa-88f4-f98a6e414646', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:31:49,478 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.047s 2022-07-20 19:31:49,478 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb82d56d-c465-4e15-a2da-f01ea4f3d66a', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb82d56d-c465-4e15-a2da-f01ea4f3d66a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:31:50,533 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.052s 2022-07-20 19:31:50,533 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4b23b0d-3504-4146-b897-254d859b568d', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4b23b0d-3504-4146-b897-254d859b568d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:31:51,585 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.047s 2022-07-20 19:31:51,585 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1094f9e0-86d4-4361-a040-a6d3fdc0343a', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1094f9e0-86d4-4361-a040-a6d3fdc0343a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:31:52,637 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.048s 2022-07-20 19:31:52,637 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45c60f1e-ed6a-4326-b497-7c5f340ab3ef', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45c60f1e-ed6a-4326-b497-7c5f340ab3ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:31:53,692 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.051s 2022-07-20 19:31:53,692 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44f7e85c-debf-4395-89df-e383c1f65696', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44f7e85c-debf-4395-89df-e383c1f65696', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:31:54,744 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.048s 2022-07-20 19:31:54,744 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9d612d5-1458-4904-b40e-f69f96ec3b7c', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9d612d5-1458-4904-b40e-f69f96ec3b7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:31:55,797 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.049s 2022-07-20 19:31:55,797 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2af0f0a6-11f5-40cf-9d1e-e6a55f21794a', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2af0f0a6-11f5-40cf-9d1e-e6a55f21794a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:31:56,852 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.050s 2022-07-20 19:31:56,852 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac225a06-f19b-4b1b-b363-d2de9e1e0472', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac225a06-f19b-4b1b-b363-d2de9e1e0472', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:31:57,905 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.049s 2022-07-20 19:31:57,905 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee0dad39-8d27-48aa-ae09-7352f196e7cd', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee0dad39-8d27-48aa-ae09-7352f196e7cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:31:58,966 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.056s 2022-07-20 19:31:58,966 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aac37321-89f3-48d1-8d1a-d7fbecb8d71d', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aac37321-89f3-48d1-8d1a-d7fbecb8d71d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:32:00,008 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.038s 2022-07-20 19:32:00,008 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c275148-479f-4d66-bc07-235b6e2fbbcb', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c275148-479f-4d66-bc07-235b6e2fbbcb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:32:01,059 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.047s 2022-07-20 19:32:01,059 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d91f06ef-dd1d-48d3-a8d9-4fd8571f4fc8', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d91f06ef-dd1d-48d3-a8d9-4fd8571f4fc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:32:02,111 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.048s 2022-07-20 19:32:02,112 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0048ef92-e81f-45db-b67a-a814753ba3e8', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0048ef92-e81f-45db-b67a-a814753ba3e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:32:03,163 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.048s 2022-07-20 19:32:03,163 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51f0f91e-f2a5-4f88-8151-ef75ea05516e', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51f0f91e-f2a5-4f88-8151-ef75ea05516e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:32:04,215 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.048s 2022-07-20 19:32:04,216 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19052449-a05c-4b9b-b68c-840e84d89f57', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19052449-a05c-4b9b-b68c-840e84d89f57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:32:05,277 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.058s 2022-07-20 19:32:05,278 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4841aced-e87e-4141-bb64-e546c34bc88e', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4841aced-e87e-4141-bb64-e546c34bc88e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:32:06,324 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.043s 2022-07-20 19:32:06,325 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-689c1be2-7092-448c-91ac-247dd5fd314b', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-689c1be2-7092-448c-91ac-247dd5fd314b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:32:07,382 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.053s 2022-07-20 19:32:07,382 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d836dbb-37c5-47ce-91b1-b3360085002e', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d836dbb-37c5-47ce-91b1-b3360085002e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:32:08,442 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.056s 2022-07-20 19:32:08,442 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ea49890-9b79-44e6-93b2-fe82ae20c20d', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ea49890-9b79-44e6-93b2-fe82ae20c20d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:32:09,498 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.053s 2022-07-20 19:32:09,499 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb493c96-c809-46c3-b52b-9f842365f1d2', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb493c96-c809-46c3-b52b-9f842365f1d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:32:10,550 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.047s 2022-07-20 19:32:10,551 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efaa210e-2e5d-497a-9194-912bbbb42137', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efaa210e-2e5d-497a-9194-912bbbb42137', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:32:11,601 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.047s 2022-07-20 19:32:11,601 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a667c568-ea70-432f-8ae2-44e130e36952', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a667c568-ea70-432f-8ae2-44e130e36952', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:32:12,656 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.050s 2022-07-20 19:32:12,656 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76518d6b-c614-4a77-b2c6-e7c231765951', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76518d6b-c614-4a77-b2c6-e7c231765951', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:32:13,708 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.048s 2022-07-20 19:32:13,709 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60705ca4-5059-4ec2-bad4-2cf9842a9e7e', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60705ca4-5059-4ec2-bad4-2cf9842a9e7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:32:14,762 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.049s 2022-07-20 19:32:14,762 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c688246e-8557-4807-affe-723ac93569c0', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c688246e-8557-4807-affe-723ac93569c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:32:15,816 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.051s 2022-07-20 19:32:15,817 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d513f794-0a1b-4872-b3a0-fda52bbf729e', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d513f794-0a1b-4872-b3a0-fda52bbf729e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:32:16,869 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.048s 2022-07-20 19:32:16,870 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74c70c35-9566-4d75-97e3-5fa3d6689902', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74c70c35-9566-4d75-97e3-5fa3d6689902', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:32:17,921 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.048s 2022-07-20 19:32:17,921 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74efe8a2-6876-4692-8af3-0d8bcd721d8d', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74efe8a2-6876-4692-8af3-0d8bcd721d8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:32:18,976 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.050s 2022-07-20 19:32:18,976 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-accb7729-ed51-4404-9adb-6a0bf4e61118', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-accb7729-ed51-4404-9adb-6a0bf4e61118', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:32:20,035 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.054s 2022-07-20 19:32:20,035 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b719ad90-222c-4302-b637-50da5aee4bbd', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b719ad90-222c-4302-b637-50da5aee4bbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:32:21,090 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.051s 2022-07-20 19:32:21,091 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-744ec439-b3ab-40b0-8101-2f6c99e7c67b', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-744ec439-b3ab-40b0-8101-2f6c99e7c67b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:32:22,147 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.052s 2022-07-20 19:32:22,147 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17bf1edd-fae4-4346-9e58-8b765e0997a2', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17bf1edd-fae4-4346-9e58-8b765e0997a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:32:23,199 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.047s 2022-07-20 19:32:23,199 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fee3bfa-5078-47bf-9926-53fc1d50fee2', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fee3bfa-5078-47bf-9926-53fc1d50fee2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:32:24,254 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.050s 2022-07-20 19:32:24,254 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cbb3f433-84c1-4553-b004-23ca5e0797b4', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cbb3f433-84c1-4553-b004-23ca5e0797b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:32:25,313 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.055s 2022-07-20 19:32:25,314 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68893a7b-d1d5-4ee0-a2e7-d693806581b7', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68893a7b-d1d5-4ee0-a2e7-d693806581b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:32:26,364 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.046s 2022-07-20 19:32:26,364 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fda5f06-a2ed-4c1e-9d03-e2aa36907636', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fda5f06-a2ed-4c1e-9d03-e2aa36907636', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:32:27,418 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.050s 2022-07-20 19:32:27,419 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81e1dd14-75ef-415f-ae6a-d1cd8e706aa8', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81e1dd14-75ef-415f-ae6a-d1cd8e706aa8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:32:28,470 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.047s 2022-07-20 19:32:28,470 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0cbd86fb-a2b5-403c-8de1-175ea8a6e9e5', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0cbd86fb-a2b5-403c-8de1-175ea8a6e9e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:32:29,529 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.055s 2022-07-20 19:32:29,529 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb69eb62-513e-4c22-ba64-5dbbade706c3', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb69eb62-513e-4c22-ba64-5dbbade706c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:32:30,580 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.047s 2022-07-20 19:32:30,581 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d6ea172-e60a-4caa-b633-db653d1551da', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d6ea172-e60a-4caa-b633-db653d1551da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:32:31,631 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.046s 2022-07-20 19:32:31,632 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-467cd452-2370-44c3-aaba-4738c24fbf7e', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-467cd452-2370-44c3-aaba-4738c24fbf7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:32:32,684 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.048s 2022-07-20 19:32:32,685 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e72468b2-9a89-4a15-80a9-d3abbfc35ae3', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e72468b2-9a89-4a15-80a9-d3abbfc35ae3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:32:33,737 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.048s 2022-07-20 19:32:33,737 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3151b47f-af55-47c7-bd03-03b961b26265', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3151b47f-af55-47c7-bd03-03b961b26265', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:32:34,790 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.049s 2022-07-20 19:32:34,791 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-983f30ae-50cb-49f2-9c57-eeeb99878a1e', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-983f30ae-50cb-49f2-9c57-eeeb99878a1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:32:35,841 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.046s 2022-07-20 19:32:35,841 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f16ae980-5926-469b-8aab-2c3a37176688', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f16ae980-5926-469b-8aab-2c3a37176688', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:32:36,894 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.049s 2022-07-20 19:32:36,894 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57ae683a-e926-491f-8ee5-bccb0259c2cb', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57ae683a-e926-491f-8ee5-bccb0259c2cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:32:37,943 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.046s 2022-07-20 19:32:37,944 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1092d8b-58f1-42e3-bb87-f6761c733b01', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1092d8b-58f1-42e3-bb87-f6761c733b01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:32:38,997 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.048s 2022-07-20 19:32:38,997 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-326b4591-270b-4dc5-ab97-f4bb9d100504', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-326b4591-270b-4dc5-ab97-f4bb9d100504', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:32:40,051 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.050s 2022-07-20 19:32:40,051 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-014fe1cc-8aae-4917-87fe-81d921df38f7', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-014fe1cc-8aae-4917-87fe-81d921df38f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:32:41,105 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.051s 2022-07-20 19:32:41,105 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc175518-edbd-4c90-ac02-c963a2ab5571', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc175518-edbd-4c90-ac02-c963a2ab5571', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:32:42,158 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.049s 2022-07-20 19:32:42,158 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ee2c51c-02c0-40e0-89f4-589f68329902', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ee2c51c-02c0-40e0-89f4-589f68329902', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:32:43,207 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.045s 2022-07-20 19:32:43,208 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5031a3b9-0284-4afc-95d0-b2198bae6bb1', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5031a3b9-0284-4afc-95d0-b2198bae6bb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:32:44,273 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.061s 2022-07-20 19:32:44,275 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-15236ec7-7ab5-4b71-a67e-89ce848b3002', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-15236ec7-7ab5-4b71-a67e-89ce848b3002', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:32:45,328 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.049s 2022-07-20 19:32:45,328 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d890860-5917-48b7-854a-00acd33c9be2', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d890860-5917-48b7-854a-00acd33c9be2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:32:46,378 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.045s 2022-07-20 19:32:46,378 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20c93f68-a6ab-473c-a1a3-a9d0ff958332', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20c93f68-a6ab-473c-a1a3-a9d0ff958332', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:32:47,431 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.049s 2022-07-20 19:32:47,432 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5f2efaa-b865-4a28-bb16-c2b053be68f4', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5f2efaa-b865-4a28-bb16-c2b053be68f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:32:48,484 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.049s 2022-07-20 19:32:48,485 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57b69466-1b26-4f31-b035-913fd200cc0e', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57b69466-1b26-4f31-b035-913fd200cc0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:32:49,537 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.050s 2022-07-20 19:32:49,538 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7bb0008-9ffe-40ab-87d6-72a5f20ea640', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7bb0008-9ffe-40ab-87d6-72a5f20ea640', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:32:50,588 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.046s 2022-07-20 19:32:50,588 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01a7dda2-b849-4d1a-9667-ea52fcd70d7b', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01a7dda2-b849-4d1a-9667-ea52fcd70d7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:32:51,639 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.048s 2022-07-20 19:32:51,640 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f092399-9ba7-4c6e-afbe-bb46355a9755', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f092399-9ba7-4c6e-afbe-bb46355a9755', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:32:52,692 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.049s 2022-07-20 19:32:52,693 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74677b66-0b8c-4659-8633-218cae44b218', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74677b66-0b8c-4659-8633-218cae44b218', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:32:53,743 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.046s 2022-07-20 19:32:53,743 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9a3a950-d66e-495c-a77f-0d5e451c8580', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9a3a950-d66e-495c-a77f-0d5e451c8580', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:32:54,795 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.048s 2022-07-20 19:32:54,796 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5933009-74a6-4046-b90e-55b11645a42c', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5933009-74a6-4046-b90e-55b11645a42c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:32:55,854 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.054s 2022-07-20 19:32:55,854 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b538b4c1-11ea-4b9b-8200-a9055197e182', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b538b4c1-11ea-4b9b-8200-a9055197e182', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:32:56,901 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.043s 2022-07-20 19:32:56,901 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5d7dfa59-1926-4c8e-96e9-ee35ccbfac12', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d7dfa59-1926-4c8e-96e9-ee35ccbfac12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:32:57,953 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.048s 2022-07-20 19:32:57,954 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ea65086-be87-4f4b-be00-69e1a16f7461', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ea65086-be87-4f4b-be00-69e1a16f7461', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:32:59,007 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.050s 2022-07-20 19:32:59,008 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:32:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4f8bc652-031b-4f5d-9114-07651344e160', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f8bc652-031b-4f5d-9114-07651344e160', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:33:00,059 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.047s 2022-07-20 19:33:00,059 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-286610b7-c4d4-4aa4-8bb4-d0298f1e0d08', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-286610b7-c4d4-4aa4-8bb4-d0298f1e0d08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:33:01,112 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.049s 2022-07-20 19:33:01,112 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d15f160a-a834-459a-bf2f-8b32d07b1f85', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d15f160a-a834-459a-bf2f-8b32d07b1f85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:33:02,164 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.036s 2022-07-20 19:33:02,165 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ec95886-6656-4655-bc51-276cc36c32a4', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ec95886-6656-4655-bc51-276cc36c32a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:33:03,218 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.050s 2022-07-20 19:33:03,218 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e26a506-b5fa-4a30-93c1-ba5ac237a1f5', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e26a506-b5fa-4a30-93c1-ba5ac237a1f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:33:04,270 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.049s 2022-07-20 19:33:04,271 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2db292b4-66a9-44d3-9e0d-c3903f723669', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2db292b4-66a9-44d3-9e0d-c3903f723669', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:33:05,324 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.049s 2022-07-20 19:33:05,324 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68b49554-47bb-43c8-9e78-59cd1873f4d3', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68b49554-47bb-43c8-9e78-59cd1873f4d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:33:06,376 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.048s 2022-07-20 19:33:06,377 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03751ba7-c358-4566-90d7-93bba2821874', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03751ba7-c358-4566-90d7-93bba2821874', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:33:07,428 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.047s 2022-07-20 19:33:07,428 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f24fb88-5092-43bc-bd85-5fdd276e4deb', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f24fb88-5092-43bc-bd85-5fdd276e4deb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:33:08,488 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.056s 2022-07-20 19:33:08,489 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab5d8dc7-c6ad-4e94-b7b0-3eb11d44af7f', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab5d8dc7-c6ad-4e94-b7b0-3eb11d44af7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:33:09,565 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 0.072s 2022-07-20 19:33:09,565 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8071d3e9-3e67-4b79-ad4b-45017bb83b8a', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8071d3e9-3e67-4b79-ad4b-45017bb83b8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:34:10,629 118443 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 2022-07-20 19:34:55,994 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 105.425s 2022-07-20 19:34:55,994 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97e1e786-827c-4c1e-adc8-8843f3b7784d', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97e1e786-827c-4c1e-adc8-8843f3b7784d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:35:57,055 118443 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 2022-07-20 19:36:57,115 118443 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 2022-07-20 19:37:57,173 118443 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 2022-07-20 19:38:57,233 118443 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 2022-07-20 19:39:57,294 118443 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 2022-07-20 19:40:57,344 118443 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 2022-07-20 19:41:57,405 118443 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 2022-07-20 19:42:57,465 118443 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 2022-07-20 19:43:57,518 118443 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 2022-07-20 19:44:57,579 118443 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 2022-07-20 19:45:10,550 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:test_snapshot_create_offline_delete_online): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 613.552s 2022-07-20 19:45:10,550 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27959cca-963c-4c9b-a033-fea7a5d5afca', 'content-length': '441', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27959cca-963c-4c9b-a033-fea7a5d5afca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/snapshots/d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16'} Body: b'{"snapshot": {"id": "d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16", "created_at": "2022-07-20T19:29:54.000000", "updated_at": null, "name": "tempest-VolumesSnapshotTestJSON-Snapshot-103419513", "description": null, "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "creating", "size": 1, "metadata": {}, "os-extended-snapshot-attributes:project_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "os-extended-snapshot-attributes:progress": "0%"}}' 2022-07-20 19:46:10,613 118443 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a/os-volume_attachments/314fa7fd-d882-4be3-a319-c7a44c9d8bba 2022-07-20 19:47:10,675 118443 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a/os-volume_attachments/314fa7fd-d882-4be3-a319-c7a44c9d8bba 2022-07-20 19:48:10,733 118443 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a/os-volume_attachments/314fa7fd-d882-4be3-a319-c7a44c9d8bba 2022-07-20 19:49:10,791 118443 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a/os-volume_attachments/314fa7fd-d882-4be3-a319-c7a44c9d8bba 2022-07-20 19:50:10,852 118443 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a/os-volume_attachments/314fa7fd-d882-4be3-a319-c7a44c9d8bba 2022-07-20 19:51:10,913 118443 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a/os-volume_attachments/314fa7fd-d882-4be3-a319-c7a44c9d8bba 2022-07-20 19:52:10,972 118443 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a/os-volume_attachments/314fa7fd-d882-4be3-a319-c7a44c9d8bba 2022-07-20 19:53:11,033 118443 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a/os-volume_attachments/314fa7fd-d882-4be3-a319-c7a44c9d8bba 2022-07-20 19:54:11,093 118443 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a/os-volume_attachments/314fa7fd-d882-4be3-a319-c7a44c9d8bba 2022-07-20 19:55:11,154 118443 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a/os-volume_attachments/314fa7fd-d882-4be3-a319-c7a44c9d8bba 2022-07-20 19:56:59,982 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 48.765s 2022-07-20 19:56:59,982 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:56:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1406ac9-951b-4b73-9533-282978ee3686', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1406ac9-951b-4b73-9533-282978ee3686', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:57:11,907 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 10.916s 2022-07-20 19:57:11,907 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:57:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ee1052a-ec22-4094-80c8-50606786ef5e', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ee1052a-ec22-4094-80c8-50606786ef5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:58:12,974 118443 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 2022-07-20 19:59:00,173 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 107.256s 2022-07-20 19:59:00,173 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:58:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e5c983c-f174-425a-8dc6-34429e81a429', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e5c983c-f174-425a-8dc6-34429e81a429', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:59:01,235 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.053s 2022-07-20 19:59:01,235 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d884fd9-2a5f-4662-96f9-36c3d6e45683', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d884fd9-2a5f-4662-96f9-36c3d6e45683', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:59:02,318 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.074s 2022-07-20 19:59:02,319 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61d55607-9542-43b6-99ca-50980bedda1d', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61d55607-9542-43b6-99ca-50980bedda1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:59:03,374 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.047s 2022-07-20 19:59:03,374 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d3e4f85-bbcf-45bf-8ca4-2857bc4830c7', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d3e4f85-bbcf-45bf-8ca4-2857bc4830c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:59:04,470 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.087s 2022-07-20 19:59:04,471 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f8e3dfd-d65a-4613-ba4e-425a1e080fd2', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f8e3dfd-d65a-4613-ba4e-425a1e080fd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:59:05,549 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.070s 2022-07-20 19:59:05,550 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b123ebb8-628a-4ae3-b4ac-c34e19525297', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b123ebb8-628a-4ae3-b4ac-c34e19525297', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:59:06,643 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.085s 2022-07-20 19:59:06,643 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e9a4518-2c2d-4cec-a1ee-1dd7fe2cffb4', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e9a4518-2c2d-4cec-a1ee-1dd7fe2cffb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:59:07,767 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.115s 2022-07-20 19:59:07,767 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63fd6ecc-a0a2-48e4-a058-98d91fe17558', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63fd6ecc-a0a2-48e4-a058-98d91fe17558', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:59:08,830 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.053s 2022-07-20 19:59:08,831 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12cb1bf5-f989-4e6a-bb97-0743a3e963d8', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12cb1bf5-f989-4e6a-bb97-0743a3e963d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:59:09,888 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.048s 2022-07-20 19:59:09,888 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b39fe58d-874e-4a0b-9886-5162eeae5844', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b39fe58d-874e-4a0b-9886-5162eeae5844', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:59:10,945 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.050s 2022-07-20 19:59:10,946 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8fcbcb6-a52c-4a0d-afea-76f0fb631251', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8fcbcb6-a52c-4a0d-afea-76f0fb631251', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:59:12,070 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.117s 2022-07-20 19:59:12,071 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad87b1a5-7314-4ca0-b80f-ca9dd32a727d', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad87b1a5-7314-4ca0-b80f-ca9dd32a727d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:59:13,156 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.077s 2022-07-20 19:59:13,157 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b72a8dad-9b77-4dd9-a6b4-5a66c2a462ee', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b72a8dad-9b77-4dd9-a6b4-5a66c2a462ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:59:14,216 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.050s 2022-07-20 19:59:14,216 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f98c229-65ac-4619-8f17-8d46384ed7db', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f98c229-65ac-4619-8f17-8d46384ed7db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:59:15,271 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.045s 2022-07-20 19:59:15,271 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa16d3b5-0509-4fdc-a2aa-d970756a733a', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa16d3b5-0509-4fdc-a2aa-d970756a733a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:59:16,322 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.043s 2022-07-20 19:59:16,323 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39dac55d-9998-4f48-bb38-e1b150fa9617', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39dac55d-9998-4f48-bb38-e1b150fa9617', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:59:17,384 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.053s 2022-07-20 19:59:17,385 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33041d86-edd2-40e9-8d46-fd1ff14831eb', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33041d86-edd2-40e9-8d46-fd1ff14831eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:59:18,438 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.045s 2022-07-20 19:59:18,438 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78149f64-a009-4a81-a166-b08f80769c1f', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78149f64-a009-4a81-a166-b08f80769c1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:59:19,492 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 19:59:19,492 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0814b1be-6978-41d2-8b66-90694726d5fd', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0814b1be-6978-41d2-8b66-90694726d5fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:59:20,544 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 19:59:20,544 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3235f18e-a5c6-4d53-b81d-b6eb639ce62c', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3235f18e-a5c6-4d53-b81d-b6eb639ce62c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:59:21,597 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.045s 2022-07-20 19:59:21,598 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9edbe022-4993-4a4f-bc82-54baff862efa', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9edbe022-4993-4a4f-bc82-54baff862efa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:59:22,650 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 19:59:22,651 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b33f4e5-4308-44d3-8f72-d9149a271516', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b33f4e5-4308-44d3-8f72-d9149a271516', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:59:23,703 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.045s 2022-07-20 19:59:23,704 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db6cfb20-f054-46d3-9eb8-3047d402b23b', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db6cfb20-f054-46d3-9eb8-3047d402b23b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:59:24,755 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.043s 2022-07-20 19:59:24,756 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee3f4669-4aff-413f-bfe5-39c4ca94ecfc', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee3f4669-4aff-413f-bfe5-39c4ca94ecfc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:59:25,808 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 19:59:25,809 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd2d6c9b-9dee-474a-be9e-1e5b00655574', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd2d6c9b-9dee-474a-be9e-1e5b00655574', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:59:26,861 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 19:59:26,861 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-272bd54b-ef4c-49bf-b8f6-8cae40b831d1', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-272bd54b-ef4c-49bf-b8f6-8cae40b831d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:59:27,914 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 19:59:27,914 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71dd0a8f-ae47-4db6-9e81-2371ca475644', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71dd0a8f-ae47-4db6-9e81-2371ca475644', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:59:28,967 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.045s 2022-07-20 19:59:28,967 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5fe1d997-ed7d-490e-99af-90ab26bc935e', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5fe1d997-ed7d-490e-99af-90ab26bc935e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:59:30,018 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.043s 2022-07-20 19:59:30,018 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3a80734-7b6f-4983-93c9-8fba6ad5e839', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3a80734-7b6f-4983-93c9-8fba6ad5e839', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:59:31,071 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.045s 2022-07-20 19:59:31,071 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d36faf2d-5043-49b1-ba72-202870bade3b', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d36faf2d-5043-49b1-ba72-202870bade3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:59:32,123 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 19:59:32,124 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a280e7c8-c965-44fb-bba7-84dffe6c80d6', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a280e7c8-c965-44fb-bba7-84dffe6c80d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:59:33,175 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.043s 2022-07-20 19:59:33,175 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81a3548f-612f-43e7-82a5-e5799e0fbc5a', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81a3548f-612f-43e7-82a5-e5799e0fbc5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:59:34,229 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.045s 2022-07-20 19:59:34,230 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f23121e-6d3c-4032-aa16-f84a7cb27c43', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f23121e-6d3c-4032-aa16-f84a7cb27c43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:59:35,281 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 19:59:35,282 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e83df4a3-579f-4ad5-a6e2-110314544d8d', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e83df4a3-579f-4ad5-a6e2-110314544d8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:59:36,337 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.047s 2022-07-20 19:59:36,338 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27f1fa6a-466b-40f9-85b1-4cddda4c2a92', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27f1fa6a-466b-40f9-85b1-4cddda4c2a92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:59:37,390 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.045s 2022-07-20 19:59:37,390 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7db51dc8-1acd-40b9-86c9-e595fd1433a6', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7db51dc8-1acd-40b9-86c9-e595fd1433a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:59:38,443 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.043s 2022-07-20 19:59:38,443 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aab69947-cd85-410c-9943-7db1bb9a8d06', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aab69947-cd85-410c-9943-7db1bb9a8d06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:59:39,495 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 19:59:39,495 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1ff09c7-e55f-4801-a6e9-40b16b093296', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1ff09c7-e55f-4801-a6e9-40b16b093296', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:59:40,549 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.046s 2022-07-20 19:59:40,549 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-35df22e2-4c23-46d5-981f-7d8a36e6c21f', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-35df22e2-4c23-46d5-981f-7d8a36e6c21f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:59:41,603 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 19:59:41,603 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f62fad1-9d1a-41ef-8549-785f67dae44b', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f62fad1-9d1a-41ef-8549-785f67dae44b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:59:42,661 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.050s 2022-07-20 19:59:42,662 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba53a232-3f0a-4a42-901b-29e805af1ae7', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba53a232-3f0a-4a42-901b-29e805af1ae7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:59:43,713 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.043s 2022-07-20 19:59:43,713 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0fc8945-fb55-4556-a2d3-2108e9a856bd', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0fc8945-fb55-4556-a2d3-2108e9a856bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:59:44,767 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.045s 2022-07-20 19:59:44,767 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b66119d2-6a8c-4682-bb7d-54b0ac53b3b5', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b66119d2-6a8c-4682-bb7d-54b0ac53b3b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:59:45,820 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 19:59:45,821 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-902803dd-d4d4-400b-a4bc-62c91543ae0e', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-902803dd-d4d4-400b-a4bc-62c91543ae0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:59:46,874 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.045s 2022-07-20 19:59:46,874 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1f27a7c-cc3f-4afe-9c18-6f8085d267fc', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1f27a7c-cc3f-4afe-9c18-6f8085d267fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:59:47,928 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.045s 2022-07-20 19:59:47,928 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01db013a-1f38-4846-a6fd-256f01b1c92d', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01db013a-1f38-4846-a6fd-256f01b1c92d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:59:48,981 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.045s 2022-07-20 19:59:48,982 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6af974ad-cd77-4cb4-83d7-023440166e4d', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6af974ad-cd77-4cb4-83d7-023440166e4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:59:50,033 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.043s 2022-07-20 19:59:50,033 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-482f29c6-340d-424e-be27-3c514b6398c4', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-482f29c6-340d-424e-be27-3c514b6398c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:59:51,085 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.043s 2022-07-20 19:59:51,085 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3db2926d-b69a-4410-b8fe-e0fdeca59183', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3db2926d-b69a-4410-b8fe-e0fdeca59183', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:59:52,137 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.043s 2022-07-20 19:59:52,137 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1efdc23c-c22f-4e9c-8302-90edd8a8d144', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1efdc23c-c22f-4e9c-8302-90edd8a8d144', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:59:53,189 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.043s 2022-07-20 19:59:53,190 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36e068f8-4f92-4da0-a560-8f467e2780ac', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36e068f8-4f92-4da0-a560-8f467e2780ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:59:54,243 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.045s 2022-07-20 19:59:54,244 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ced9cb5-a249-4e22-a8d0-55208f7c8e58', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ced9cb5-a249-4e22-a8d0-55208f7c8e58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:59:55,296 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 19:59:55,296 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-418cd762-84cd-4e26-85b8-5ea59b7010da', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-418cd762-84cd-4e26-85b8-5ea59b7010da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:59:56,351 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.047s 2022-07-20 19:59:56,352 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b01a56f-0224-46e9-91a1-b0cd008ba460', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0b01a56f-0224-46e9-91a1-b0cd008ba460', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:59:57,404 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 19:59:57,405 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6e371b9-fd45-46cb-aef0-eefa566bf18f', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6e371b9-fd45-46cb-aef0-eefa566bf18f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:59:58,688 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.275s 2022-07-20 19:59:58,688 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23e2b90c-1c03-4f64-b1b5-f50da157c927', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23e2b90c-1c03-4f64-b1b5-f50da157c927', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 19:59:59,741 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 19:59:59,742 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ed22869-bd7b-4810-84e3-ea759de77708', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ed22869-bd7b-4810-84e3-ea759de77708', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:00:00,793 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 20:00:00,794 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13d1c631-c47f-4901-8d6e-d947195bf4e8', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13d1c631-c47f-4901-8d6e-d947195bf4e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:00:01,846 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 20:00:01,847 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a77e85e6-9209-45a6-9e1c-d76797ba6cee', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a77e85e6-9209-45a6-9e1c-d76797ba6cee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:00:02,898 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 20:00:02,899 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ac0b7e1-9d8f-4d4c-ac07-4bc6824cce56', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ac0b7e1-9d8f-4d4c-ac07-4bc6824cce56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:00:03,954 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.048s 2022-07-20 20:00:03,955 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aceae951-2f00-4f48-a7be-e02067be55a6', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aceae951-2f00-4f48-a7be-e02067be55a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:00:05,009 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.046s 2022-07-20 20:00:05,009 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86cf4e9f-8b82-4869-850b-c1aa45a50afe', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86cf4e9f-8b82-4869-850b-c1aa45a50afe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:00:06,063 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.045s 2022-07-20 20:00:06,063 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9caebc3f-6932-4a98-b110-9fad52c78a2a', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9caebc3f-6932-4a98-b110-9fad52c78a2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:00:07,117 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.045s 2022-07-20 20:00:07,117 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19b024d5-eeb9-4642-a64e-9f98bd327725', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19b024d5-eeb9-4642-a64e-9f98bd327725', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:00:08,171 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.046s 2022-07-20 20:00:08,172 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c80218c-dd93-4133-96fe-29cbd25c82c3', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c80218c-dd93-4133-96fe-29cbd25c82c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:00:09,226 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.045s 2022-07-20 20:00:09,226 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c816bdc-8b94-44f5-9089-124c1ccd1a88', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c816bdc-8b94-44f5-9089-124c1ccd1a88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:00:10,279 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.045s 2022-07-20 20:00:10,279 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee4d11b3-6547-4e62-b6d2-14dabac5dae4', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee4d11b3-6547-4e62-b6d2-14dabac5dae4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:00:11,339 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.051s 2022-07-20 20:00:11,339 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85fdb3d8-fcd6-453a-a1ed-124d59f3290e', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85fdb3d8-fcd6-453a-a1ed-124d59f3290e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:00:12,391 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.043s 2022-07-20 20:00:12,392 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91fe2ad4-4156-4584-8287-71c47aeac24c', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91fe2ad4-4156-4584-8287-71c47aeac24c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:00:13,451 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.050s 2022-07-20 20:00:13,451 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d5ab304-e22d-4531-b427-73f9c563f0b8', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d5ab304-e22d-4531-b427-73f9c563f0b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:00:14,502 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.043s 2022-07-20 20:00:14,503 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6102dc25-d66e-4df5-af8b-d54e2dbe83e0', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6102dc25-d66e-4df5-af8b-d54e2dbe83e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:00:15,554 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.043s 2022-07-20 20:00:15,555 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-067a4f2b-4e16-4a32-a4b8-1a489c452dcf', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-067a4f2b-4e16-4a32-a4b8-1a489c452dcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:00:16,606 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.043s 2022-07-20 20:00:16,606 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e659e75e-a1ba-4844-8551-3bc6471c6942', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e659e75e-a1ba-4844-8551-3bc6471c6942', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:00:17,660 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.045s 2022-07-20 20:00:17,660 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c7fd523-ce23-4375-89c8-5885b31ac457', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c7fd523-ce23-4375-89c8-5885b31ac457', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:00:18,714 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.045s 2022-07-20 20:00:18,714 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a5eae80-ba7d-4bf1-9033-12524199aeec', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a5eae80-ba7d-4bf1-9033-12524199aeec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:00:19,769 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.046s 2022-07-20 20:00:19,770 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc103f24-0c0c-4a01-b1bb-7957ed831b27', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc103f24-0c0c-4a01-b1bb-7957ed831b27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:00:20,822 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 20:00:20,822 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1056a7e1-f4a5-4301-a5c3-ea1c93c559fb', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1056a7e1-f4a5-4301-a5c3-ea1c93c559fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:00:21,876 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 20:00:21,876 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-897c4a3c-a9f3-47ed-99eb-a40ee57eefb5', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-897c4a3c-a9f3-47ed-99eb-a40ee57eefb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:00:22,929 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 20:00:22,929 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6433ddbd-bbc2-4fc7-9d57-7e1a83d38b35', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6433ddbd-bbc2-4fc7-9d57-7e1a83d38b35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:00:23,981 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 20:00:23,982 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f12f60df-b170-4179-98b4-c1af3e901638', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f12f60df-b170-4179-98b4-c1af3e901638', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:00:25,035 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.045s 2022-07-20 20:00:25,035 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-409723c5-6745-459e-84f5-19c82c2d4bb8', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-409723c5-6745-459e-84f5-19c82c2d4bb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:00:26,086 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.043s 2022-07-20 20:00:26,087 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73b571f2-c12e-4233-a4c1-3979e775e1b7', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73b571f2-c12e-4233-a4c1-3979e775e1b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:00:27,139 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.043s 2022-07-20 20:00:27,139 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4da7f56f-6e41-440b-8be1-301ee0072857', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4da7f56f-6e41-440b-8be1-301ee0072857', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:00:28,191 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 20:00:28,192 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1afaf210-bfce-48b2-8e92-91965b93933f', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1afaf210-bfce-48b2-8e92-91965b93933f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:00:29,246 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.046s 2022-07-20 20:00:29,246 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03c8614a-b283-4f95-88d7-f09b9549143f', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03c8614a-b283-4f95-88d7-f09b9549143f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:00:30,300 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.045s 2022-07-20 20:00:30,301 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b5a81c0-59af-49b4-bfa2-6b3a774c4040', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b5a81c0-59af-49b4-bfa2-6b3a774c4040', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:00:31,355 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.046s 2022-07-20 20:00:31,355 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1916db23-ae14-4e6b-80d0-0080c4cfaa36', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1916db23-ae14-4e6b-80d0-0080c4cfaa36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:00:32,409 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.045s 2022-07-20 20:00:32,410 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5073d8a7-df69-4cb8-af14-ff9ce029989b', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5073d8a7-df69-4cb8-af14-ff9ce029989b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:00:33,464 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.046s 2022-07-20 20:00:33,464 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac22108d-e3c9-40de-b770-8c58d1e90254', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac22108d-e3c9-40de-b770-8c58d1e90254', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:00:34,518 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.045s 2022-07-20 20:00:34,518 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66355f24-a0fa-4556-b476-34cd43ec90f3', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66355f24-a0fa-4556-b476-34cd43ec90f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:00:35,571 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 20:00:35,571 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3af5dc6-5762-4794-89ff-045aa6bd10ad', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3af5dc6-5762-4794-89ff-045aa6bd10ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:00:36,626 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.047s 2022-07-20 20:00:36,626 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29b416cc-0f22-4d69-8489-f2d5cebb1cd7', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29b416cc-0f22-4d69-8489-f2d5cebb1cd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:00:37,681 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.046s 2022-07-20 20:00:37,681 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f928e6f-f06b-44b2-b3f6-93a697e8da49', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f928e6f-f06b-44b2-b3f6-93a697e8da49', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:00:38,735 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.045s 2022-07-20 20:00:38,735 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb6d9591-4ca4-4328-8b38-533559b00289', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb6d9591-4ca4-4328-8b38-533559b00289', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:00:39,787 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.043s 2022-07-20 20:00:39,787 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb01ac7e-5806-4e0a-9dc3-90f3dfbb2297', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb01ac7e-5806-4e0a-9dc3-90f3dfbb2297', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:00:40,839 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 20:00:40,840 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70fc4dab-54ca-4145-a82e-b4ac11281daa', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70fc4dab-54ca-4145-a82e-b4ac11281daa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:00:41,896 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.046s 2022-07-20 20:00:41,896 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db69c1a9-b700-4803-933f-342ce109367a', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db69c1a9-b700-4803-933f-342ce109367a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:00:42,948 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 20:00:42,948 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8937c789-2b4c-44b7-836a-e87267b799c8', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8937c789-2b4c-44b7-836a-e87267b799c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:00:44,003 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.045s 2022-07-20 20:00:44,004 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b1bcf08-2185-4a6b-bbd3-a6e4b8df6259', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b1bcf08-2185-4a6b-bbd3-a6e4b8df6259', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:00:45,062 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.050s 2022-07-20 20:00:45,063 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc0fd633-92bb-4324-8dfc-5600ca67394c', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc0fd633-92bb-4324-8dfc-5600ca67394c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:00:46,120 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.049s 2022-07-20 20:00:46,120 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2a408ce-615a-499e-9377-93c6ab9f1a4a', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2a408ce-615a-499e-9377-93c6ab9f1a4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:00:47,173 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 20:00:47,174 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d737f13a-7df4-4acf-aad3-d59645a3aeec', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d737f13a-7df4-4acf-aad3-d59645a3aeec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:00:48,226 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.045s 2022-07-20 20:00:48,227 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-036fe7d0-22e1-4ac7-b170-57c8c8ac83e9', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-036fe7d0-22e1-4ac7-b170-57c8c8ac83e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:00:49,279 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.045s 2022-07-20 20:00:49,280 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f22abb6-69db-470e-8e56-a25247ec5305', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f22abb6-69db-470e-8e56-a25247ec5305', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:00:50,333 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.045s 2022-07-20 20:00:50,334 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eebc630a-6338-4e30-80d7-b05fddeeef86', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eebc630a-6338-4e30-80d7-b05fddeeef86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:00:51,386 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 20:00:51,387 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8ee8085-3478-4564-b63a-139fb8f243b2', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8ee8085-3478-4564-b63a-139fb8f243b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:00:52,439 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 20:00:52,440 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0e38708-733a-4b1d-87fd-0536ece25791', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0e38708-733a-4b1d-87fd-0536ece25791', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:00:53,499 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.051s 2022-07-20 20:00:53,499 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ddb938b-ddbb-4fd8-91ff-2a0f21055d81', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ddb938b-ddbb-4fd8-91ff-2a0f21055d81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:00:54,560 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.051s 2022-07-20 20:00:54,560 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad90e53a-642f-4f8c-9448-de430a6f9115', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad90e53a-642f-4f8c-9448-de430a6f9115', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:00:55,618 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.049s 2022-07-20 20:00:55,618 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b2ff124-f0cf-4cd9-a961-07b118ef55ea', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b2ff124-f0cf-4cd9-a961-07b118ef55ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:00:56,671 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 20:00:56,672 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-689a5459-240d-482c-83bf-1e723983cd7d', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-689a5459-240d-482c-83bf-1e723983cd7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:00:57,725 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.045s 2022-07-20 20:00:57,725 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-377bc368-2e30-4bb8-9411-ee3e8a7b421a', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-377bc368-2e30-4bb8-9411-ee3e8a7b421a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:00:58,782 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.048s 2022-07-20 20:00:58,782 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2fed57e4-f308-405b-8b1a-1979b8638e41', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2fed57e4-f308-405b-8b1a-1979b8638e41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:00:59,854 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.064s 2022-07-20 20:00:59,855 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:00:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-23d29631-6421-4712-8c65-ab441ccc3b4e', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-23d29631-6421-4712-8c65-ab441ccc3b4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:01:00,910 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.046s 2022-07-20 20:01:00,910 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-658ab979-5d19-40be-86ec-4ee7de95df64', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-658ab979-5d19-40be-86ec-4ee7de95df64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:01:01,969 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.051s 2022-07-20 20:01:01,969 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca3b26fa-5e64-419c-a679-34c8927c7d43', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca3b26fa-5e64-419c-a679-34c8927c7d43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:01:03,025 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.047s 2022-07-20 20:01:03,025 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b82401e0-fb08-4203-8d92-e996baf0f938', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b82401e0-fb08-4203-8d92-e996baf0f938', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:01:04,087 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.053s 2022-07-20 20:01:04,087 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39a16553-21a1-40aa-badd-c278ec79bf4f', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39a16553-21a1-40aa-badd-c278ec79bf4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:01:05,143 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.047s 2022-07-20 20:01:05,143 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e3c01dee-45eb-4899-a435-74c41ac1f048', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e3c01dee-45eb-4899-a435-74c41ac1f048', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:01:06,203 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.051s 2022-07-20 20:01:06,204 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea159bfb-5a18-43d0-913e-cf07ddfdd2b7', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea159bfb-5a18-43d0-913e-cf07ddfdd2b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:01:07,260 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.048s 2022-07-20 20:01:07,261 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f5a621b-459b-43bc-827c-a88ae4135477', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f5a621b-459b-43bc-827c-a88ae4135477', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:01:08,329 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.060s 2022-07-20 20:01:08,329 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b368e962-dcb1-49e7-a763-faef0de082e5', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b368e962-dcb1-49e7-a763-faef0de082e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:01:09,398 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.060s 2022-07-20 20:01:09,398 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f4a0286-96ba-4940-892a-6403aa15675e', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f4a0286-96ba-4940-892a-6403aa15675e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:01:10,460 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.053s 2022-07-20 20:01:10,460 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-756e7956-2b0c-4300-9c26-2a368ccce2de', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-756e7956-2b0c-4300-9c26-2a368ccce2de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:01:11,532 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.064s 2022-07-20 20:01:11,533 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f9c74ab-3315-49dd-82d2-24dba8df3fac', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f9c74ab-3315-49dd-82d2-24dba8df3fac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:01:12,638 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.097s 2022-07-20 20:01:12,638 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-983433cc-b633-41b3-afd9-e6bd7318971c', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-983433cc-b633-41b3-afd9-e6bd7318971c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:01:13,724 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.076s 2022-07-20 20:01:13,724 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-600cf11c-f64e-4f0a-926e-f4f77a73096f', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-600cf11c-f64e-4f0a-926e-f4f77a73096f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:01:14,785 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.045s 2022-07-20 20:01:14,785 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37b22391-dd3a-4758-b30c-15f9599d8380', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37b22391-dd3a-4758-b30c-15f9599d8380', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:01:15,840 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.046s 2022-07-20 20:01:15,840 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c89d634-3644-4a90-a240-0fd21fab200a', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c89d634-3644-4a90-a240-0fd21fab200a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:01:16,893 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 20:01:16,894 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8280cbd-818e-47f0-b6d8-1c8a83771bda', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8280cbd-818e-47f0-b6d8-1c8a83771bda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:01:17,947 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.046s 2022-07-20 20:01:17,948 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-faf512e7-05b3-4390-8efc-abb832a36714', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-faf512e7-05b3-4390-8efc-abb832a36714', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:01:19,000 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.045s 2022-07-20 20:01:19,001 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e662fbc-c9af-4b24-b2d8-cabda07b7183', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e662fbc-c9af-4b24-b2d8-cabda07b7183', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:01:20,054 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.045s 2022-07-20 20:01:20,055 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d97cc89d-1f4b-4c66-aeac-4838dab53808', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d97cc89d-1f4b-4c66-aeac-4838dab53808', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:01:21,108 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 20:01:21,109 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ae00265-0888-4935-905c-991a7490fd13', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ae00265-0888-4935-905c-991a7490fd13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:01:22,165 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.048s 2022-07-20 20:01:22,165 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47904903-6883-4be5-b68d-9b805b09dbb2', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47904903-6883-4be5-b68d-9b805b09dbb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:01:23,218 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.045s 2022-07-20 20:01:23,218 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3939fe6-a16d-44aa-be08-7e3fbfd0e50a', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3939fe6-a16d-44aa-be08-7e3fbfd0e50a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:01:24,272 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.046s 2022-07-20 20:01:24,273 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96970885-9503-4318-8830-617fe48518ea', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96970885-9503-4318-8830-617fe48518ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:01:25,331 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.049s 2022-07-20 20:01:25,331 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65e17b19-3fd5-4f3a-ac56-b6eb2f78457d', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65e17b19-3fd5-4f3a-ac56-b6eb2f78457d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:01:26,385 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.046s 2022-07-20 20:01:26,386 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2c61315-f6ba-4360-8fcb-ec1f58b1f936', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2c61315-f6ba-4360-8fcb-ec1f58b1f936', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:01:27,442 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.047s 2022-07-20 20:01:27,442 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8a844af-575f-4495-b5cf-4ebb27a138e1', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e8a844af-575f-4495-b5cf-4ebb27a138e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:01:28,494 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.045s 2022-07-20 20:01:28,495 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44bb7521-ee1d-4d6d-bd5a-50ce156b50e9', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44bb7521-ee1d-4d6d-bd5a-50ce156b50e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:01:29,547 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 20:01:29,548 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c2e07a46-df2a-467f-bb0f-1333cae73120', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c2e07a46-df2a-467f-bb0f-1333cae73120', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:01:30,601 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.045s 2022-07-20 20:01:30,601 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f82caf0d-6257-48a9-be1c-6f06eb834070', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f82caf0d-6257-48a9-be1c-6f06eb834070', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:01:31,656 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.046s 2022-07-20 20:01:31,657 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f54e7e9-2166-4888-a314-fd5856985bb4', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f54e7e9-2166-4888-a314-fd5856985bb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:01:32,716 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.051s 2022-07-20 20:01:32,716 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e18b432f-0091-44e4-b65b-22acbde2bbf9', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e18b432f-0091-44e4-b65b-22acbde2bbf9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:01:33,772 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.047s 2022-07-20 20:01:33,773 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c7a3dac-f09b-4b71-8aed-658143cc9337', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c7a3dac-f09b-4b71-8aed-658143cc9337', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:01:34,825 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 20:01:34,826 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7def7769-e693-4752-a401-368223c9e4bc', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7def7769-e693-4752-a401-368223c9e4bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:01:35,877 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 20:01:35,878 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c90ce4c0-fa91-4865-95d6-69acfc14a272', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c90ce4c0-fa91-4865-95d6-69acfc14a272', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:01:36,932 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.047s 2022-07-20 20:01:36,932 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9960d0b0-c1ee-47eb-935a-75a806fa4c90', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9960d0b0-c1ee-47eb-935a-75a806fa4c90', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:01:37,985 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.043s 2022-07-20 20:01:37,985 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a5ee4e4-7140-44a7-897d-7a2324e379c4', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a5ee4e4-7140-44a7-897d-7a2324e379c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:01:39,037 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 20:01:39,038 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f89ca29-9508-4198-8d62-87e1b4603186', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f89ca29-9508-4198-8d62-87e1b4603186', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:01:40,089 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.043s 2022-07-20 20:01:40,090 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68ac8116-f36a-42e8-ba7b-26ddc9896ef5', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68ac8116-f36a-42e8-ba7b-26ddc9896ef5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:01:41,143 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 20:01:41,143 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6162e6e2-82d3-4f00-8e44-6c8278446788', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6162e6e2-82d3-4f00-8e44-6c8278446788', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:01:42,195 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 20:01:42,196 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce7bd025-3dbb-4a18-94d6-943e6aea410c', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce7bd025-3dbb-4a18-94d6-943e6aea410c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:01:43,249 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 20:01:43,249 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0313f96-a068-4b0f-98d9-e608a05b5bcf', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0313f96-a068-4b0f-98d9-e608a05b5bcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:01:44,304 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.046s 2022-07-20 20:01:44,304 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cadd1ba1-10b9-4320-8839-3a3925fa64d5', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cadd1ba1-10b9-4320-8839-3a3925fa64d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:01:45,358 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.045s 2022-07-20 20:01:45,359 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-287d6bb5-c8e8-4006-aeb1-d65834ed7e02', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-287d6bb5-c8e8-4006-aeb1-d65834ed7e02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:01:46,411 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.045s 2022-07-20 20:01:46,412 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ae749ba-97bf-489a-8f2e-85ed6284adfa', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ae749ba-97bf-489a-8f2e-85ed6284adfa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:01:47,464 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 20:01:47,464 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0efa554-f279-473a-a952-e0048835b470', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0efa554-f279-473a-a952-e0048835b470', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:01:48,517 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 20:01:48,517 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78eb25b5-02f1-4206-a2a7-57849e6ff0cf', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78eb25b5-02f1-4206-a2a7-57849e6ff0cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:01:49,570 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 20:01:49,570 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74937fc4-6fb5-4546-9e54-54787f2580ef', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74937fc4-6fb5-4546-9e54-54787f2580ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:01:50,623 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 20:01:50,623 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ec7cbdc-cc75-45ca-a962-17adac3420ea', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ec7cbdc-cc75-45ca-a962-17adac3420ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:01:51,675 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 20:01:51,676 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76f2f588-cf7b-4f1f-af5c-75b15c26148a', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76f2f588-cf7b-4f1f-af5c-75b15c26148a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:01:52,731 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.047s 2022-07-20 20:01:52,732 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a98b33a3-1b40-4ec4-af23-58a7cf015443', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a98b33a3-1b40-4ec4-af23-58a7cf015443', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:01:53,784 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 20:01:53,784 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-354937e7-26c6-421e-bfa1-69fe2a2d8d42', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-354937e7-26c6-421e-bfa1-69fe2a2d8d42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:01:54,837 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 20:01:54,837 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4278a8f9-c394-40e2-82d4-5cc97f06a89a', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4278a8f9-c394-40e2-82d4-5cc97f06a89a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:01:55,893 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.046s 2022-07-20 20:01:55,893 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72e9d28b-0616-4a09-84f6-44fef82733c2', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72e9d28b-0616-4a09-84f6-44fef82733c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:01:56,949 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.048s 2022-07-20 20:01:56,950 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08183c39-5f7a-45ee-bb10-430adf43dcfa', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08183c39-5f7a-45ee-bb10-430adf43dcfa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:01:58,002 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.045s 2022-07-20 20:01:58,003 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2711b9fe-66b6-414f-89b7-66b6e570ead9', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2711b9fe-66b6-414f-89b7-66b6e570ead9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:01:59,055 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 20:01:59,055 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:01:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c3b1664-a8a0-4e48-8441-a00f70f91ab7', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c3b1664-a8a0-4e48-8441-a00f70f91ab7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:02:00,108 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 20:02:00,108 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76b43845-c7d9-47f3-9804-b490d33181b5', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76b43845-c7d9-47f3-9804-b490d33181b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:02:01,161 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.045s 2022-07-20 20:02:01,161 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47ae2efe-4da6-48ed-ae0b-95d03f3b847f', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47ae2efe-4da6-48ed-ae0b-95d03f3b847f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:02:02,213 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 20:02:02,214 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4cb1b6d9-56f5-40d0-98eb-757ca5f336d9', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4cb1b6d9-56f5-40d0-98eb-757ca5f336d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:02:03,267 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 20:02:03,267 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b97f15af-ccef-4b0b-80b8-4a2f3a93e2b3', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b97f15af-ccef-4b0b-80b8-4a2f3a93e2b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:02:04,319 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.043s 2022-07-20 20:02:04,319 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96655a4d-aee2-4b76-84a2-94a7cacdb6d4', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96655a4d-aee2-4b76-84a2-94a7cacdb6d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:02:05,371 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.043s 2022-07-20 20:02:05,372 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94bd3de1-445e-43ae-9716-65b64ea06be4', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94bd3de1-445e-43ae-9716-65b64ea06be4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:02:06,425 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 20:02:06,425 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5fd9d45-a205-4fa6-822d-9a616df232df', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5fd9d45-a205-4fa6-822d-9a616df232df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:02:07,477 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 20:02:07,478 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d7f8016-e464-4e86-817a-7a73176ef629', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d7f8016-e464-4e86-817a-7a73176ef629', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:02:08,530 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 20:02:08,531 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9571202-61f0-4061-827e-13a209cf81d5', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9571202-61f0-4061-827e-13a209cf81d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:02:09,582 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 20:02:09,583 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e8ca759-ee33-41ec-a8b9-c84a67b5659d', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e8ca759-ee33-41ec-a8b9-c84a67b5659d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:02:10,635 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.045s 2022-07-20 20:02:10,636 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53159935-b9f9-46dd-bb3d-381b674522e0', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53159935-b9f9-46dd-bb3d-381b674522e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:02:11,688 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 20:02:11,688 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da99da0d-9bb3-4ea3-85d3-7f99e6f99a8e', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da99da0d-9bb3-4ea3-85d3-7f99e6f99a8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:02:12,741 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.045s 2022-07-20 20:02:12,742 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aae09e00-8889-4cfd-a58f-dfec03dd1240', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aae09e00-8889-4cfd-a58f-dfec03dd1240', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:02:13,797 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.047s 2022-07-20 20:02:13,798 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50c93d73-7001-4aba-b86f-fef7cccaa117', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50c93d73-7001-4aba-b86f-fef7cccaa117', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:02:14,849 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 20:02:14,850 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96f87fc6-9072-4ad5-89f3-71a217587f1c', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96f87fc6-9072-4ad5-89f3-71a217587f1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:02:15,903 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 20:02:15,903 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c3b4cd4-ba75-4b7a-b4e6-7b56e0069527', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c3b4cd4-ba75-4b7a-b4e6-7b56e0069527', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:02:16,956 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.045s 2022-07-20 20:02:16,957 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ec2011d-be90-46f9-a8f2-44dcc1e549cd', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ec2011d-be90-46f9-a8f2-44dcc1e549cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:02:18,009 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 20:02:18,009 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ecaec4b-b181-4a33-bfa1-9e205205b532', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ecaec4b-b181-4a33-bfa1-9e205205b532', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:02:19,061 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 20:02:19,062 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24139412-c082-47fc-8cf9-4225a1f2818b', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24139412-c082-47fc-8cf9-4225a1f2818b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:02:20,117 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.047s 2022-07-20 20:02:20,117 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-468fca01-cae0-4208-9a87-cf8049357e51', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-468fca01-cae0-4208-9a87-cf8049357e51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:02:21,170 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 20:02:21,171 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d77b142-a1a1-4e72-bc8b-1eaf6080c1e1', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d77b142-a1a1-4e72-bc8b-1eaf6080c1e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:02:22,225 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.046s 2022-07-20 20:02:22,226 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7739f01-4f9d-4ae1-b9cd-59b3881adc8c', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7739f01-4f9d-4ae1-b9cd-59b3881adc8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:02:23,279 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.045s 2022-07-20 20:02:23,280 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b1c68e5c-22c7-4530-b7fd-9f8f06b1e404', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b1c68e5c-22c7-4530-b7fd-9f8f06b1e404', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:02:24,332 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.045s 2022-07-20 20:02:24,333 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e36f4bb-716d-4ec2-b686-a485ccd2941f', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e36f4bb-716d-4ec2-b686-a485ccd2941f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:02:25,384 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 20:02:25,385 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34954dc8-3216-4e6c-82d5-6b680725a91e', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34954dc8-3216-4e6c-82d5-6b680725a91e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:02:26,436 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.043s 2022-07-20 20:02:26,437 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cbe709b-48f9-4cc7-acaf-24fdef9fac53', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cbe709b-48f9-4cc7-acaf-24fdef9fac53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:02:27,490 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 20:02:27,490 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec6b24c3-6926-4cec-b000-4c9aab09de95', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec6b24c3-6926-4cec-b000-4c9aab09de95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:02:28,542 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.043s 2022-07-20 20:02:28,542 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11daa9e4-0138-4871-ab97-1cbd2129445b', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11daa9e4-0138-4871-ab97-1cbd2129445b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:02:29,594 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 20:02:29,594 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdfb78f3-5b13-4446-9ccf-002328153abb', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdfb78f3-5b13-4446-9ccf-002328153abb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:02:30,647 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.045s 2022-07-20 20:02:30,647 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8022d047-b07a-4857-a32a-b783ea6c4b7b', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8022d047-b07a-4857-a32a-b783ea6c4b7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:02:31,704 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.048s 2022-07-20 20:02:31,704 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b17b850-2bc6-4e8b-a765-d6c420ef88da', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b17b850-2bc6-4e8b-a765-d6c420ef88da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:02:32,757 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.045s 2022-07-20 20:02:32,757 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-948c8fea-eb5f-4840-ae8a-9365ed2c2252', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-948c8fea-eb5f-4840-ae8a-9365ed2c2252', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:02:33,811 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.045s 2022-07-20 20:02:33,811 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f34bbd5-60a5-4284-a5d0-4c99f749d020', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f34bbd5-60a5-4284-a5d0-4c99f749d020', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:02:34,863 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 20:02:34,863 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f959e61c-60aa-4289-9e67-2d5dd8934af1', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f959e61c-60aa-4289-9e67-2d5dd8934af1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:02:35,916 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 20:02:35,916 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f90f5fdf-d54e-47c2-b74c-f83dfaabd1fa', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f90f5fdf-d54e-47c2-b74c-f83dfaabd1fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:02:36,969 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 20:02:36,970 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6a16a61-3958-4ec3-8e10-c87ab475cf1c', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6a16a61-3958-4ec3-8e10-c87ab475cf1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:02:38,022 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 20:02:38,022 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ec62d04-9b34-4f18-a6ac-e2684741a4d9', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ec62d04-9b34-4f18-a6ac-e2684741a4d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:02:39,075 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 20:02:39,075 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1974146-4005-42e1-9fef-021db91cbe07', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1974146-4005-42e1-9fef-021db91cbe07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:02:40,128 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 20:02:40,128 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a888333d-05e8-47c6-a28a-4e84ef194698', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a888333d-05e8-47c6-a28a-4e84ef194698', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:02:41,181 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.045s 2022-07-20 20:02:41,182 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59a86420-cfc7-406d-abc3-cf5d674b2be1', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59a86420-cfc7-406d-abc3-cf5d674b2be1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:02:42,240 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.049s 2022-07-20 20:02:42,240 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3be438e4-9180-4821-a103-cd7910cbd17b', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3be438e4-9180-4821-a103-cd7910cbd17b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:02:43,303 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.045s 2022-07-20 20:02:43,303 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-703cbd92-a660-4056-822f-456b6507cca8', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-703cbd92-a660-4056-822f-456b6507cca8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:02:44,361 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.049s 2022-07-20 20:02:44,361 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd7e047e-0362-442a-abba-4d3ddd95382d', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd7e047e-0362-442a-abba-4d3ddd95382d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:02:45,413 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 20:02:45,413 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-df452c7b-d5c0-4d71-bc5b-df5bb0faf0d5', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df452c7b-d5c0-4d71-bc5b-df5bb0faf0d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:02:46,470 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.047s 2022-07-20 20:02:46,470 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7cf7a8d6-ffde-4b2d-8bdf-3654acc3ec54', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7cf7a8d6-ffde-4b2d-8bdf-3654acc3ec54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:02:47,522 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 20:02:47,523 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edf5aef9-fddb-44c2-aeae-6f18854ba14a', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edf5aef9-fddb-44c2-aeae-6f18854ba14a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:02:48,582 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.051s 2022-07-20 20:02:48,582 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f083e9b8-fc77-41e8-894e-40a04e94e1b6', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f083e9b8-fc77-41e8-894e-40a04e94e1b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:02:49,635 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 20:02:49,636 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e69a0ba-0002-4a06-b5b1-02c2e89e8b5f', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e69a0ba-0002-4a06-b5b1-02c2e89e8b5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:02:50,690 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.047s 2022-07-20 20:02:50,691 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d16c130-303c-41c9-aac9-a80711c01c6e', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d16c130-303c-41c9-aac9-a80711c01c6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:02:51,749 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.049s 2022-07-20 20:02:51,749 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d675c5d-1cb4-457f-b333-dfebb42b0cee', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d675c5d-1cb4-457f-b333-dfebb42b0cee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:02:52,804 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.046s 2022-07-20 20:02:52,804 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84415c8c-8d10-4aa6-8a49-ec27aaf786fc', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84415c8c-8d10-4aa6-8a49-ec27aaf786fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:02:53,862 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.050s 2022-07-20 20:02:53,863 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3965bd3e-9267-4027-9321-e7f87595d25b', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3965bd3e-9267-4027-9321-e7f87595d25b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:02:54,918 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.047s 2022-07-20 20:02:54,919 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afe064d0-8fe3-489e-8737-f8ffa394739d', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afe064d0-8fe3-489e-8737-f8ffa394739d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:02:55,976 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.049s 2022-07-20 20:02:55,976 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-46760a38-8b04-4dbc-9b75-447e187e4ad8', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-46760a38-8b04-4dbc-9b75-447e187e4ad8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:02:57,031 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.046s 2022-07-20 20:02:57,031 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2d0df0c-2c93-4d78-9bec-cb0b00b0fc8d', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2d0df0c-2c93-4d78-9bec-cb0b00b0fc8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:02:58,084 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.044s 2022-07-20 20:02:58,084 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27e48c58-15c0-40f9-b1a8-97a83c4ae591', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27e48c58-15c0-40f9-b1a8-97a83c4ae591', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:02:59,140 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba 0.047s 2022-07-20 20:02:59,140 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0ff1347-77dc-46b6-85e1-d2d10feaae88', 'content-length': '1210', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0ff1347-77dc-46b6-85e1-d2d10feaae88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba'} Body: b'{"volume": {"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "status": "detaching", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:26:40.000000", "updated_at": "2022-07-20T19:48:58.000000", "name": "tempest-VolumesSnapshotTestJSON-Volume-467297187", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/e0bb4af78c1d4589b1d3cc90d5e6be63/volumes/314fa7fd-d882-4be3-a319-c7a44c9d8bba"}], "user_id": "78ae826a812b44328c48b82e9498ad8b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "attachment_id": "997f9b33-7298-4842-9869-e7ce0a2d56fc", "volume_id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba", "server_id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "host_name": null, "device": "/dev/sdb", "attached_at": "2022-07-20T19:29:37.000000"}], "os-vol-tenant-attr:tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63"}}' 2022-07-20 20:02:59,462 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 204 DELETE http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a 0.314s 2022-07-20 20:02:59,463 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:59 GMT', 'server': 'Apache/2.4.41 (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-07e4b2e8-9fce-414f-8a3a-8faa63fbebac', 'x-compute-request-id': 'req-07e4b2e8-9fce-414f-8a3a-8faa63fbebac', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a'} Body: b'' 2022-07-20 20:02:59,623 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a 0.160s 2022-07-20 20:02:59,624 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:02:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b2992e67-294f-4e35-9751-d2a9bc8201fa', 'x-compute-request-id': 'req-b2992e67-294f-4e35-9751-d2a9bc8201fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a'} Body: b'{"server": {"id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "name": "tempest-VolumesSnapshotTestJSON-instance-450237632", "status": "ACTIVE", "tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "user_id": "78ae826a812b44328c48b82e9498ad8b", "metadata": {}, "hostId": "940666a3acfcc2403491b41cb6d0b89616960a987bf329fb4710c102", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:10Z", "updated": "2022-07-20T20:02:59Z", "addresses": {"tempest-VolumesSnapshotTestJSON-360297816-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:1a:19"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-07-20T19:29:33.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba"}]}}' 2022-07-20 20:03:00,868 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a 0.236s 2022-07-20 20:03:00,868 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1559', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-852ef4c7-b0cc-4ed0-8b35-990099a93b3c', 'x-compute-request-id': 'req-852ef4c7-b0cc-4ed0-8b35-990099a93b3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a'} Body: b'{"server": {"id": "43fe56ab-bf09-4ec0-84d5-306f16cb9d5a", "name": "tempest-VolumesSnapshotTestJSON-instance-450237632", "status": "ACTIVE", "tenant_id": "e0bb4af78c1d4589b1d3cc90d5e6be63", "user_id": "78ae826a812b44328c48b82e9498ad8b", "metadata": {}, "hostId": "940666a3acfcc2403491b41cb6d0b89616960a987bf329fb4710c102", "image": {"id": "59575804-e013-4dec-af24-b6c2dbbce73a", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/images/59575804-e013-4dec-af24-b6c2dbbce73a"}]}, "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:10Z", "updated": "2022-07-20T20:02:59Z", "addresses": {"tempest-VolumesSnapshotTestJSON-360297816-network": [{"version": 4, "addr": "172.20.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:11:1a:19"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": null, "OS-SRV-USG:launched_at": "2022-07-20T19:29:33.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "314fa7fd-d882-4be3-a319-c7a44c9d8bba"}]}}' 2022-07-20 20:03:01,912 118443 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotTestJSON:_run_cleanups): 404 GET http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a 0.034s 2022-07-20 20:03:01,912 118443 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 20:03:01 GMT', 'server': 'Apache/2.4.41 (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-51105fd0-fcb0-41a3-ba0e-c61e697e40cd', 'x-compute-request-id': 'req-51105fd0-fcb0-41a3-ba0e-c61e697e40cd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 43fe56ab-bf09-4ec0-84d5-306f16cb9d5a could not be found."}}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 449, in _make_request six.raise_from(e, None) File "<string>", line 3, in raise_from File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 444, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.8/http/client.py", line 1348, in getresponse response.begin() File "/usr/lib/python3.8/http/client.py", line 316, in begin version, status, reason = self._read_status() File "/usr/lib/python3.8/http/client.py", line 277, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.8/socket.py", line 669, in readinto return self._sock.recv_into(b) socket.timeout: timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 451, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 340, in _raise_timeout raise ReadTimeoutError( urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 480, in detach_volume resp, body = self.delete('servers/%s/os-volume_attachments/%s' % File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 330, 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 704, in request resp, resp_body = self._request(method, url, headers=headers, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 583, in _request resp, resp_body = self.raw_request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 623, in raw_request resp, resp_body = self.http_obj.request( File "/opt/stack/tempest/tempest/lib/common/http.py", line 110, in request r = super(ClosingHttp, self).request(method, url, retries=retry, File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 74, in request return self.request_encode_url( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 96, in request_encode_url return self.urlopen(method, url, **extra_kw) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen return self.urlopen( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen return self.urlopen( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen return self.urlopen( [Previous line repeated 7 more times] File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 785, in urlopen retries = retries.increment( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 592, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='10.222.0.69', port=80): Max retries exceeded with url: /compute/v2.1/servers/43fe56ab-bf09-4ec0-84d5-306f16cb9d5a/os-volume_attachments/314fa7fd-d882-4be3-a319-c7a44c9d8bba (Caused by ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")) }}} traceback-2: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/waiters.py", line 317, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: volume 314fa7fd-d882-4be3-a319-c7a44c9d8bba failed to reach available status (current detaching) within the required time (360 s). }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots.py", line 88, in test_snapshot_create_offline_delete_online snapshot3 = self.create_snapshot(self.volume_origin['id'], force=True) File "/opt/stack/tempest/tempest/api/volume/base.py", line 146, in create_snapshot waiters.wait_for_volume_resource_status(cls.snapshots_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 317, in wait_for_volume_resource_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: snapshot d6e2e1bb-6094-4eb6-8ce5-30130e1d9c16 failed to reach available status (current creating) within the required time (360 s). |
||||||
test_volume_from_snapshot[id-677863d1-3142-456d-b6ac-9924f667a7f4] |
pass
pt6.5: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot[id-677863d1-3142-456d-b6ac-9924f667a7f4] |
||||||
test_volume_from_snapshot_no_size[id-053d8870-8282-4fff-9dbb-99cb58bb5e0a] |
pass
pt6.6: tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot_no_size[id-053d8870-8282-4fff-9dbb-99cb58bb5e0a] |
||||||
tempest.scenario.test_shelve_instance.TestShelveInstance | 1 | 0 | 1 | 0 | 0 | Detail | |
test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume] |
fail
ft7.1: tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-20 19:28:53,340 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 POST http://10.222.0.69/compute/v2.1/os-keypairs 0.177s 2022-07-20 19:28:53,341 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestShelveInstance-1245547191", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMwRV5uI0VFyjVrqB/RWoSPYtrZYufXylXNq/B4KfubIEtlKqR3LSShe33wNkKO/Zvik0coLSorCmzV8Uwv1PlL2BfjXEw8ZkIgaWGDtJlaCTeMXDNoalQ3NcIhafFzC4A=="}} Response - Headers: {'date': 'Wed, 20 Jul 2022 19:28:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '397', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc524671-73a7-43e7-9080-a1760f558b3b', 'x-compute-request-id': 'req-bc524671-73a7-43e7-9080-a1760f558b3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-1245547191", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMwRV5uI0VFyjVrqB/RWoSPYtrZYufXylXNq/B4KfubIEtlKqR3LSShe33wNkKO/Zvik0coLSorCmzV8Uwv1PlL2BfjXEw8ZkIgaWGDtJlaCTeMXDNoalQ3NcIhafFzC4A==", "fingerprint": "c8:85:e5:03:b3:c8:e8:3c:fa:dd:69:49:39:d3:b9:84", "user_id": "4d7204f863c64eeeb7dab59a30c447b8"}}' 2022-07-20 19:28:53,516 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.69:9696/v2.0/security-groups 0.173s 2022-07-20 19:28:53,516 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup-smoke-808235579", "description": "tempest-secgroup-smoke-808235579 description", "project_id": "da296fe635c84b99b1645ceaf0138b83"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1609', 'x-openstack-request-id': 'req-cc847a3a-b3b1-494d-af5b-bc3a570ec331', 'date': 'Wed, 20 Jul 2022 19:28:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.69:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "a0429826-5e11-447e-8420-f86f0c770d10", "name": "tempest-secgroup-smoke-808235579", "stateful": true, "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "description": "tempest-secgroup-smoke-808235579 description", "shared": false, "security_group_rules": [{"id": "2ca60792-ad80-4afa-a212-72279c6a23dd", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "security_group_id": "a0429826-5e11-447e-8420-f86f0c770d10", "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": 456, "description": null, "tags": [], "created_at": "2022-07-20T19:28:53Z", "updated_at": "2022-07-20T19:28:53Z", "revision_number": 0, "project_id": "da296fe635c84b99b1645ceaf0138b83"}, {"id": "6c531c30-5c58-45fe-8e2a-89251871d8f2", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "security_group_id": "a0429826-5e11-447e-8420-f86f0c770d10", "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": 457, "description": null, "tags": [], "created_at": "2022-07-20T19:28:53Z", "updated_at": "2022-07-20T19:28:53Z", "revision_number": 0, "project_id": "da296fe635c84b99b1645ceaf0138b83"}], "tags": [], "created_at": "2022-07-20T19:28:53Z", "updated_at": "2022-07-20T19:28:53Z", "revision_number": 1, "project_id": "da296fe635c84b99b1645ceaf0138b83"}}' 2022-07-20 19:28:53,663 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.69:9696/v2.0/security-group-rules 0.145s 2022-07-20 19:28:53,663 118451 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": "a0429826-5e11-447e-8420-f86f0c770d10", "project_id": "da296fe635c84b99b1645ceaf0138b83", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-b89e23d3-2841-45a0-ae5d-d3493cad0d65', 'date': 'Wed, 20 Jul 2022 19:28:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.69:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "61c1d54b-094a-44d4-88dc-842ba6b52470", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "security_group_id": "a0429826-5e11-447e-8420-f86f0c770d10", "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, "description": "", "created_at": "2022-07-20T19:28:53Z", "updated_at": "2022-07-20T19:28:53Z", "revision_number": 0, "project_id": "da296fe635c84b99b1645ceaf0138b83"}}' 2022-07-20 19:28:53,796 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.69:9696/v2.0/security-group-rules 0.133s 2022-07-20 19:28:53,797 118451 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": "a0429826-5e11-447e-8420-f86f0c770d10", "project_id": "da296fe635c84b99b1645ceaf0138b83", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-200af761-c1c5-44dd-9890-784ba2ae90fe', 'date': 'Wed, 20 Jul 2022 19:28:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.69:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "cd85bb92-d476-4c80-a378-9d282a8ac90a", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "security_group_id": "a0429826-5e11-447e-8420-f86f0c770d10", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-07-20T19:28:53Z", "updated_at": "2022-07-20T19:28:53Z", "revision_number": 0, "project_id": "da296fe635c84b99b1645ceaf0138b83"}}' 2022-07-20 19:28:53,976 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.69:9696/v2.0/security-group-rules 0.178s 2022-07-20 19:28:53,976 118451 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": "a0429826-5e11-447e-8420-f86f0c770d10", "project_id": "da296fe635c84b99b1645ceaf0138b83", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-afd7bb5c-1893-4336-a1ae-0cf0911acba6', 'date': 'Wed, 20 Jul 2022 19:28:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.69:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f67296b2-5e1a-4bae-a0ee-8500474afb1a", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "security_group_id": "a0429826-5e11-447e-8420-f86f0c770d10", "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, "description": "", "created_at": "2022-07-20T19:28:53Z", "updated_at": "2022-07-20T19:28:53Z", "revision_number": 0, "project_id": "da296fe635c84b99b1645ceaf0138b83"}}' 2022-07-20 19:28:54,163 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.69:9696/v2.0/security-group-rules 0.186s 2022-07-20 19:28:54,164 118451 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": "a0429826-5e11-447e-8420-f86f0c770d10", "project_id": "da296fe635c84b99b1645ceaf0138b83", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-36777021-a01e-44a6-9493-46dc96176d62', 'date': 'Wed, 20 Jul 2022 19:28:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.69:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0d2c482f-54bf-4e10-9919-334878072916", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "security_group_id": "a0429826-5e11-447e-8420-f86f0c770d10", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-07-20T19:28:54Z", "updated_at": "2022-07-20T19:28:54Z", "revision_number": 0, "project_id": "da296fe635c84b99b1645ceaf0138b83"}}' 2022-07-20 19:28:54,335 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.69:9696/v2.0/security-group-rules 0.171s 2022-07-20 19:28:54,336 118451 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": "a0429826-5e11-447e-8420-f86f0c770d10", "project_id": "da296fe635c84b99b1645ceaf0138b83", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-a6876b90-5a35-48f3-b559-daa4bb5a0101', 'date': 'Wed, 20 Jul 2022 19:28:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.69:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "563e1498-5cbb-4377-a3e6-ff60856978af", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "security_group_id": "a0429826-5e11-447e-8420-f86f0c770d10", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-07-20T19:28:54Z", "updated_at": "2022-07-20T19:28:54Z", "revision_number": 0, "project_id": "da296fe635c84b99b1645ceaf0138b83"}}' 2022-07-20 19:28:54,504 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.69:9696/v2.0/security-group-rules 0.167s 2022-07-20 19:28:54,504 118451 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": "a0429826-5e11-447e-8420-f86f0c770d10", "project_id": "da296fe635c84b99b1645ceaf0138b83", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-21fc4820-ab43-434c-bcb6-cfdd2ac9166c', 'date': 'Wed, 20 Jul 2022 19:28:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.69:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "cd08fb2d-bbe9-41ae-a941-6eeb45cbfce3", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "security_group_id": "a0429826-5e11-447e-8420-f86f0c770d10", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-07-20T19:28:54Z", "updated_at": "2022-07-20T19:28:54Z", "revision_number": 0, "project_id": "da296fe635c84b99b1645ceaf0138b83"}}' 2022-07-20 19:28:54,550 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.69/identity/v3/auth/tokens 0.039s 2022-07-20 19:28:54,550 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 20 Jul 2022 19:28:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3240', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-7e1c256a-1b6c-43bd-a85a-47ddc4a759ec', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.69/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "4d7204f863c64eeeb7dab59a30c447b8", "name": "tempest-TestShelveInstance-1788616897-project", "password_expires_at": null}, "audit_ids": ["roAMHiIoRUKnEb7mUHEzGg"], "expires_at": "2022-07-20T20:28:54.000000Z", "issued_at": "2022-07-20T19:28:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "da296fe635c84b99b1645ceaf0138b83", "name": "tempest-TestShelveInstance-1788616897"}, "is_domain": false, "roles": [{"id": "997417d78f914e27958b852313dcae0e", "name": "reader"}, {"id": "91f9d5c6716547c18da989bf327f6aca", "name": "member"}], "catalog": [{"endpoints": [{"id": "181c0ca6ec904c52b8b351f03fb780e4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83", "region": "RegionOne"}], "id": "3fbf60cbc94448cfad5481ee2a11ebda", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "71b5fdc86fe04c28a9c79a76f37c89af", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83", "region": "RegionOne"}], "id": "432440190a1d4613b9e8de425f523628", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "c7649afba0b64502990d9cf6f81ec35b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.69/compute/v2.1", "region": "RegionOne"}], "id": "5cfe7aa1008c4cac9a1301de1484a76d", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "68abffc301a34944a858b1e8a91dcc17", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.69/identity", "region": "RegionOne"}], "id": "6063f4da01dc408a95887ebde190cf89", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1cf38f75c841415d8220a2a62e5b8b3f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.69/image", "region": "RegionOne"}], "id": "73e6e3153cb9413895f2855934cebf35", "type": "image", "name": "glance"}, {"endpoints": [{"id": "87c22bc4e4e2402d9ad10640193ef825", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.69/placement", "region": "RegionOne"}], "id": "83576299d09e4da1abeca4dcaa4a189d", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "49645b8e3e1d4494ac65c2bb256e5246", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.69:9696/", "region": "RegionOne"}], "id": "8ab257c2ba3d4ae89f346631a207302b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "27990a0ca6a0472f92355c718739eaf1", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.69:8080/v1/AUTH_da296fe635c84b99b1645ceaf0138b83", "region": "RegionOne"}, {"id": "54f61614484348819cba27996ef1971c", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.69:8080", "region": "RegionOne"}], "id": "c1d906f25dc0453d89b7b975a79137c9", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "a8199c45947e47e0a3dd50f1b2118190", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.69/compute/v2/da296fe635c84b99b1645ceaf0138b83", "region": "RegionOne"}], "id": "e5774141a451493bb458c52931172eaf", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-07-20 19:28:54,551 118451 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': 'b7e436a7-95a3-4e1b-a61b-934fed4b0d92', 'name': 'tempest-TestShelveInstance-429580876-network', 'tenant_id': 'da296fe635c84b99b1645ceaf0138b83', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'da296fe635c84b99b1645ceaf0138b83', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 880, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-07-20T19:28:42Z', 'updated_at': '2022-07-20T19:28:42Z', 'revision_number': 1} available for tenant 2022-07-20 19:28:54,982 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes 0.431s 2022-07-20 19:28:54,983 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"name": "tempest-tempest.common.compute-volume-867697594", "imageRef": "59575804-e013-4dec-af24-b6c2dbbce73a", "size": 1}} Response - Headers: {'date': 'Wed, 20 Jul 2022 19:28:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80cd09ea-b840-44e4-b65b-d65c707cdd8b', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80cd09ea-b840-44e4-b65b-d65c707cdd8b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes'} Body: b'{"volume": {"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:54.910286", "updated_at": null, "name": "tempest-tempest.common.compute-volume-867697594", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}], "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-20 19:28:55,031 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49 0.041s 2022-07-20 19:28:55,032 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:28:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f5b3562-a749-4bae-a71c-1ca1d155f06a', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f5b3562-a749-4bae-a71c-1ca1d155f06a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49'} Body: b'{"volume": {"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-867697594", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}], "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "da296fe635c84b99b1645ceaf0138b83"}}' 2022-07-20 19:28:56,100 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49 0.060s 2022-07-20 19:28:56,100 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:28:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30e4762b-8d0b-4031-a97b-58bfa855bfe0', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30e4762b-8d0b-4031-a97b-58bfa855bfe0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49'} Body: b'{"volume": {"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:28:55.000000", "name": "tempest-tempest.common.compute-volume-867697594", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}], "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "da296fe635c84b99b1645ceaf0138b83"}}' 2022-07-20 19:28:57,150 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49 0.043s 2022-07-20 19:28:57,151 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:28:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6516068b-9dcf-45dc-8e82-e3318081e202', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6516068b-9dcf-45dc-8e82-e3318081e202', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49'} Body: b'{"volume": {"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:28:55.000000", "name": "tempest-tempest.common.compute-volume-867697594", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}], "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "da296fe635c84b99b1645ceaf0138b83"}}' 2022-07-20 19:28:58,212 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49 0.054s 2022-07-20 19:28:58,213 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:28:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45289105-eff4-4619-9637-2b7ab62559b9', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45289105-eff4-4619-9637-2b7ab62559b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49'} Body: b'{"volume": {"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:28:55.000000", "name": "tempest-tempest.common.compute-volume-867697594", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}], "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "da296fe635c84b99b1645ceaf0138b83"}}' 2022-07-20 19:28:59,265 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49 0.043s 2022-07-20 19:28:59,265 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:28:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eeb97622-b21b-4143-a902-a2b15c9c6f4f', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eeb97622-b21b-4143-a902-a2b15c9c6f4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49'} Body: b'{"volume": {"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:28:55.000000", "name": "tempest-tempest.common.compute-volume-867697594", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}], "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "da296fe635c84b99b1645ceaf0138b83"}}' 2022-07-20 19:29:00,317 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49 0.043s 2022-07-20 19:29:00,317 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fd5036a-2633-4602-a028-4f52d4a9b164', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fd5036a-2633-4602-a028-4f52d4a9b164', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49'} Body: b'{"volume": {"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:28:55.000000", "name": "tempest-tempest.common.compute-volume-867697594", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}], "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "da296fe635c84b99b1645ceaf0138b83"}}' 2022-07-20 19:29:01,373 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49 0.048s 2022-07-20 19:29:01,373 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e9cff6a-6936-4d60-ba6d-efdfba5109cc', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e9cff6a-6936-4d60-ba6d-efdfba5109cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49'} Body: b'{"volume": {"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:28:55.000000", "name": "tempest-tempest.common.compute-volume-867697594", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}], "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "da296fe635c84b99b1645ceaf0138b83"}}' 2022-07-20 19:29:02,429 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49 0.048s 2022-07-20 19:29:02,430 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e154e3c1-9990-4361-9b46-2b4f59c3df52', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e154e3c1-9990-4361-9b46-2b4f59c3df52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49'} Body: b'{"volume": {"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:28:55.000000", "name": "tempest-tempest.common.compute-volume-867697594", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}], "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "da296fe635c84b99b1645ceaf0138b83"}}' 2022-07-20 19:29:03,478 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49 0.040s 2022-07-20 19:29:03,478 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31ecdf95-682f-48df-845b-7a82a15b16a5', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31ecdf95-682f-48df-845b-7a82a15b16a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49'} Body: b'{"volume": {"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:28:55.000000", "name": "tempest-tempest.common.compute-volume-867697594", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}], "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "da296fe635c84b99b1645ceaf0138b83"}}' 2022-07-20 19:29:04,531 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49 0.046s 2022-07-20 19:29:04,531 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14ce7856-b6e9-4aee-adb7-ee1912f11451', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14ce7856-b6e9-4aee-adb7-ee1912f11451', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49'} Body: b'{"volume": {"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:28:55.000000", "name": "tempest-tempest.common.compute-volume-867697594", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}], "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "da296fe635c84b99b1645ceaf0138b83"}}' 2022-07-20 19:29:05,578 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49 0.038s 2022-07-20 19:29:05,578 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fabb572a-be73-4eb4-baa5-1cc4216c9710', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fabb572a-be73-4eb4-baa5-1cc4216c9710', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49'} Body: b'{"volume": {"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:28:55.000000", "name": "tempest-tempest.common.compute-volume-867697594", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}], "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "da296fe635c84b99b1645ceaf0138b83"}}' 2022-07-20 19:29:06,626 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49 0.040s 2022-07-20 19:29:06,626 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d1839fa-e520-41fa-ba59-9cfb8afcd718', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d1839fa-e520-41fa-ba59-9cfb8afcd718', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49'} Body: b'{"volume": {"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:28:55.000000", "name": "tempest-tempest.common.compute-volume-867697594", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}], "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "da296fe635c84b99b1645ceaf0138b83"}}' 2022-07-20 19:29:07,674 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49 0.040s 2022-07-20 19:29:07,675 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98675580-f70f-4bfe-85ba-1446d9bff4f8', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98675580-f70f-4bfe-85ba-1446d9bff4f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49'} Body: b'{"volume": {"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:28:55.000000", "name": "tempest-tempest.common.compute-volume-867697594", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}], "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "da296fe635c84b99b1645ceaf0138b83"}}' 2022-07-20 19:29:08,722 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49 0.040s 2022-07-20 19:29:08,723 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e053216-0daf-4e64-ae70-d68398ab78f2', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e053216-0daf-4e64-ae70-d68398ab78f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49'} Body: b'{"volume": {"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:28:55.000000", "name": "tempest-tempest.common.compute-volume-867697594", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}], "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "da296fe635c84b99b1645ceaf0138b83"}}' 2022-07-20 19:29:09,770 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49 0.040s 2022-07-20 19:29:09,770 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f9f4f2a-afdf-4c30-89b8-731f2ea0390d', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f9f4f2a-afdf-4c30-89b8-731f2ea0390d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49'} Body: b'{"volume": {"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:28:55.000000", "name": "tempest-tempest.common.compute-volume-867697594", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}], "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "da296fe635c84b99b1645ceaf0138b83"}}' 2022-07-20 19:29:10,839 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49 0.061s 2022-07-20 19:29:10,839 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd062934-b6bb-44e7-b53c-1011cf6b864f', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd062934-b6bb-44e7-b53c-1011cf6b864f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49'} Body: b'{"volume": {"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:28:55.000000", "name": "tempest-tempest.common.compute-volume-867697594", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}], "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "da296fe635c84b99b1645ceaf0138b83"}}' 2022-07-20 19:29:11,890 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49 0.042s 2022-07-20 19:29:11,890 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c34491a8-8269-4f55-9293-c2909f136806', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c34491a8-8269-4f55-9293-c2909f136806', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49'} Body: b'{"volume": {"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:28:55.000000", "name": "tempest-tempest.common.compute-volume-867697594", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}], "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "da296fe635c84b99b1645ceaf0138b83"}}' 2022-07-20 19:29:12,949 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49 0.051s 2022-07-20 19:29:12,949 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68b8bf46-9a59-44ee-9372-77e88a34c6b6', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68b8bf46-9a59-44ee-9372-77e88a34c6b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49'} Body: b'{"volume": {"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:28:55.000000", "name": "tempest-tempest.common.compute-volume-867697594", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}], "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "da296fe635c84b99b1645ceaf0138b83"}}' 2022-07-20 19:29:14,001 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49 0.040s 2022-07-20 19:29:14,001 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bab14aff-62e2-4cf1-ba72-d7995a52596e', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bab14aff-62e2-4cf1-ba72-d7995a52596e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49'} Body: b'{"volume": {"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:28:55.000000", "name": "tempest-tempest.common.compute-volume-867697594", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}], "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "da296fe635c84b99b1645ceaf0138b83"}}' 2022-07-20 19:29:15,051 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49 0.042s 2022-07-20 19:29:15,051 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb91c6ab-9d6a-4106-9ef1-909437faaa28', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb91c6ab-9d6a-4106-9ef1-909437faaa28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49'} Body: b'{"volume": {"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:28:55.000000", "name": "tempest-tempest.common.compute-volume-867697594", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}], "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "da296fe635c84b99b1645ceaf0138b83"}}' 2022-07-20 19:29:16,106 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49 0.048s 2022-07-20 19:29:16,107 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9067ecc8-3c8f-4b45-a847-cdbfae2a8519', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9067ecc8-3c8f-4b45-a847-cdbfae2a8519', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49'} Body: b'{"volume": {"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:28:55.000000", "name": "tempest-tempest.common.compute-volume-867697594", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}], "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "da296fe635c84b99b1645ceaf0138b83"}}' 2022-07-20 19:29:17,186 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49 0.071s 2022-07-20 19:29:17,187 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-845f203f-66f1-4648-9c3a-1b0f36079c1f', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-845f203f-66f1-4648-9c3a-1b0f36079c1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49'} Body: b'{"volume": {"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:28:55.000000", "name": "tempest-tempest.common.compute-volume-867697594", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}], "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "da296fe635c84b99b1645ceaf0138b83"}}' 2022-07-20 19:29:18,242 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49 0.047s 2022-07-20 19:29:18,242 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5310ce95-a35e-4814-874b-f426c64528d0', 'content-length': '971', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5310ce95-a35e-4814-874b-f426c64528d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49'} Body: b'{"volume": {"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:28:55.000000", "name": "tempest-tempest.common.compute-volume-867697594", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}], "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "da296fe635c84b99b1645ceaf0138b83"}}' 2022-07-20 19:29:19,295 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49 0.044s 2022-07-20 19:29:19,295 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09a0208c-d1db-48a7-a320-79829574e8f0', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09a0208c-d1db-48a7-a320-79829574e8f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49'} Body: b'{"volume": {"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:29:19.000000", "name": "tempest-tempest.common.compute-volume-867697594", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}], "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "da296fe635c84b99b1645ceaf0138b83"}}' 2022-07-20 19:29:20,358 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49 0.054s 2022-07-20 19:29:20,358 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e319b4d8-cad8-461e-af22-a2ae0ca5bd27', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e319b4d8-cad8-461e-af22-a2ae0ca5bd27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49'} Body: b'{"volume": {"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:29:19.000000", "name": "tempest-tempest.common.compute-volume-867697594", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}], "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "da296fe635c84b99b1645ceaf0138b83"}}' 2022-07-20 19:29:21,406 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49 0.041s 2022-07-20 19:29:21,406 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b22b1b1-5032-4bc9-afa8-e365c26b9d6a', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b22b1b1-5032-4bc9-afa8-e365c26b9d6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49'} Body: b'{"volume": {"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:29:19.000000", "name": "tempest-tempest.common.compute-volume-867697594", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}], "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "da296fe635c84b99b1645ceaf0138b83"}}' 2022-07-20 19:29:22,454 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49 0.040s 2022-07-20 19:29:22,454 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d82982ab-18dd-45b6-bcc7-8c0e9e974a81', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d82982ab-18dd-45b6-bcc7-8c0e9e974a81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49'} Body: b'{"volume": {"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:29:19.000000", "name": "tempest-tempest.common.compute-volume-867697594", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}], "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "da296fe635c84b99b1645ceaf0138b83"}}' 2022-07-20 19:29:23,524 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49 0.063s 2022-07-20 19:29:23,525 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fbc72cf0-ea5e-43de-8a8a-1bf915355ba5', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbc72cf0-ea5e-43de-8a8a-1bf915355ba5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49'} Body: b'{"volume": {"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:29:19.000000", "name": "tempest-tempest.common.compute-volume-867697594", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}], "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "da296fe635c84b99b1645ceaf0138b83"}}' 2022-07-20 19:29:24,572 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49 0.039s 2022-07-20 19:29:24,572 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21664f63-0a0a-4530-acca-6c508215b2f7', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21664f63-0a0a-4530-acca-6c508215b2f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49'} Body: b'{"volume": {"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:29:19.000000", "name": "tempest-tempest.common.compute-volume-867697594", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}], "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "da296fe635c84b99b1645ceaf0138b83"}}' 2022-07-20 19:29:25,620 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49 0.038s 2022-07-20 19:29:25,620 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-574ce0f7-3fa9-4050-bd03-cdc8d14f755e', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-574ce0f7-3fa9-4050-bd03-cdc8d14f755e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49'} Body: b'{"volume": {"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:29:19.000000", "name": "tempest-tempest.common.compute-volume-867697594", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}], "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "da296fe635c84b99b1645ceaf0138b83"}}' 2022-07-20 19:29:26,668 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49 0.040s 2022-07-20 19:29:26,669 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f90dcb1-a903-438e-b530-e6afafa87ad8', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f90dcb1-a903-438e-b530-e6afafa87ad8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49'} Body: b'{"volume": {"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:29:19.000000", "name": "tempest-tempest.common.compute-volume-867697594", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}], "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "da296fe635c84b99b1645ceaf0138b83"}}' 2022-07-20 19:29:27,726 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49 0.048s 2022-07-20 19:29:27,726 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6f75e8b-6cf1-4a1e-8d57-a8af8541acac', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6f75e8b-6cf1-4a1e-8d57-a8af8541acac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49'} Body: b'{"volume": {"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:29:19.000000", "name": "tempest-tempest.common.compute-volume-867697594", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}], "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "da296fe635c84b99b1645ceaf0138b83"}}' 2022-07-20 19:29:28,776 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49 0.040s 2022-07-20 19:29:28,776 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fbc13a8-c53c-4889-a18e-2d202abea818', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fbc13a8-c53c-4889-a18e-2d202abea818', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49'} Body: b'{"volume": {"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:29:19.000000", "name": "tempest-tempest.common.compute-volume-867697594", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}], "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "da296fe635c84b99b1645ceaf0138b83"}}' 2022-07-20 19:29:29,823 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49 0.039s 2022-07-20 19:29:29,824 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2546f55a-d4b8-46fe-a661-e0b871405f7b', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2546f55a-d4b8-46fe-a661-e0b871405f7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49'} Body: b'{"volume": {"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:29:19.000000", "name": "tempest-tempest.common.compute-volume-867697594", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}], "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "da296fe635c84b99b1645ceaf0138b83"}}' 2022-07-20 19:29:30,874 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49 0.042s 2022-07-20 19:29:30,875 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24b16518-bfd2-4ed3-9d40-f6c10e846e93', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24b16518-bfd2-4ed3-9d40-f6c10e846e93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49'} Body: b'{"volume": {"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:29:19.000000", "name": "tempest-tempest.common.compute-volume-867697594", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}], "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "da296fe635c84b99b1645ceaf0138b83"}}' 2022-07-20 19:29:31,925 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49 0.042s 2022-07-20 19:29:31,925 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08637b31-1aea-4a55-b2d5-fc78a8237e9f', 'content-length': '974', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08637b31-1aea-4a55-b2d5-fc78a8237e9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49'} Body: b'{"volume": {"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:29:19.000000", "name": "tempest-tempest.common.compute-volume-867697594", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}], "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "da296fe635c84b99b1645ceaf0138b83"}}' 2022-07-20 19:29:32,978 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49 0.045s 2022-07-20 19:29:32,979 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca590e67-297e-47d0-a58f-f448a5ba4268', 'content-length': '1364', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca590e67-297e-47d0-a58f-f448a5ba4268', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49'} Body: b'{"volume": {"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:29:33.000000", "name": "tempest-tempest.common.compute-volume-867697594", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}], "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "59575804-e013-4dec-af24-b6c2dbbce73a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "da296fe635c84b99b1645ceaf0138b83"}}' 2022-07-20 19:29:34,029 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49 0.039s 2022-07-20 19:29:34,029 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-467b69a5-459b-4649-aa73-cf35098bd90a', 'content-length': '1362', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-467b69a5-459b-4649-aa73-cf35098bd90a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49'} Body: b'{"volume": {"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:55.000000", "updated_at": "2022-07-20T19:29:33.000000", "name": "tempest-tempest.common.compute-volume-867697594", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/da296fe635c84b99b1645ceaf0138b83/volumes/0aabe444-b0ff-42b1-9a95-76cfe20edd49"}], "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "59575804-e013-4dec-af24-b6c2dbbce73a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "da296fe635c84b99b1645ceaf0138b83"}}' 2022-07-20 19:29:34,036 118451 INFO [tempest.common.waiters] volume 0aabe444-b0ff-42b1-9a95-76cfe20edd49 reached available after waiting for 39.036626 seconds 2022-07-20 19:29:34,810 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.222.0.69/compute/v2.1/servers 0.773s 2022-07-20 19:29:34,810 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestShelveInstance-server-1328241586", "imageRef": "", "flavorRef": "452", "key_name": "tempest-TestShelveInstance-1245547191", "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "networks": [{"uuid": "b7e436a7-95a3-4e1b-a61b-934fed4b0d92"}], "block_device_mapping_v2": [{"uuid": "0aabe444-b0ff-42b1-9a95-76cfe20edd49", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": true}]}} Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '405', 'location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-70f1100d-0b41-4aa8-95f5-799e27a5da2e', 'x-compute-request-id': 'req-70f1100d-0b41-4aa8-95f5-799e27a5da2e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.69/compute/v2.1/servers'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "adminPass": "J5cLX6Ti4uut"}}' 2022-07-20 19:29:35,224 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.411s 2022-07-20 19:29:35,224 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1089', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-beb8b2e9-3157-466d-93ca-a02ae8272e48', 'x-compute-request-id': 'req-beb8b2e9-3157-466d-93ca-a02ae8272e48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:35Z", "updated": "2022-07-20T19:29:35Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "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": []}}' 2022-07-20 19:29:36,326 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.093s 2022-07-20 19:29:36,327 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1187', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d55dc0f3-79db-451a-a4af-f6be944e971d', 'x-compute-request-id': 'req-d55dc0f3-79db-451a-a4af-f6be944e971d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:29:36,334 118451 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2022-07-20 19:29:37,685 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.349s 2022-07-20 19:29:37,685 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1272', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c204a6b-07d8-44cc-8760-c27ab23fed5f', 'x-compute-request-id': 'req-1c204a6b-07d8-44cc-8760-c27ab23fed5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:29:37,693 118451 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/block_device_mapping" after 2 second wait 2022-07-20 19:29:38,862 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.165s 2022-07-20 19:29:38,863 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1272', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3608838d-6fab-4890-b9cd-59d7b576ac98', 'x-compute-request-id': 'req-3608838d-6fab-4890-b9cd-59d7b576ac98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:29:40,072 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.201s 2022-07-20 19:29:40,073 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1272', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b26e726-8113-4247-bb16-7b2eb07f00b8', 'x-compute-request-id': 'req-0b26e726-8113-4247-bb16-7b2eb07f00b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:29:41,242 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.160s 2022-07-20 19:29:41,242 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1272', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82843f63-3c18-49b4-975f-8562067a621a', 'x-compute-request-id': 'req-82843f63-3c18-49b4-975f-8562067a621a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:29:42,413 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.162s 2022-07-20 19:29:42,414 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1272', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f5f3f271-89b9-4ba3-bfb2-e873e154517e', 'x-compute-request-id': 'req-f5f3f271-89b9-4ba3-bfb2-e873e154517e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:29:43,622 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.200s 2022-07-20 19:29:43,622 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1272', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c1b4465-ec43-4cc5-8a86-ad8c39cc6100', 'x-compute-request-id': 'req-6c1b4465-ec43-4cc5-8a86-ad8c39cc6100', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:29:44,880 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.249s 2022-07-20 19:29:44,880 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1272', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-42d44fe8-9ef7-4a12-83d7-eaaec8d19d6f', 'x-compute-request-id': 'req-42d44fe8-9ef7-4a12-83d7-eaaec8d19d6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:29:46,236 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.345s 2022-07-20 19:29:46,236 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1272', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa4fcdfa-810b-4d1c-aa84-48e89636ffbf', 'x-compute-request-id': 'req-aa4fcdfa-810b-4d1c-aa84-48e89636ffbf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:29:47,488 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.244s 2022-07-20 19:29:47,489 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5cce340c-44d9-4d02-9014-586fbf8c4e76', 'x-compute-request-id': 'req-5cce340c-44d9-4d02-9014-586fbf8c4e76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:29:47,496 118451 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 12 second wait 2022-07-20 19:29:48,684 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.187s 2022-07-20 19:29:48,685 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-06a3b347-357c-43c2-b6ac-1a94fdb8e5ec', 'x-compute-request-id': 'req-06a3b347-357c-43c2-b6ac-1a94fdb8e5ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:29:49,871 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.177s 2022-07-20 19:29:49,872 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27d304f1-b03c-4712-95ac-96fa20289ab8', 'x-compute-request-id': 'req-27d304f1-b03c-4712-95ac-96fa20289ab8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:29:51,065 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.184s 2022-07-20 19:29:51,065 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-57861ff1-57fa-4609-b52b-71616f94d483', 'x-compute-request-id': 'req-57861ff1-57fa-4609-b52b-71616f94d483', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:29:52,258 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.184s 2022-07-20 19:29:52,258 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07118aa7-2474-48ac-b0d4-69ab8ed429d4', 'x-compute-request-id': 'req-07118aa7-2474-48ac-b0d4-69ab8ed429d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:29:53,462 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.195s 2022-07-20 19:29:53,463 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d1ff56c-f182-44c0-af8a-52b921152e7d', 'x-compute-request-id': 'req-8d1ff56c-f182-44c0-af8a-52b921152e7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:29:54,666 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.194s 2022-07-20 19:29:54,667 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d267e1c9-6bd4-47d4-8eb5-1136e41b82d5', 'x-compute-request-id': 'req-d267e1c9-6bd4-47d4-8eb5-1136e41b82d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:29:55,837 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.161s 2022-07-20 19:29:55,837 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d33dbea-b8be-4afd-94c0-cc0170bff98d', 'x-compute-request-id': 'req-1d33dbea-b8be-4afd-94c0-cc0170bff98d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:29:57,007 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.161s 2022-07-20 19:29:57,007 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be214191-3723-49e6-a21e-9c987e091f42', 'x-compute-request-id': 'req-be214191-3723-49e6-a21e-9c987e091f42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:29:58,179 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.164s 2022-07-20 19:29:58,180 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b417d68-d27e-4d17-adef-d516e11c22ea', 'x-compute-request-id': 'req-1b417d68-d27e-4d17-adef-d516e11c22ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:29:59,358 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.170s 2022-07-20 19:29:59,359 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00b1e85d-c1bb-4939-be6a-ff0ac20400ab', 'x-compute-request-id': 'req-00b1e85d-c1bb-4939-be6a-ff0ac20400ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:30:00,537 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.170s 2022-07-20 19:30:00,538 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2d5331d-5ef3-4023-a1fb-803d1d73a7b7', 'x-compute-request-id': 'req-a2d5331d-5ef3-4023-a1fb-803d1d73a7b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:30:01,700 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.154s 2022-07-20 19:30:01,700 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9af0ff87-9067-452a-989f-6f037e1dc451', 'x-compute-request-id': 'req-9af0ff87-9067-452a-989f-6f037e1dc451', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:30:02,868 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.159s 2022-07-20 19:30:02,868 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-868e1111-f982-4097-9fcf-aec62cfd7862', 'x-compute-request-id': 'req-868e1111-f982-4097-9fcf-aec62cfd7862', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:30:04,033 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.156s 2022-07-20 19:30:04,034 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b5716a88-15e4-4d1a-9878-59d3d4f07efe', 'x-compute-request-id': 'req-b5716a88-15e4-4d1a-9878-59d3d4f07efe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:30:05,207 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.166s 2022-07-20 19:30:05,207 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d6ab20f-8a64-49c4-981c-a572d2e5bc43', 'x-compute-request-id': 'req-9d6ab20f-8a64-49c4-981c-a572d2e5bc43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:30:06,381 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.165s 2022-07-20 19:30:06,382 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-395cbb01-5cb5-4bae-af7d-d8455daf93b7', 'x-compute-request-id': 'req-395cbb01-5cb5-4bae-af7d-d8455daf93b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:30:07,547 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:30:07,547 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-17b4091a-44b4-4e91-9052-131248a90458', 'x-compute-request-id': 'req-17b4091a-44b4-4e91-9052-131248a90458', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:30:08,718 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.163s 2022-07-20 19:30:08,719 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5f88ca86-d80b-4788-8baf-dbbfc18438d1', 'x-compute-request-id': 'req-5f88ca86-d80b-4788-8baf-dbbfc18438d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:30:09,887 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.160s 2022-07-20 19:30:09,887 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0719fa9f-3d7b-47af-9251-54bd95df91db', 'x-compute-request-id': 'req-0719fa9f-3d7b-47af-9251-54bd95df91db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:30:11,060 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.164s 2022-07-20 19:30:11,060 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d69e2ea3-e67e-47a1-a745-3c7c13e6e231', 'x-compute-request-id': 'req-d69e2ea3-e67e-47a1-a745-3c7c13e6e231', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:30:12,234 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.165s 2022-07-20 19:30:12,234 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5944745d-5ff1-4c32-a7fb-01456e978236', 'x-compute-request-id': 'req-5944745d-5ff1-4c32-a7fb-01456e978236', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:30:13,405 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.163s 2022-07-20 19:30:13,406 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95b52c46-4553-47e6-a600-f04ae9302aa2', 'x-compute-request-id': 'req-95b52c46-4553-47e6-a600-f04ae9302aa2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:30:14,581 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.167s 2022-07-20 19:30:14,581 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ed6c4f4-58e6-453b-bc59-fe14897fadec', 'x-compute-request-id': 'req-4ed6c4f4-58e6-453b-bc59-fe14897fadec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:30:15,750 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.160s 2022-07-20 19:30:15,751 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-edd0f56d-da7e-43a4-966c-0ad41ec772f9', 'x-compute-request-id': 'req-edd0f56d-da7e-43a4-966c-0ad41ec772f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:30:16,920 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.161s 2022-07-20 19:30:16,920 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9925e3c8-d898-46b7-885f-5f9179e0012a', 'x-compute-request-id': 'req-9925e3c8-d898-46b7-885f-5f9179e0012a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:30:18,084 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.155s 2022-07-20 19:30:18,085 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c7774ea8-63cb-4850-a7fe-e3a054074990', 'x-compute-request-id': 'req-c7774ea8-63cb-4850-a7fe-e3a054074990', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:30:19,257 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.163s 2022-07-20 19:30:19,258 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-42081b5e-e8ed-4877-b65e-2ce8cf5136dd', 'x-compute-request-id': 'req-42081b5e-e8ed-4877-b65e-2ce8cf5136dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:30:20,426 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.160s 2022-07-20 19:30:20,426 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a33c878c-5976-4294-bc6c-15bd3347f88e', 'x-compute-request-id': 'req-a33c878c-5976-4294-bc6c-15bd3347f88e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:30:21,597 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.162s 2022-07-20 19:30:21,597 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff5d8e64-7a43-4756-8538-f9dc4c9f0b5d', 'x-compute-request-id': 'req-ff5d8e64-7a43-4756-8538-f9dc4c9f0b5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:30:22,765 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.159s 2022-07-20 19:30:22,766 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-88575a35-f600-40e9-bb4e-9a858e29e717', 'x-compute-request-id': 'req-88575a35-f600-40e9-bb4e-9a858e29e717', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:30:23,932 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.159s 2022-07-20 19:30:23,932 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36ae9362-a722-4450-ba47-5db6a377a5b3', 'x-compute-request-id': 'req-36ae9362-a722-4450-ba47-5db6a377a5b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:30:25,100 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.159s 2022-07-20 19:30:25,100 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d67ab7c4-7e25-48b2-b78c-3c1b47ee7149', 'x-compute-request-id': 'req-d67ab7c4-7e25-48b2-b78c-3c1b47ee7149', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:30:26,273 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.163s 2022-07-20 19:30:26,273 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db1ae73b-46ed-45bc-9649-ceb6e1b734f8', 'x-compute-request-id': 'req-db1ae73b-46ed-45bc-9649-ceb6e1b734f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:30:27,446 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.165s 2022-07-20 19:30:27,447 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a0ddf34-55c8-4c8d-86f6-43f88f3d2141', 'x-compute-request-id': 'req-4a0ddf34-55c8-4c8d-86f6-43f88f3d2141', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:30:28,618 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.163s 2022-07-20 19:30:28,619 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8cff5a5e-2de5-469b-a988-c33f09e8f130', 'x-compute-request-id': 'req-8cff5a5e-2de5-469b-a988-c33f09e8f130', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:30:29,785 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:30:29,785 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d9cf0ae4-8f40-4078-ae83-564ad8983807', 'x-compute-request-id': 'req-d9cf0ae4-8f40-4078-ae83-564ad8983807', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:30:30,956 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.161s 2022-07-20 19:30:30,957 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e5ce23f-c4e5-4681-9bfa-8f07e2e893b4', 'x-compute-request-id': 'req-8e5ce23f-c4e5-4681-9bfa-8f07e2e893b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:30:32,139 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.173s 2022-07-20 19:30:32,140 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6ea5fdb0-4e78-4153-af29-f1d545e15fd4', 'x-compute-request-id': 'req-6ea5fdb0-4e78-4153-af29-f1d545e15fd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:30:33,340 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.192s 2022-07-20 19:30:33,341 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e94867d-cf6e-476b-843c-8fc45b16a27e', 'x-compute-request-id': 'req-9e94867d-cf6e-476b-843c-8fc45b16a27e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:30:34,525 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.176s 2022-07-20 19:30:34,526 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-724dddf3-735b-47b3-aa13-21e6474046a0', 'x-compute-request-id': 'req-724dddf3-735b-47b3-aa13-21e6474046a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:30:35,714 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.179s 2022-07-20 19:30:35,714 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f21d9b5-4bcc-48b0-862b-3227f6f2de54', 'x-compute-request-id': 'req-8f21d9b5-4bcc-48b0-862b-3227f6f2de54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:30:36,898 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.174s 2022-07-20 19:30:36,898 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b903dfc-aaa3-4a5e-a958-6360dde519c9', 'x-compute-request-id': 'req-0b903dfc-aaa3-4a5e-a958-6360dde519c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:30:38,086 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.179s 2022-07-20 19:30:38,087 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-79d145d4-5d47-427b-95b7-59ce5c16fd9e', 'x-compute-request-id': 'req-79d145d4-5d47-427b-95b7-59ce5c16fd9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:30:39,253 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:30:39,253 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac74c95b-9fc6-48a4-8d9f-df59cd75a513', 'x-compute-request-id': 'req-ac74c95b-9fc6-48a4-8d9f-df59cd75a513', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:30:40,441 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.180s 2022-07-20 19:30:40,442 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-996f1da2-892d-4553-a90a-0df3d0c49d9c', 'x-compute-request-id': 'req-996f1da2-892d-4553-a90a-0df3d0c49d9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:30:41,615 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.166s 2022-07-20 19:30:41,615 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d9edb96-48f0-4e93-8b8a-904cbfbca01e', 'x-compute-request-id': 'req-4d9edb96-48f0-4e93-8b8a-904cbfbca01e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:30:42,792 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.168s 2022-07-20 19:30:42,792 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc4b4d1f-f6c5-418a-b7b5-3a8386d218cc', 'x-compute-request-id': 'req-fc4b4d1f-f6c5-418a-b7b5-3a8386d218cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:30:43,959 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:30:43,959 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af0eaf69-ee3c-4a3d-b302-8a00c436c5bf', 'x-compute-request-id': 'req-af0eaf69-ee3c-4a3d-b302-8a00c436c5bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:30:45,128 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.160s 2022-07-20 19:30:45,128 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c5ee8f8-5695-4f07-b271-fa93fb47cbec', 'x-compute-request-id': 'req-2c5ee8f8-5695-4f07-b271-fa93fb47cbec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:30:46,294 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:30:46,294 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d3074a0f-f66a-4591-9f5b-623095e94941', 'x-compute-request-id': 'req-d3074a0f-f66a-4591-9f5b-623095e94941', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:30:47,469 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.166s 2022-07-20 19:30:47,470 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d91e5ca7-9622-40d1-9016-ce32514d2648', 'x-compute-request-id': 'req-d91e5ca7-9622-40d1-9016-ce32514d2648', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:30:48,882 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.404s 2022-07-20 19:30:48,883 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb87885f-0f4f-4f64-9725-b8bc84d8cfd3', 'x-compute-request-id': 'req-bb87885f-0f4f-4f64-9725-b8bc84d8cfd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:30:50,055 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.164s 2022-07-20 19:30:50,055 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0165d1b8-39ae-4b27-9cd3-cd0be62b9e94', 'x-compute-request-id': 'req-0165d1b8-39ae-4b27-9cd3-cd0be62b9e94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:30:51,301 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.180s 2022-07-20 19:30:51,302 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da03bac0-d708-4c5e-9718-4e5ce4ed38e7', 'x-compute-request-id': 'req-da03bac0-d708-4c5e-9718-4e5ce4ed38e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:30:52,471 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.161s 2022-07-20 19:30:52,471 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7e506010-99f4-4325-94ba-8e3cf5470f82', 'x-compute-request-id': 'req-7e506010-99f4-4325-94ba-8e3cf5470f82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:30:53,642 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.163s 2022-07-20 19:30:53,643 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83c2a380-25c3-4c8a-8ec6-11a68ecb5f1d', 'x-compute-request-id': 'req-83c2a380-25c3-4c8a-8ec6-11a68ecb5f1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:30:54,809 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:30:54,809 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b234bfee-e4e6-4171-b4e5-927ea9358e20', 'x-compute-request-id': 'req-b234bfee-e4e6-4171-b4e5-927ea9358e20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:30:56,047 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.230s 2022-07-20 19:30:56,048 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d3f94f9-41b1-4663-9f23-3b628e993f54', 'x-compute-request-id': 'req-5d3f94f9-41b1-4663-9f23-3b628e993f54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:30:57,214 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.159s 2022-07-20 19:30:57,215 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a65b0bb3-ab45-4029-9f71-49336658ef1f', 'x-compute-request-id': 'req-a65b0bb3-ab45-4029-9f71-49336658ef1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:30:58,531 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.308s 2022-07-20 19:30:58,532 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95ded07d-0779-4928-b23f-f76766c55241', 'x-compute-request-id': 'req-95ded07d-0779-4928-b23f-f76766c55241', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:30:59,699 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:30:59,699 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:30:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c5bbb30c-95bf-4902-8e3d-6e2e2af05e8e', 'x-compute-request-id': 'req-c5bbb30c-95bf-4902-8e3d-6e2e2af05e8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:31:00,865 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:31:00,865 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1260', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-68a7fd49-0092-4909-bc0a-4a11139f949f', 'x-compute-request-id': 'req-68a7fd49-0092-4909-bc0a-4a11139f949f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "BUILD", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:29:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:31:02,029 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.156s 2022-07-20 19:31:02,029 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1443', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0ad586d-a2b3-44b6-8842-eb60bf2e0d76', 'x-compute-request-id': 'req-d0ad586d-a2b3-44b6-8842-eb60bf2e0d76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:31:02Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:31:02,037 118451 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 87 second wait 2022-07-20 19:31:02,196 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:31:02,196 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:31:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1443', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f6964ecb-3c50-4ccc-b9a5-47d668399af3', 'x-compute-request-id': 'req-f6964ecb-3c50-4ccc-b9a5-47d668399af3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:31:02Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:31:02,287 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69:9696/v2.0/ports?device_id=239cb0b6-54d7-4cc2-945a-1f026a015992 0.082s 2022-07-20 19:31:02,288 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '930', 'x-openstack-request-id': 'req-297c59bb-70c8-4d40-a2eb-72fcd47f59c2', 'date': 'Wed, 20 Jul 2022 19:31:02 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69:9696/v2.0/ports?device_id=239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"ports":[{"id":"761fbace-90da-4e61-bc51-77b19745762a","name":"","network_id":"b7e436a7-95a3-4e1b-a61b-934fed4b0d92","tenant_id":"da296fe635c84b99b1645ceaf0138b83","mac_address":"fa:16:3e:91:9c:e8","admin_state_up":true,"status":"ACTIVE","device_id":"239cb0b6-54d7-4cc2-945a-1f026a015992","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"30b4c489-d09b-4c2b-9dbc-02faff685e04","ip_address":"172.20.0.5"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["a0429826-5e11-447e-8420-f86f0c770d10"],"description":"","binding:vnic_type":"normal","binding:profile":{},"binding:host_id":"hv-cinder-83538","binding:vif_type":"hyperv","binding:vif_details":{"connectivity":"legacy","port_filter":false,"bound_drivers":{"0":"hyperv"}},"port_security_enabled":true,"tags":[],"created_at":"2022-07-20T19:29:37Z","updated_at":"2022-07-20T19:30:59Z","revision_number":5,"project_id":"da296fe635c84b99b1645ceaf0138b83"}]}' 2022-07-20 19:31:04,197 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.222.0.69:9696/v2.0/floatingips 1.909s 2022-07-20 19:31:04,198 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "3b9b3845-e7a3-4fdb-922e-b518798baca8", "port_id": "761fbace-90da-4e61-bc51-77b19745762a", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "fixed_ip_address": "172.20.0.5"}} Response - Headers: {'content-type': 'application/json', 'content-length': '796', 'x-openstack-request-id': 'req-a616369c-651f-4be6-833a-0bb116d740a7', 'date': 'Wed, 20 Jul 2022 19:31:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.69:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "d9dbcd7e-b707-4aa8-814b-fc2b96a91cb8", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "floating_ip_address": "172.27.1.54", "floating_network_id": "3b9b3845-e7a3-4fdb-922e-b518798baca8", "router_id": "ad563390-d383-4210-a7ae-22e846fe1ff1", "port_id": "761fbace-90da-4e61-bc51-77b19745762a", "fixed_ip_address": "172.20.0.5", "status": "DOWN", "project_id": "da296fe635c84b99b1645ceaf0138b83", "description": "", "port_details": {"name": "", "network_id": "b7e436a7-95a3-4e1b-a61b-934fed4b0d92", "mac_address": "fa:16:3e:91:9c:e8", "admin_state_up": true, "status": "ACTIVE", "device_id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "device_owner": "compute:nova"}, "tags": [], "created_at": "2022-07-20T19:31:03Z", "updated_at": "2022-07-20T19:31:03Z", "revision_number": 0}}' 2022-07-20 19:31:04,199 118451 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.1.54:22' as 'ubuntu' with public key authentication 2022-07-20 19:31:08,310 118451 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.54 ([Errno None] Unable to connect to port 22 on 172.27.1.54). Number attempts: 1. Retry after 2 seconds. 2022-07-20 19:31:13,877 118451 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.54 ([Errno None] Unable to connect to port 22 on 172.27.1.54). Number attempts: 2. Retry after 3 seconds. 2022-07-20 19:31:20,437 118451 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.54 ([Errno None] Unable to connect to port 22 on 172.27.1.54). Number attempts: 3. Retry after 4 seconds. 2022-07-20 19:31:28,021 118451 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.54 ([Errno None] Unable to connect to port 22 on 172.27.1.54). Number attempts: 4. Retry after 5 seconds. 2022-07-20 19:31:36,597 118451 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.54 ([Errno None] Unable to connect to port 22 on 172.27.1.54). Number attempts: 5. Retry after 6 seconds. 2022-07-20 19:31:46,165 118451 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.54 ([Errno None] Unable to connect to port 22 on 172.27.1.54). Number attempts: 6. Retry after 7 seconds. 2022-07-20 19:32:00,727 118451 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.54 ([Errno None] Unable to connect to port 22 on 172.27.1.54). Number attempts: 7. Retry after 8 seconds. 2022-07-20 19:32:09,235 118451 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.54 ([Errno None] Unable to connect to port 22 on 172.27.1.54). Number attempts: 8. Retry after 9 seconds. 2022-07-20 19:32:18,745 118451 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.54 ([Errno None] Unable to connect to port 22 on 172.27.1.54). Number attempts: 9. Retry after 10 seconds. 2022-07-20 19:32:29,251 118451 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.54 ([Errno None] Unable to connect to port 22 on 172.27.1.54). Number attempts: 10. Retry after 11 seconds. 2022-07-20 19:32:40,836 118451 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-07-20 19:32:41,450 118451 INFO [paramiko.transport] Authentication (publickey) successful! 2022-07-20 19:32:41,450 118451 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.1.54 successfully created 2022-07-20 19:32:41,450 118451 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; sudo sh -c "date > /mnt/timestamp; sync" 2022-07-20 19:32:41,451 118451 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.1.54:22' as 'ubuntu' with public key authentication 2022-07-20 19:32:41,475 118451 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-07-20 19:32:41,657 118451 INFO [paramiko.transport] Authentication (publickey) successful! 2022-07-20 19:32:41,658 118451 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.1.54 successfully created 2022-07-20 19:33:24,154 118451 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; sudo cat /mnt/timestamp 2022-07-20 19:33:24,154 118451 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.1.54:22' as 'ubuntu' with public key authentication 2022-07-20 19:33:24,171 118451 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-07-20 19:33:24,304 118451 INFO [paramiko.transport] Authentication (publickey) successful! 2022-07-20 19:33:24,305 118451 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.1.54 successfully created 2022-07-20 19:34:04,820 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992/action 0.165s 2022-07-20 19:34:04,821 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"shelve": {}} Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:04 GMT', 'server': 'Apache/2.4.41 (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-85b3d21e-4452-4f21-bcc1-5896e8318e12', 'x-compute-request-id': 'req-85b3d21e-4452-4f21-bcc1-5896e8318e12', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992/action'} Body: b'' 2022-07-20 19:34:04,994 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.172s 2022-07-20 19:34:04,994 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1b2be6a-0582-42f2-92e0-f2f45f041cef', 'x-compute-request-id': 'req-f1b2be6a-0582-42f2-92e0-f2f45f041cef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:34:06,177 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.173s 2022-07-20 19:34:06,177 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f6b8a6c-4f86-4d23-a130-0e7ea8ef420e', 'x-compute-request-id': 'req-9f6b8a6c-4f86-4d23-a130-0e7ea8ef420e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:34:07,349 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.163s 2022-07-20 19:34:07,349 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-110669b3-0fff-4729-82f1-cbdd764f443f', 'x-compute-request-id': 'req-110669b3-0fff-4729-82f1-cbdd764f443f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:34:08,517 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.159s 2022-07-20 19:34:08,517 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c35a7de1-185f-4739-ada8-137f0bfcf9cc', 'x-compute-request-id': 'req-c35a7de1-185f-4739-ada8-137f0bfcf9cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:34:09,688 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.162s 2022-07-20 19:34:09,689 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b2230ab6-5c01-474e-ae60-508ab7fa091d', 'x-compute-request-id': 'req-b2230ab6-5c01-474e-ae60-508ab7fa091d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:34:10,861 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.164s 2022-07-20 19:34:10,861 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa99e905-16c5-4738-95a7-1a3425fbde2f', 'x-compute-request-id': 'req-aa99e905-16c5-4738-95a7-1a3425fbde2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:34:12,030 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.160s 2022-07-20 19:34:12,030 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-44d6a606-29f4-4304-aaca-256f4fa90330', 'x-compute-request-id': 'req-44d6a606-29f4-4304-aaca-256f4fa90330', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:34:13,196 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:34:13,197 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2e8c1486-75f9-4a41-959e-7cdfd66f76f0', 'x-compute-request-id': 'req-2e8c1486-75f9-4a41-959e-7cdfd66f76f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:34:14,369 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.163s 2022-07-20 19:34:14,369 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23056cae-0ada-465c-a055-3f72a25ecc52', 'x-compute-request-id': 'req-23056cae-0ada-465c-a055-3f72a25ecc52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:34:15,548 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.169s 2022-07-20 19:34:15,548 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7fdeeafe-fe3f-4338-ad2d-11ecc3b13000', 'x-compute-request-id': 'req-7fdeeafe-fe3f-4338-ad2d-11ecc3b13000', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:34:16,724 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.166s 2022-07-20 19:34:16,724 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-462f6031-c05a-4b1c-9038-bd7786ad44dd', 'x-compute-request-id': 'req-462f6031-c05a-4b1c-9038-bd7786ad44dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:34:17,898 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.165s 2022-07-20 19:34:17,898 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e3c0fe58-9270-45fa-8cdb-4f057f65edcf', 'x-compute-request-id': 'req-e3c0fe58-9270-45fa-8cdb-4f057f65edcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:34:19,088 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.181s 2022-07-20 19:34:19,088 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d82368f-ea83-47fa-b9b3-ad2f7a268e43', 'x-compute-request-id': 'req-4d82368f-ea83-47fa-b9b3-ad2f7a268e43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:34:20,368 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.270s 2022-07-20 19:34:20,368 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-47510f80-9197-4bc3-9690-255049b200a0', 'x-compute-request-id': 'req-47510f80-9197-4bc3-9690-255049b200a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:34:21,559 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.182s 2022-07-20 19:34:21,560 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f8b052f3-e144-4647-ab46-e3392a9e758a', 'x-compute-request-id': 'req-f8b052f3-e144-4647-ab46-e3392a9e758a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:34:22,732 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.163s 2022-07-20 19:34:22,732 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c9d14fb5-9732-4311-b96d-346ee9eff99b', 'x-compute-request-id': 'req-c9d14fb5-9732-4311-b96d-346ee9eff99b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:34:23,899 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:34:23,899 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f2ad415-cea4-4e87-b142-a63daf3d447d', 'x-compute-request-id': 'req-4f2ad415-cea4-4e87-b142-a63daf3d447d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:34:25,067 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:34:25,067 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-443594cc-3400-46d0-97d3-4d97bfbec1aa', 'x-compute-request-id': 'req-443594cc-3400-46d0-97d3-4d97bfbec1aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:34:26,242 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.166s 2022-07-20 19:34:26,242 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0181a77f-1d0a-4c75-8eb8-197911131356', 'x-compute-request-id': 'req-0181a77f-1d0a-4c75-8eb8-197911131356', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:34:27,411 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.161s 2022-07-20 19:34:27,412 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7aa04704-ed7c-4629-ab1b-995df0b6ef6c', 'x-compute-request-id': 'req-7aa04704-ed7c-4629-ab1b-995df0b6ef6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:34:28,578 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:34:28,579 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4014438-f89c-4c93-9713-1fc897d8a95f', 'x-compute-request-id': 'req-c4014438-f89c-4c93-9713-1fc897d8a95f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:34:29,745 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:34:29,746 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-46132f4a-5680-4b06-ace0-6eb3f62bb014', 'x-compute-request-id': 'req-46132f4a-5680-4b06-ace0-6eb3f62bb014', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:34:30,917 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.162s 2022-07-20 19:34:30,917 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-48b51485-f741-41ee-b60e-8333f6128050', 'x-compute-request-id': 'req-48b51485-f741-41ee-b60e-8333f6128050', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:34:32,082 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.155s 2022-07-20 19:34:32,082 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a8a89bbf-eacf-40e7-b53d-48dc8f78f4d8', 'x-compute-request-id': 'req-a8a89bbf-eacf-40e7-b53d-48dc8f78f4d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:34:33,247 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.156s 2022-07-20 19:34:33,248 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ebc292cf-5ebf-45be-8c2b-6b0c716a7f16', 'x-compute-request-id': 'req-ebc292cf-5ebf-45be-8c2b-6b0c716a7f16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:34:34,418 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.162s 2022-07-20 19:34:34,418 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a1056c19-303d-44aa-b081-445ec435ea4d', 'x-compute-request-id': 'req-a1056c19-303d-44aa-b081-445ec435ea4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:34:35,586 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:34:35,587 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df49306e-ae45-4e68-b98e-828a55671a59', 'x-compute-request-id': 'req-df49306e-ae45-4e68-b98e-828a55671a59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:34:36,752 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.156s 2022-07-20 19:34:36,753 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1d1851a-ad2a-42a7-bc39-3f3e46aa3eac', 'x-compute-request-id': 'req-f1d1851a-ad2a-42a7-bc39-3f3e46aa3eac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:34:37,914 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.152s 2022-07-20 19:34:37,914 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9447f459-c811-4052-898a-650ba377edcf', 'x-compute-request-id': 'req-9447f459-c811-4052-898a-650ba377edcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:34:39,079 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.156s 2022-07-20 19:34:39,079 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-72932cb0-f40e-486d-a543-373f719ee5e9', 'x-compute-request-id': 'req-72932cb0-f40e-486d-a543-373f719ee5e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:34:40,246 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:34:40,247 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e164d49-b8fe-4211-a82d-817b454366ad', 'x-compute-request-id': 'req-3e164d49-b8fe-4211-a82d-817b454366ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:34:41,412 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:34:41,413 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8de8ec10-0f86-453b-bd82-72676c12bf0f', 'x-compute-request-id': 'req-8de8ec10-0f86-453b-bd82-72676c12bf0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:34:42,581 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.159s 2022-07-20 19:34:42,581 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d84c9d6b-f3d0-4b20-b568-2759a847a628', 'x-compute-request-id': 'req-d84c9d6b-f3d0-4b20-b568-2759a847a628', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:34:43,798 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.207s 2022-07-20 19:34:43,798 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-181567b9-67f9-4644-97d2-68a72a94086d', 'x-compute-request-id': 'req-181567b9-67f9-4644-97d2-68a72a94086d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:34:44,981 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.174s 2022-07-20 19:34:44,982 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-896ef5ea-e9ab-44ca-8189-42133d37f7a9', 'x-compute-request-id': 'req-896ef5ea-e9ab-44ca-8189-42133d37f7a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:34:46,155 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.164s 2022-07-20 19:34:46,155 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d9401c67-5178-426c-92fb-6b22f91144e0', 'x-compute-request-id': 'req-d9401c67-5178-426c-92fb-6b22f91144e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:34:47,323 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:34:47,323 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9501001e-7364-42e5-9188-3fe867762d54', 'x-compute-request-id': 'req-9501001e-7364-42e5-9188-3fe867762d54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:34:48,504 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.173s 2022-07-20 19:34:48,505 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d911f7af-79b3-44be-bde7-4f52881f3d5e', 'x-compute-request-id': 'req-d911f7af-79b3-44be-bde7-4f52881f3d5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:34:49,674 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.160s 2022-07-20 19:34:49,675 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8df9e39e-0d7e-4b84-8f1e-016993f6b32a', 'x-compute-request-id': 'req-8df9e39e-0d7e-4b84-8f1e-016993f6b32a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:34:50,845 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.162s 2022-07-20 19:34:50,846 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c8e9d208-d1f4-4051-971c-11a2f00c0e1b', 'x-compute-request-id': 'req-c8e9d208-d1f4-4051-971c-11a2f00c0e1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:34:52,017 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.162s 2022-07-20 19:34:52,018 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d3b29217-c986-4e66-8858-f074dcf4d4ac', 'x-compute-request-id': 'req-d3b29217-c986-4e66-8858-f074dcf4d4ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:34:53,189 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.162s 2022-07-20 19:34:53,190 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb9cf5d4-2929-4f02-845a-f7665be7d1b6', 'x-compute-request-id': 'req-bb9cf5d4-2929-4f02-845a-f7665be7d1b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:34:54,361 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.163s 2022-07-20 19:34:54,361 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8de8d8a5-aa7f-4ba6-b134-8298913b27ea', 'x-compute-request-id': 'req-8de8d8a5-aa7f-4ba6-b134-8298913b27ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:34:55,772 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.402s 2022-07-20 19:34:55,773 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a8bc6111-614e-4bad-8689-2b9ff99c4b34', 'x-compute-request-id': 'req-a8bc6111-614e-4bad-8689-2b9ff99c4b34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:34:56,942 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.161s 2022-07-20 19:34:56,943 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-96d21a2a-0ef9-4913-b5d2-c74c1c4e471b', 'x-compute-request-id': 'req-96d21a2a-0ef9-4913-b5d2-c74c1c4e471b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:34:58,117 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.167s 2022-07-20 19:34:58,118 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa0d0baf-d1e5-4411-9205-1a157e28323c', 'x-compute-request-id': 'req-fa0d0baf-d1e5-4411-9205-1a157e28323c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:34:59,286 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:34:59,286 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c37255b-437d-440a-a1c8-f72e8ac73ec1', 'x-compute-request-id': 'req-0c37255b-437d-440a-a1c8-f72e8ac73ec1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:35:00,459 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.165s 2022-07-20 19:35:00,460 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e83903bf-583b-48e9-af3e-3cdd0ec9ab5f', 'x-compute-request-id': 'req-e83903bf-583b-48e9-af3e-3cdd0ec9ab5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:35:01,636 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.168s 2022-07-20 19:35:01,637 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-909c6597-650f-46b9-b90d-0b68703a6b66', 'x-compute-request-id': 'req-909c6597-650f-46b9-b90d-0b68703a6b66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:35:02,804 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:35:02,804 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7abf35a7-549b-421f-94b3-47b6e75a3a04', 'x-compute-request-id': 'req-7abf35a7-549b-421f-94b3-47b6e75a3a04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:35:03,975 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.162s 2022-07-20 19:35:03,976 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-66340fcf-e652-45ef-be4f-bced0939a713', 'x-compute-request-id': 'req-66340fcf-e652-45ef-be4f-bced0939a713', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:35:05,153 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.168s 2022-07-20 19:35:05,153 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0cbfd526-e1d3-44cd-a4f7-6b1d6853a704', 'x-compute-request-id': 'req-0cbfd526-e1d3-44cd-a4f7-6b1d6853a704', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:35:06,344 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.176s 2022-07-20 19:35:06,344 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-22014fca-b8da-4396-bd87-dbc209401898', 'x-compute-request-id': 'req-22014fca-b8da-4396-bd87-dbc209401898', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:35:07,511 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:35:07,512 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8080e57e-296a-470a-a39b-110dbbb8082a', 'x-compute-request-id': 'req-8080e57e-296a-470a-a39b-110dbbb8082a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:35:08,678 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:35:08,678 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ab4757b-da53-4d02-b7c7-18c7ac0c649a', 'x-compute-request-id': 'req-0ab4757b-da53-4d02-b7c7-18c7ac0c649a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:35:09,843 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.155s 2022-07-20 19:35:09,844 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fcfc776e-497c-4ab0-8020-9f8226ad8cab', 'x-compute-request-id': 'req-fcfc776e-497c-4ab0-8020-9f8226ad8cab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:35:11,008 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.155s 2022-07-20 19:35:11,009 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a9742d2e-a029-42e3-b828-865ecdfebfc4', 'x-compute-request-id': 'req-a9742d2e-a029-42e3-b828-865ecdfebfc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:35:12,172 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.154s 2022-07-20 19:35:12,172 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c2786b31-0d16-4c9c-ba79-cabc02331574', 'x-compute-request-id': 'req-c2786b31-0d16-4c9c-ba79-cabc02331574', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:35:13,337 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.156s 2022-07-20 19:35:13,338 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df97a1d2-69c1-4733-a15e-ffed84418a0d', 'x-compute-request-id': 'req-df97a1d2-69c1-4733-a15e-ffed84418a0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:35:14,499 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.152s 2022-07-20 19:35:14,499 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c3e9c453-bccf-4cdc-a9ab-8d0b17436476', 'x-compute-request-id': 'req-c3e9c453-bccf-4cdc-a9ab-8d0b17436476', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:35:15,666 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:35:15,666 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5632670-b7ce-4c42-acec-cc603101e833', 'x-compute-request-id': 'req-d5632670-b7ce-4c42-acec-cc603101e833', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:35:16,831 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.156s 2022-07-20 19:35:16,831 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-938de78f-3acd-4b15-a92c-7f75ee688f05', 'x-compute-request-id': 'req-938de78f-3acd-4b15-a92c-7f75ee688f05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:35:18,000 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.160s 2022-07-20 19:35:18,001 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-295e3e45-191f-407e-962a-39c136b1bf99', 'x-compute-request-id': 'req-295e3e45-191f-407e-962a-39c136b1bf99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:35:19,201 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.192s 2022-07-20 19:35:19,202 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2df82984-bf9d-4754-9d0f-83684e4d6ae5', 'x-compute-request-id': 'req-2df82984-bf9d-4754-9d0f-83684e4d6ae5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:35:20,378 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.165s 2022-07-20 19:35:20,379 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-abce1ba3-ebdd-4b13-9256-394a3b817616', 'x-compute-request-id': 'req-abce1ba3-ebdd-4b13-9256-394a3b817616', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:35:21,550 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.162s 2022-07-20 19:35:21,550 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9ffa1b7f-7ffb-4b4a-9b89-4cb1b868bb33', 'x-compute-request-id': 'req-9ffa1b7f-7ffb-4b4a-9b89-4cb1b868bb33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:35:22,717 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.159s 2022-07-20 19:35:22,718 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d7d21a1-f340-4aa0-83f1-50e26bf544b0', 'x-compute-request-id': 'req-1d7d21a1-f340-4aa0-83f1-50e26bf544b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:35:23,888 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.161s 2022-07-20 19:35:23,888 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-034d1986-8ac0-4d5e-b98f-6e5aab81f23d', 'x-compute-request-id': 'req-034d1986-8ac0-4d5e-b98f-6e5aab81f23d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:35:25,056 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:35:25,056 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10043d2f-76c3-4c7a-993b-d843b6af48ff', 'x-compute-request-id': 'req-10043d2f-76c3-4c7a-993b-d843b6af48ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:35:26,222 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.155s 2022-07-20 19:35:26,222 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-08584209-e0b2-4435-82fa-e26d38f04bd0', 'x-compute-request-id': 'req-08584209-e0b2-4435-82fa-e26d38f04bd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:35:27,389 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:35:27,389 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ba91ee6-7874-4b9b-83aa-6618f5e58d9a', 'x-compute-request-id': 'req-4ba91ee6-7874-4b9b-83aa-6618f5e58d9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:35:28,556 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:35:28,556 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf52638a-f40c-4062-9484-63c3eeee81c3', 'x-compute-request-id': 'req-cf52638a-f40c-4062-9484-63c3eeee81c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:35:29,722 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:35:29,722 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d54d62a7-f23e-4b5f-9b4a-8124239ebadd', 'x-compute-request-id': 'req-d54d62a7-f23e-4b5f-9b4a-8124239ebadd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:35:30,889 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:35:30,890 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c9b6016-3adc-4010-88ab-b3db071a59e6', 'x-compute-request-id': 'req-0c9b6016-3adc-4010-88ab-b3db071a59e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:35:32,053 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.153s 2022-07-20 19:35:32,053 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef3904dd-7fdf-4063-918b-0e81bc769289', 'x-compute-request-id': 'req-ef3904dd-7fdf-4063-918b-0e81bc769289', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:35:33,215 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.154s 2022-07-20 19:35:33,216 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ccc77965-175a-4b9a-aabe-a4bf55165c01', 'x-compute-request-id': 'req-ccc77965-175a-4b9a-aabe-a4bf55165c01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:35:34,381 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:35:34,381 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2919e6b1-e30c-4ca2-b4ca-16328d96650b', 'x-compute-request-id': 'req-2919e6b1-e30c-4ca2-b4ca-16328d96650b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:35:35,544 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.155s 2022-07-20 19:35:35,544 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9dab141-53c0-4f1b-902c-536b6959088a', 'x-compute-request-id': 'req-b9dab141-53c0-4f1b-902c-536b6959088a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:35:36,710 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.156s 2022-07-20 19:35:36,710 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c6d48eda-a86e-4bdd-94ea-e2ebbadf1230', 'x-compute-request-id': 'req-c6d48eda-a86e-4bdd-94ea-e2ebbadf1230', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:35:37,873 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.154s 2022-07-20 19:35:37,873 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-58690c25-9a36-4f4c-9961-e4aa07912ed1', 'x-compute-request-id': 'req-58690c25-9a36-4f4c-9961-e4aa07912ed1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:35:39,040 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:35:39,040 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-96babe7a-2792-4c42-92e8-2c82c2e2148e', 'x-compute-request-id': 'req-96babe7a-2792-4c42-92e8-2c82c2e2148e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:35:40,207 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:35:40,207 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4368f5b-fdd0-476a-9daa-86e8c4d0f274', 'x-compute-request-id': 'req-d4368f5b-fdd0-476a-9daa-86e8c4d0f274', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:35:41,371 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.156s 2022-07-20 19:35:41,372 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-32e597a0-e71a-48b8-980d-1e4fd79b7af9', 'x-compute-request-id': 'req-32e597a0-e71a-48b8-980d-1e4fd79b7af9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:35:42,539 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:35:42,539 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6e0062a5-eaac-41c8-8911-7368cc507118', 'x-compute-request-id': 'req-6e0062a5-eaac-41c8-8911-7368cc507118', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:35:43,701 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.152s 2022-07-20 19:35:43,701 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8214bb56-3c67-47d4-b7bd-44362a6c83f7', 'x-compute-request-id': 'req-8214bb56-3c67-47d4-b7bd-44362a6c83f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:35:44,864 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.154s 2022-07-20 19:35:44,864 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-73e010be-0d18-4d4d-91d5-b7c367d3fcbc', 'x-compute-request-id': 'req-73e010be-0d18-4d4d-91d5-b7c367d3fcbc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:35:46,057 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.184s 2022-07-20 19:35:46,058 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aef48764-7de3-40a9-9fbe-0c3dc47e65e5', 'x-compute-request-id': 'req-aef48764-7de3-40a9-9fbe-0c3dc47e65e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:35:47,229 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.162s 2022-07-20 19:35:47,229 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37882c49-27b8-4157-a24e-f72f108ee604', 'x-compute-request-id': 'req-37882c49-27b8-4157-a24e-f72f108ee604', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:35:48,395 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:35:48,396 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6255a060-eaaa-48be-a08b-bdc7e9ef0cdd', 'x-compute-request-id': 'req-6255a060-eaaa-48be-a08b-bdc7e9ef0cdd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:35:49,566 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.162s 2022-07-20 19:35:49,566 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-102b8704-6fec-490d-b12d-b86123bd0c81', 'x-compute-request-id': 'req-102b8704-6fec-490d-b12d-b86123bd0c81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:35:50,728 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.153s 2022-07-20 19:35:50,728 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c69dbef-cd92-4769-b1ae-07afffb04913', 'x-compute-request-id': 'req-2c69dbef-cd92-4769-b1ae-07afffb04913', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:35:51,895 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:35:51,895 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce92711b-eeec-4085-ae32-1d9712e1a061', 'x-compute-request-id': 'req-ce92711b-eeec-4085-ae32-1d9712e1a061', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:35:53,060 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:35:53,061 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5dc49c1c-32f7-460f-b4de-aeb1dba51fe8', 'x-compute-request-id': 'req-5dc49c1c-32f7-460f-b4de-aeb1dba51fe8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:35:54,228 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:35:54,228 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-789c388b-a478-4c52-b489-0ccd5165af0b', 'x-compute-request-id': 'req-789c388b-a478-4c52-b489-0ccd5165af0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:35:55,397 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.159s 2022-07-20 19:35:55,397 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0974b143-5910-4fbc-96f8-ecb0ce295cac', 'x-compute-request-id': 'req-0974b143-5910-4fbc-96f8-ecb0ce295cac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:35:56,566 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.160s 2022-07-20 19:35:56,566 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a470ac66-6f4b-4481-9c7a-3fde27477dc5', 'x-compute-request-id': 'req-a470ac66-6f4b-4481-9c7a-3fde27477dc5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:35:57,728 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.152s 2022-07-20 19:35:57,728 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-29ea23c0-712d-4987-9119-c91069c44a5d', 'x-compute-request-id': 'req-29ea23c0-712d-4987-9119-c91069c44a5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:35:58,890 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.153s 2022-07-20 19:35:58,890 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-718f455f-8f47-4e36-b9e2-11ab31eb5636', 'x-compute-request-id': 'req-718f455f-8f47-4e36-b9e2-11ab31eb5636', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:36:00,054 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.155s 2022-07-20 19:36:00,055 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b75749f6-87bf-479e-a4d7-a846b4a60e51', 'x-compute-request-id': 'req-b75749f6-87bf-479e-a4d7-a846b4a60e51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:36:01,227 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.163s 2022-07-20 19:36:01,228 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-794a3c29-170a-4a95-9380-0b3685e44ba9', 'x-compute-request-id': 'req-794a3c29-170a-4a95-9380-0b3685e44ba9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:36:02,392 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.155s 2022-07-20 19:36:02,392 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c204fdb-dbcc-4ffa-bd71-58eb08ad18c1', 'x-compute-request-id': 'req-9c204fdb-dbcc-4ffa-bd71-58eb08ad18c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:36:03,558 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:36:03,559 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-224afbc8-f9db-4c51-80f5-8fe28170f302', 'x-compute-request-id': 'req-224afbc8-f9db-4c51-80f5-8fe28170f302', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:36:04,722 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.154s 2022-07-20 19:36:04,723 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-84ea408b-1b0c-4c1e-bfcd-e9418ce02c85', 'x-compute-request-id': 'req-84ea408b-1b0c-4c1e-bfcd-e9418ce02c85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:36:05,885 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.154s 2022-07-20 19:36:05,886 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-809dbbc0-9f27-4471-95cc-c8b6ad4b3ffc', 'x-compute-request-id': 'req-809dbbc0-9f27-4471-95cc-c8b6ad4b3ffc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:36:07,052 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:36:07,052 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-623127a1-4956-4c7f-881a-4fd63fe899cc', 'x-compute-request-id': 'req-623127a1-4956-4c7f-881a-4fd63fe899cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:36:08,214 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.153s 2022-07-20 19:36:08,214 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9dd49217-228b-428b-b6e1-a8e43c2bc2e2', 'x-compute-request-id': 'req-9dd49217-228b-428b-b6e1-a8e43c2bc2e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:36:09,387 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.163s 2022-07-20 19:36:09,387 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dac2a71d-5d12-4492-8ae2-5efb2b8cf2c3', 'x-compute-request-id': 'req-dac2a71d-5d12-4492-8ae2-5efb2b8cf2c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:36:10,548 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.152s 2022-07-20 19:36:10,549 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83009cc3-90eb-49f5-ae91-edcb3065081b', 'x-compute-request-id': 'req-83009cc3-90eb-49f5-ae91-edcb3065081b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:36:11,718 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.160s 2022-07-20 19:36:11,718 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ab3d2e84-badf-4853-ba2a-a0f8e54db23e', 'x-compute-request-id': 'req-ab3d2e84-badf-4853-ba2a-a0f8e54db23e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:36:12,885 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:36:12,885 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5f9e45ca-6343-4e1c-87c3-3184b7f82110', 'x-compute-request-id': 'req-5f9e45ca-6343-4e1c-87c3-3184b7f82110', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:36:14,049 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.155s 2022-07-20 19:36:14,049 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-546f2560-f192-411b-bb4e-614b11520341', 'x-compute-request-id': 'req-546f2560-f192-411b-bb4e-614b11520341', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:36:15,218 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.159s 2022-07-20 19:36:15,218 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0beb1381-4eda-411c-8c21-df3fc8c6de2c', 'x-compute-request-id': 'req-0beb1381-4eda-411c-8c21-df3fc8c6de2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:36:16,388 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.160s 2022-07-20 19:36:16,388 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7964b46e-4564-4746-97d8-096adceb58b1', 'x-compute-request-id': 'req-7964b46e-4564-4746-97d8-096adceb58b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:36:17,557 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.159s 2022-07-20 19:36:17,557 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa69946b-4cc0-4529-83a0-2906afcdca60', 'x-compute-request-id': 'req-aa69946b-4cc0-4529-83a0-2906afcdca60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:36:18,725 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:36:18,725 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cdfbe10a-20e0-4c8d-b5a4-ea9ba0c049ce', 'x-compute-request-id': 'req-cdfbe10a-20e0-4c8d-b5a4-ea9ba0c049ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:36:19,888 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.154s 2022-07-20 19:36:19,888 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-585ace08-74ad-4e51-ad32-3ba658186b47', 'x-compute-request-id': 'req-585ace08-74ad-4e51-ad32-3ba658186b47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:36:21,066 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.169s 2022-07-20 19:36:21,066 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bea1fc47-56f7-4d06-b7d5-6036b34bd570', 'x-compute-request-id': 'req-bea1fc47-56f7-4d06-b7d5-6036b34bd570', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:36:22,231 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.156s 2022-07-20 19:36:22,231 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6136a0b2-23fc-4703-bf76-7c7bd4d39525', 'x-compute-request-id': 'req-6136a0b2-23fc-4703-bf76-7c7bd4d39525', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:36:23,402 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.162s 2022-07-20 19:36:23,402 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e38ad52a-d76e-459f-9f06-5ae602aadef1', 'x-compute-request-id': 'req-e38ad52a-d76e-459f-9f06-5ae602aadef1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:36:24,568 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.156s 2022-07-20 19:36:24,568 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b33afc3-aa1e-4221-9ede-d2e38bc3b04b', 'x-compute-request-id': 'req-8b33afc3-aa1e-4221-9ede-d2e38bc3b04b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:36:25,737 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.159s 2022-07-20 19:36:25,737 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6e7f9e49-a558-43c5-986d-16dbb1ef624d', 'x-compute-request-id': 'req-6e7f9e49-a558-43c5-986d-16dbb1ef624d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:36:26,903 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:36:26,903 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0eb67ea1-ce3c-4ed2-a6ec-f95a09c7b25d', 'x-compute-request-id': 'req-0eb67ea1-ce3c-4ed2-a6ec-f95a09c7b25d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:36:28,065 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.153s 2022-07-20 19:36:28,065 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8dbdb251-acac-45b6-9f59-fc7f64af657d', 'x-compute-request-id': 'req-8dbdb251-acac-45b6-9f59-fc7f64af657d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:36:29,249 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.175s 2022-07-20 19:36:29,249 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e592ff53-d148-4f55-83b0-7d6c4cd5dd91', 'x-compute-request-id': 'req-e592ff53-d148-4f55-83b0-7d6c4cd5dd91', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:36:30,413 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.155s 2022-07-20 19:36:30,414 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-668c7112-c2ff-48ec-b727-35895ad0b92d', 'x-compute-request-id': 'req-668c7112-c2ff-48ec-b727-35895ad0b92d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:36:31,583 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.160s 2022-07-20 19:36:31,583 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-34863a53-5da4-47b5-95a2-31ede93c0f93', 'x-compute-request-id': 'req-34863a53-5da4-47b5-95a2-31ede93c0f93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:36:32,747 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.155s 2022-07-20 19:36:32,747 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-73efb1ee-66a7-4963-84b8-46d93b1477d9', 'x-compute-request-id': 'req-73efb1ee-66a7-4963-84b8-46d93b1477d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:36:33,911 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.154s 2022-07-20 19:36:33,911 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d062256b-ca1c-44a2-8d65-4b44cd04b54e', 'x-compute-request-id': 'req-d062256b-ca1c-44a2-8d65-4b44cd04b54e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:36:35,079 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.159s 2022-07-20 19:36:35,081 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b431ebf0-9338-467b-bdbc-3049efb65e1d', 'x-compute-request-id': 'req-b431ebf0-9338-467b-bdbc-3049efb65e1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:36:36,247 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.154s 2022-07-20 19:36:36,248 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ebd176e7-c93f-4bee-9f4c-cd9f423851fd', 'x-compute-request-id': 'req-ebd176e7-c93f-4bee-9f4c-cd9f423851fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:36:37,414 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:36:37,415 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c02deed0-3881-4c4b-98db-cc119c94328b', 'x-compute-request-id': 'req-c02deed0-3881-4c4b-98db-cc119c94328b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:36:38,579 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.155s 2022-07-20 19:36:38,579 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0cc81fe0-4457-464e-9e19-6804c10f56a7', 'x-compute-request-id': 'req-0cc81fe0-4457-464e-9e19-6804c10f56a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:36:39,748 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.159s 2022-07-20 19:36:39,748 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37b3537e-96a4-485a-a24d-f4a3bf219846', 'x-compute-request-id': 'req-37b3537e-96a4-485a-a24d-f4a3bf219846', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:36:40,915 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:36:40,915 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-956ee805-8ae9-41ab-9cee-5b12f088ef2f', 'x-compute-request-id': 'req-956ee805-8ae9-41ab-9cee-5b12f088ef2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:36:42,080 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.156s 2022-07-20 19:36:42,081 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a47c7581-29bd-4366-b84e-8ba0aa21861c', 'x-compute-request-id': 'req-a47c7581-29bd-4366-b84e-8ba0aa21861c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:36:43,245 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.155s 2022-07-20 19:36:43,245 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-516ef647-41eb-4f0a-a533-1837e46d8ce6', 'x-compute-request-id': 'req-516ef647-41eb-4f0a-a533-1837e46d8ce6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:36:44,414 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.160s 2022-07-20 19:36:44,414 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df7d2cb2-bdd4-49c5-8fd7-e67d11a2ddf4', 'x-compute-request-id': 'req-df7d2cb2-bdd4-49c5-8fd7-e67d11a2ddf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:36:45,693 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.270s 2022-07-20 19:36:45,693 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23aebf27-55be-4e12-a431-80bc6ba1e97c', 'x-compute-request-id': 'req-23aebf27-55be-4e12-a431-80bc6ba1e97c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:36:46,857 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.155s 2022-07-20 19:36:46,858 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8812c0a7-82d0-49ba-9bde-7a18cd6bd336', 'x-compute-request-id': 'req-8812c0a7-82d0-49ba-9bde-7a18cd6bd336', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:36:48,032 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.165s 2022-07-20 19:36:48,032 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db594fff-0ba7-4cac-8b2b-2be13cc56242', 'x-compute-request-id': 'req-db594fff-0ba7-4cac-8b2b-2be13cc56242', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:36:49,201 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.159s 2022-07-20 19:36:49,201 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b1bedeae-2ce6-440b-8b7b-ee8162edf2f0', 'x-compute-request-id': 'req-b1bedeae-2ce6-440b-8b7b-ee8162edf2f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:36:50,370 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.161s 2022-07-20 19:36:50,371 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-140e0036-fe61-4320-b20f-fdcb31e37746', 'x-compute-request-id': 'req-140e0036-fe61-4320-b20f-fdcb31e37746', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:36:51,537 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:36:51,538 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0c8968e-e741-44b1-bdc8-1c7c84dfa50f', 'x-compute-request-id': 'req-d0c8968e-e741-44b1-bdc8-1c7c84dfa50f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:36:52,715 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.169s 2022-07-20 19:36:52,715 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31beb02f-51fb-4430-b5c4-ab234c2d0f19', 'x-compute-request-id': 'req-31beb02f-51fb-4430-b5c4-ab234c2d0f19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:36:53,883 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:36:53,883 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e36cd413-2be0-4301-ac11-875d44b57e46', 'x-compute-request-id': 'req-e36cd413-2be0-4301-ac11-875d44b57e46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:36:55,049 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.156s 2022-07-20 19:36:55,050 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aad7fdd2-325a-45c5-9d20-95cd8f409087', 'x-compute-request-id': 'req-aad7fdd2-325a-45c5-9d20-95cd8f409087', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:36:56,220 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.161s 2022-07-20 19:36:56,220 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-08102f01-237a-49fd-8dec-9a4a5998bc09', 'x-compute-request-id': 'req-08102f01-237a-49fd-8dec-9a4a5998bc09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:36:57,386 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.155s 2022-07-20 19:36:57,386 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c5a40b50-a9f5-403b-9f03-ed96a7813ae5', 'x-compute-request-id': 'req-c5a40b50-a9f5-403b-9f03-ed96a7813ae5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:36:58,553 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:36:58,554 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d7a4aee-5985-4ca2-9aaf-0a82f203eacd', 'x-compute-request-id': 'req-8d7a4aee-5985-4ca2-9aaf-0a82f203eacd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:36:59,724 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.161s 2022-07-20 19:36:59,724 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ead2afc3-bb97-463c-bdd6-0598d7eabcf2', 'x-compute-request-id': 'req-ead2afc3-bb97-463c-bdd6-0598d7eabcf2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:37:00,892 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.159s 2022-07-20 19:37:00,892 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c5562bae-66f2-4b11-93cd-9f2a88cd2c0d', 'x-compute-request-id': 'req-c5562bae-66f2-4b11-93cd-9f2a88cd2c0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:37:02,065 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.164s 2022-07-20 19:37:02,066 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db4436e4-16a4-4f1e-9332-b9f9eb1d4a3b', 'x-compute-request-id': 'req-db4436e4-16a4-4f1e-9332-b9f9eb1d4a3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:37:03,235 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.160s 2022-07-20 19:37:03,235 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-55f6c448-a63d-445c-aa7e-b403ded5f910', 'x-compute-request-id': 'req-55f6c448-a63d-445c-aa7e-b403ded5f910', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:37:04,404 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.160s 2022-07-20 19:37:04,405 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18cea5c2-da75-4152-b009-30c1ee8252a6', 'x-compute-request-id': 'req-18cea5c2-da75-4152-b009-30c1ee8252a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:37:05,581 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.168s 2022-07-20 19:37:05,582 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-51738969-5e75-4948-b6b7-add12452bfb0', 'x-compute-request-id': 'req-51738969-5e75-4948-b6b7-add12452bfb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:37:06,761 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.170s 2022-07-20 19:37:06,761 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86839ab3-4677-4472-84f2-ade0d82bfdc4', 'x-compute-request-id': 'req-86839ab3-4677-4472-84f2-ade0d82bfdc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:37:07,931 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.160s 2022-07-20 19:37:07,931 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e3a90ed-bb5f-4b99-8714-dd8bae7cc088', 'x-compute-request-id': 'req-9e3a90ed-bb5f-4b99-8714-dd8bae7cc088', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:37:09,099 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.159s 2022-07-20 19:37:09,099 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a95cbb48-e038-4eda-ae1b-44b4a21fe3e4', 'x-compute-request-id': 'req-a95cbb48-e038-4eda-ae1b-44b4a21fe3e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:37:10,267 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.159s 2022-07-20 19:37:10,267 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ab1ff12b-e7a7-4f3c-86b9-069b5dd329f2', 'x-compute-request-id': 'req-ab1ff12b-e7a7-4f3c-86b9-069b5dd329f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:37:11,436 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.159s 2022-07-20 19:37:11,436 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c32ba7ad-234b-48e0-82da-2160c0412f73', 'x-compute-request-id': 'req-c32ba7ad-234b-48e0-82da-2160c0412f73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:37:12,618 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.172s 2022-07-20 19:37:12,618 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5f81f9b6-495b-4fcb-8134-05dddd5ee645', 'x-compute-request-id': 'req-5f81f9b6-495b-4fcb-8134-05dddd5ee645', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:37:13,793 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.166s 2022-07-20 19:37:13,793 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33ea379b-2de1-4900-a1c7-328ea04d0f42', 'x-compute-request-id': 'req-33ea379b-2de1-4900-a1c7-328ea04d0f42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:37:14,966 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.162s 2022-07-20 19:37:14,966 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c00b24a3-f39c-4e5c-9ade-275e95a9318e', 'x-compute-request-id': 'req-c00b24a3-f39c-4e5c-9ade-275e95a9318e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:37:16,141 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.166s 2022-07-20 19:37:16,141 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-06bf3c18-9e4d-4675-96f3-fee8fe7cc9a3', 'x-compute-request-id': 'req-06bf3c18-9e4d-4675-96f3-fee8fe7cc9a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:37:17,320 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.169s 2022-07-20 19:37:17,320 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-345074f6-3597-4ed5-a6f2-b05bfa042eed', 'x-compute-request-id': 'req-345074f6-3597-4ed5-a6f2-b05bfa042eed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:37:18,497 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.168s 2022-07-20 19:37:18,497 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-19c95676-c116-428f-be2e-cb8c86b7848e', 'x-compute-request-id': 'req-19c95676-c116-428f-be2e-cb8c86b7848e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:37:19,667 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.161s 2022-07-20 19:37:19,668 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b6fc0a0-11eb-437b-9eed-48b780ed18b2', 'x-compute-request-id': 'req-2b6fc0a0-11eb-437b-9eed-48b780ed18b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:37:20,855 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.178s 2022-07-20 19:37:20,856 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c3e9d7a-878a-4ceb-a26a-631ad6d4f10a', 'x-compute-request-id': 'req-7c3e9d7a-878a-4ceb-a26a-631ad6d4f10a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:37:22,022 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:37:22,023 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b89205b-39e2-4d3b-b666-441caede7335', 'x-compute-request-id': 'req-0b89205b-39e2-4d3b-b666-441caede7335', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:37:23,194 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.163s 2022-07-20 19:37:23,195 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-efd75f01-5ef2-446c-b96d-57be5928378e', 'x-compute-request-id': 'req-efd75f01-5ef2-446c-b96d-57be5928378e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:37:24,368 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.164s 2022-07-20 19:37:24,368 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf809914-1e08-44dc-9117-a400e0169690', 'x-compute-request-id': 'req-cf809914-1e08-44dc-9117-a400e0169690', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:37:25,535 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.159s 2022-07-20 19:37:25,535 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3179fc85-98cd-40a4-a776-506497ac806d', 'x-compute-request-id': 'req-3179fc85-98cd-40a4-a776-506497ac806d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:37:26,717 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.172s 2022-07-20 19:37:26,718 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4617c5b8-96cc-490b-ab06-92937cc50aba', 'x-compute-request-id': 'req-4617c5b8-96cc-490b-ab06-92937cc50aba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:37:27,887 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.161s 2022-07-20 19:37:27,888 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0baf846e-b6c4-4235-bdfc-420e78679974', 'x-compute-request-id': 'req-0baf846e-b6c4-4235-bdfc-420e78679974', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:37:29,057 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.160s 2022-07-20 19:37:29,057 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-911f7362-d095-4176-ab81-17fe4bc723b2', 'x-compute-request-id': 'req-911f7362-d095-4176-ab81-17fe4bc723b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:37:30,228 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.162s 2022-07-20 19:37:30,229 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b6a953e-5c29-4af1-9df3-190d33d0c896', 'x-compute-request-id': 'req-8b6a953e-5c29-4af1-9df3-190d33d0c896', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:37:31,398 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.159s 2022-07-20 19:37:31,398 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1425c0d5-39ec-4e66-9a09-a05d3cc76d13', 'x-compute-request-id': 'req-1425c0d5-39ec-4e66-9a09-a05d3cc76d13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:37:32,570 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.163s 2022-07-20 19:37:32,570 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cca0cf20-69e9-463a-a18d-6aaf3643997b', 'x-compute-request-id': 'req-cca0cf20-69e9-463a-a18d-6aaf3643997b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:37:33,737 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:37:33,738 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6cb61d39-e0f6-42cd-96e1-4e233e841e01', 'x-compute-request-id': 'req-6cb61d39-e0f6-42cd-96e1-4e233e841e01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:37:34,913 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.167s 2022-07-20 19:37:34,914 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b7a55aa-492d-4b8d-bd28-751a26623bc6', 'x-compute-request-id': 'req-0b7a55aa-492d-4b8d-bd28-751a26623bc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:37:36,076 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.153s 2022-07-20 19:37:36,076 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4fc8b6d9-58a6-4489-be7e-ee93a38de90e', 'x-compute-request-id': 'req-4fc8b6d9-58a6-4489-be7e-ee93a38de90e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:37:37,244 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.159s 2022-07-20 19:37:37,245 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-63fb3553-8281-4196-a1cd-945c8f499846', 'x-compute-request-id': 'req-63fb3553-8281-4196-a1cd-945c8f499846', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:37:38,416 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.162s 2022-07-20 19:37:38,416 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d7d6b5e8-25fd-41a2-b36a-14b639c31843', 'x-compute-request-id': 'req-d7d6b5e8-25fd-41a2-b36a-14b639c31843', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:37:39,582 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.156s 2022-07-20 19:37:39,582 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-96691936-6b58-48dd-a4b4-2c2278d77339', 'x-compute-request-id': 'req-96691936-6b58-48dd-a4b4-2c2278d77339', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:37:40,751 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.159s 2022-07-20 19:37:40,751 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-246ca9d5-2cf2-4ced-a4c7-bda7d5cce592', 'x-compute-request-id': 'req-246ca9d5-2cf2-4ced-a4c7-bda7d5cce592', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:37:41,920 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.161s 2022-07-20 19:37:41,921 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-61827cc7-f009-41a3-a88f-894833deacd0', 'x-compute-request-id': 'req-61827cc7-f009-41a3-a88f-894833deacd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:37:43,087 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:37:43,087 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31220027-d6fa-44a6-827a-d3f90dd7f0f7', 'x-compute-request-id': 'req-31220027-d6fa-44a6-827a-d3f90dd7f0f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:37:44,266 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.170s 2022-07-20 19:37:44,267 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5e9b8b2-ec48-4905-81bf-a6153a778e25', 'x-compute-request-id': 'req-a5e9b8b2-ec48-4905-81bf-a6153a778e25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:37:45,517 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.241s 2022-07-20 19:37:45,518 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b501570-8815-4529-ab9f-824e29b695a6', 'x-compute-request-id': 'req-2b501570-8815-4529-ab9f-824e29b695a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:37:46,707 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.174s 2022-07-20 19:37:46,708 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e23be4d8-7d25-480f-8195-a28ce528d845', 'x-compute-request-id': 'req-e23be4d8-7d25-480f-8195-a28ce528d845', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:37:47,874 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:37:47,874 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-57f80a1a-7cce-430a-80ae-bed5a7ef1ad1', 'x-compute-request-id': 'req-57f80a1a-7cce-430a-80ae-bed5a7ef1ad1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:37:49,042 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:37:49,042 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-08c98d0f-dbcb-4846-ad2c-e5195b860970', 'x-compute-request-id': 'req-08c98d0f-dbcb-4846-ad2c-e5195b860970', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:37:50,218 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.165s 2022-07-20 19:37:50,219 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-146015d9-2cdb-44d5-8c0c-c4051f25ef03', 'x-compute-request-id': 'req-146015d9-2cdb-44d5-8c0c-c4051f25ef03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:37:51,388 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.162s 2022-07-20 19:37:51,389 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ae0500b-bbb4-4d58-9631-3fa9a5b02611', 'x-compute-request-id': 'req-1ae0500b-bbb4-4d58-9631-3fa9a5b02611', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:37:52,559 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.161s 2022-07-20 19:37:52,559 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-623ca509-106b-4283-ab94-0c8acbe042fe', 'x-compute-request-id': 'req-623ca509-106b-4283-ab94-0c8acbe042fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:37:53,730 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.162s 2022-07-20 19:37:53,731 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fdf2dbef-767c-4f8e-b67a-787109f93f20', 'x-compute-request-id': 'req-fdf2dbef-767c-4f8e-b67a-787109f93f20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:37:54,901 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.161s 2022-07-20 19:37:54,901 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ba512c4-baf1-423a-9421-8f0c0e18b57a', 'x-compute-request-id': 'req-4ba512c4-baf1-423a-9421-8f0c0e18b57a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:37:56,092 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.182s 2022-07-20 19:37:56,093 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-daf5746b-5b06-4af9-bc72-dda36107c32c', 'x-compute-request-id': 'req-daf5746b-5b06-4af9-bc72-dda36107c32c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:37:57,263 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.159s 2022-07-20 19:37:57,264 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ee10c1ba-394e-4b16-bfce-fbdd856790ec', 'x-compute-request-id': 'req-ee10c1ba-394e-4b16-bfce-fbdd856790ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:37:58,438 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.166s 2022-07-20 19:37:58,439 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-370970b8-86e6-4ac5-a455-b7de300f6412', 'x-compute-request-id': 'req-370970b8-86e6-4ac5-a455-b7de300f6412', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:37:59,608 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.160s 2022-07-20 19:37:59,608 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-04551950-ac8d-4f51-ab9a-3106799dfcf6', 'x-compute-request-id': 'req-04551950-ac8d-4f51-ab9a-3106799dfcf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:38:00,778 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.161s 2022-07-20 19:38:00,779 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c004d485-de78-49f3-9e1d-025f2804f095', 'x-compute-request-id': 'req-c004d485-de78-49f3-9e1d-025f2804f095', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:38:01,955 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.166s 2022-07-20 19:38:01,955 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00fb58d2-8a81-450b-89a0-5a925de683c9', 'x-compute-request-id': 'req-00fb58d2-8a81-450b-89a0-5a925de683c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:38:03,127 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.162s 2022-07-20 19:38:03,127 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d221b1bf-0252-4bb5-b965-e5615cc14565', 'x-compute-request-id': 'req-d221b1bf-0252-4bb5-b965-e5615cc14565', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:38:04,319 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.183s 2022-07-20 19:38:04,319 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f351aa52-21f5-47ad-a7ec-aff5db217aac', 'x-compute-request-id': 'req-f351aa52-21f5-47ad-a7ec-aff5db217aac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:38:05,501 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.173s 2022-07-20 19:38:05,501 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-061de5ca-07aa-4355-92df-06f6d3fddd9c', 'x-compute-request-id': 'req-061de5ca-07aa-4355-92df-06f6d3fddd9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:38:06,684 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.175s 2022-07-20 19:38:06,685 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e97b2a1-6d8f-48fb-9bdb-74e2b350a867', 'x-compute-request-id': 'req-4e97b2a1-6d8f-48fb-9bdb-74e2b350a867', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:38:07,869 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.175s 2022-07-20 19:38:07,869 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ad3d3f5-f4b4-491a-979d-0b1b6ea0dec4', 'x-compute-request-id': 'req-0ad3d3f5-f4b4-491a-979d-0b1b6ea0dec4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:38:09,048 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.171s 2022-07-20 19:38:09,049 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9753b593-6391-4f28-8e16-6ff9a8d076d4', 'x-compute-request-id': 'req-9753b593-6391-4f28-8e16-6ff9a8d076d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:38:10,220 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.163s 2022-07-20 19:38:10,221 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-235a7119-782a-458b-9a0f-a854834da1bd', 'x-compute-request-id': 'req-235a7119-782a-458b-9a0f-a854834da1bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:38:11,387 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:38:11,388 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b0a5301-45a8-41f7-b595-3d8be67d7502', 'x-compute-request-id': 'req-1b0a5301-45a8-41f7-b595-3d8be67d7502', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:38:12,551 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.155s 2022-07-20 19:38:12,552 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00ef6534-591e-4fc6-b60f-9a31dccb03a6', 'x-compute-request-id': 'req-00ef6534-591e-4fc6-b60f-9a31dccb03a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:38:13,720 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.159s 2022-07-20 19:38:13,720 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7d81a623-454a-4017-a62e-926ca0ea5893', 'x-compute-request-id': 'req-7d81a623-454a-4017-a62e-926ca0ea5893', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:38:14,888 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.159s 2022-07-20 19:38:14,889 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce6d007b-5256-48a6-b5d7-22058c4b7f60', 'x-compute-request-id': 'req-ce6d007b-5256-48a6-b5d7-22058c4b7f60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:38:16,051 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.153s 2022-07-20 19:38:16,051 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62a6199c-bec1-4013-a11b-288b8b326635', 'x-compute-request-id': 'req-62a6199c-bec1-4013-a11b-288b8b326635', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:38:17,216 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:38:17,217 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-526724f6-32ad-4c33-9bb3-3d94e1b0f253', 'x-compute-request-id': 'req-526724f6-32ad-4c33-9bb3-3d94e1b0f253', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:38:18,382 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.155s 2022-07-20 19:38:18,382 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62071b6d-d4ec-4f96-8fd0-225da9ad4ba4', 'x-compute-request-id': 'req-62071b6d-d4ec-4f96-8fd0-225da9ad4ba4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:38:19,548 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:38:19,548 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a89ffb1-5be2-40ee-b895-a1b0e8b2d5c7', 'x-compute-request-id': 'req-3a89ffb1-5be2-40ee-b895-a1b0e8b2d5c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:38:20,718 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.161s 2022-07-20 19:38:20,718 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3d04dc16-bf8d-4469-872b-695b6fda7dd0', 'x-compute-request-id': 'req-3d04dc16-bf8d-4469-872b-695b6fda7dd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:38:21,912 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.183s 2022-07-20 19:38:21,912 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5244e364-dad4-440e-a93a-522a93579008', 'x-compute-request-id': 'req-5244e364-dad4-440e-a93a-522a93579008', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:38:23,077 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.154s 2022-07-20 19:38:23,077 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fde8e20b-30d1-4201-ba11-02bdc1d01739', 'x-compute-request-id': 'req-fde8e20b-30d1-4201-ba11-02bdc1d01739', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:38:24,244 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:38:24,245 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-af0af3d2-9624-4dea-b381-07d6884982fd', 'x-compute-request-id': 'req-af0af3d2-9624-4dea-b381-07d6884982fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:38:25,409 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.156s 2022-07-20 19:38:25,410 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7aaa63f5-88c1-4027-9033-057ba6264889', 'x-compute-request-id': 'req-7aaa63f5-88c1-4027-9033-057ba6264889', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:38:26,573 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.154s 2022-07-20 19:38:26,573 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c6e2f357-be1b-4162-914e-695ee5e6c306', 'x-compute-request-id': 'req-c6e2f357-be1b-4162-914e-695ee5e6c306', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:38:27,739 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:38:27,739 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ba9021a-ec16-4716-94d3-9e5eb4a615ed', 'x-compute-request-id': 'req-1ba9021a-ec16-4716-94d3-9e5eb4a615ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:38:28,904 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.156s 2022-07-20 19:38:28,905 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d175d76f-1bbe-4c7b-8aab-b6f9d80db66f', 'x-compute-request-id': 'req-d175d76f-1bbe-4c7b-8aab-b6f9d80db66f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:38:30,069 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.155s 2022-07-20 19:38:30,069 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-05e698c3-b166-4428-868d-7c2a71bde3ea', 'x-compute-request-id': 'req-05e698c3-b166-4428-868d-7c2a71bde3ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:38:31,235 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:38:31,235 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f70d184d-9ab9-4f51-9a3c-9d1cf5ab6d53', 'x-compute-request-id': 'req-f70d184d-9ab9-4f51-9a3c-9d1cf5ab6d53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:38:32,401 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:38:32,402 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aeaaea2a-1e28-437a-83ea-b3bf9961a176', 'x-compute-request-id': 'req-aeaaea2a-1e28-437a-83ea-b3bf9961a176', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:38:33,800 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.389s 2022-07-20 19:38:33,801 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4261e910-dada-4365-9c57-9cf169476736', 'x-compute-request-id': 'req-4261e910-dada-4365-9c57-9cf169476736', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:38:34,966 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.156s 2022-07-20 19:38:34,966 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8abb7ad9-4d48-43b9-8317-8ba6796f116c', 'x-compute-request-id': 'req-8abb7ad9-4d48-43b9-8317-8ba6796f116c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:38:36,129 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.154s 2022-07-20 19:38:36,130 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d104e937-d8c7-4ad7-bc80-5635e3a1f8cb', 'x-compute-request-id': 'req-d104e937-d8c7-4ad7-bc80-5635e3a1f8cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:38:37,293 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.155s 2022-07-20 19:38:37,294 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6fcdf620-e6a5-42ee-af19-944d142e21fb', 'x-compute-request-id': 'req-6fcdf620-e6a5-42ee-af19-944d142e21fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:38:38,459 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:38:38,459 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f436db0-8b0a-4321-a7fe-cb3b794e2b23', 'x-compute-request-id': 'req-4f436db0-8b0a-4321-a7fe-cb3b794e2b23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:38:39,624 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.155s 2022-07-20 19:38:39,624 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7fc83e8b-bfb1-4856-ab28-d45dbb58839e', 'x-compute-request-id': 'req-7fc83e8b-bfb1-4856-ab28-d45dbb58839e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:38:40,788 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.155s 2022-07-20 19:38:40,788 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2e4375c5-3505-49bf-b1a4-2be65e9badd9', 'x-compute-request-id': 'req-2e4375c5-3505-49bf-b1a4-2be65e9badd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:38:41,953 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.156s 2022-07-20 19:38:41,953 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-26eb3f69-54b5-46ed-8e89-840e7d72f343', 'x-compute-request-id': 'req-26eb3f69-54b5-46ed-8e89-840e7d72f343', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:38:43,115 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.153s 2022-07-20 19:38:43,116 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cced5dee-c9d0-4e46-bc43-291e88a38cc9', 'x-compute-request-id': 'req-cced5dee-c9d0-4e46-bc43-291e88a38cc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:38:44,367 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.243s 2022-07-20 19:38:44,367 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c88e6ae0-1b1b-4855-aad7-c7ec0981d594', 'x-compute-request-id': 'req-c88e6ae0-1b1b-4855-aad7-c7ec0981d594', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:38:45,534 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.159s 2022-07-20 19:38:45,535 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-52d0e7a1-e754-4589-b95e-20c93d231ca8', 'x-compute-request-id': 'req-52d0e7a1-e754-4589-b95e-20c93d231ca8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:38:46,745 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.202s 2022-07-20 19:38:46,746 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b65c545-c737-4fcb-8f3a-f42215b90ebf', 'x-compute-request-id': 'req-1b65c545-c737-4fcb-8f3a-f42215b90ebf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:38:47,912 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:38:47,912 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92b7a2c3-8fa0-439b-b0ae-16f717e8f757', 'x-compute-request-id': 'req-92b7a2c3-8fa0-439b-b0ae-16f717e8f757', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:38:49,080 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:38:49,080 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bdd05872-b49b-44df-810b-2cf62abab87d', 'x-compute-request-id': 'req-bdd05872-b49b-44df-810b-2cf62abab87d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:38:50,245 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.155s 2022-07-20 19:38:50,245 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-93ca7fd0-ab23-481b-8c0f-e05eca29cbbd', 'x-compute-request-id': 'req-93ca7fd0-ab23-481b-8c0f-e05eca29cbbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:38:51,416 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.162s 2022-07-20 19:38:51,416 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-051d07cc-044c-40e6-955d-59302560104c', 'x-compute-request-id': 'req-051d07cc-044c-40e6-955d-59302560104c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:38:52,585 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.160s 2022-07-20 19:38:52,586 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e32fa6e-b047-4053-9385-21995e1cbe4c', 'x-compute-request-id': 'req-5e32fa6e-b047-4053-9385-21995e1cbe4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:38:53,750 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.156s 2022-07-20 19:38:53,751 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31325cc2-d5a3-4bcc-8f70-a3cbdde3ec39', 'x-compute-request-id': 'req-31325cc2-d5a3-4bcc-8f70-a3cbdde3ec39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:38:54,921 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.161s 2022-07-20 19:38:54,922 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cbcdcf75-4630-4649-a547-4753e707dac7', 'x-compute-request-id': 'req-cbcdcf75-4630-4649-a547-4753e707dac7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:38:56,091 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.160s 2022-07-20 19:38:56,091 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f14d422b-f2f3-481f-ba3c-d06922a5c082', 'x-compute-request-id': 'req-f14d422b-f2f3-481f-ba3c-d06922a5c082', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:38:57,259 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:38:57,259 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-519f5746-8187-406f-9178-de1df42345b2', 'x-compute-request-id': 'req-519f5746-8187-406f-9178-de1df42345b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:38:58,426 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.159s 2022-07-20 19:38:58,427 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e8a25511-e965-42aa-9197-7aa078e955cd', 'x-compute-request-id': 'req-e8a25511-e965-42aa-9197-7aa078e955cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:38:59,593 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:38:59,593 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-04fcb9a3-e8b4-4464-8783-74ad8c979515', 'x-compute-request-id': 'req-04fcb9a3-e8b4-4464-8783-74ad8c979515', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:39:00,759 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.156s 2022-07-20 19:39:00,759 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da657e8e-b2d9-4910-b546-b798bda1901a', 'x-compute-request-id': 'req-da657e8e-b2d9-4910-b546-b798bda1901a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:39:01,926 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:39:01,927 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9611bfb5-63b2-4b89-a363-f9f512a4eb11', 'x-compute-request-id': 'req-9611bfb5-63b2-4b89-a363-f9f512a4eb11', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:39:03,261 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.326s 2022-07-20 19:39:03,262 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7533b825-d408-49d2-928e-1e2ef385c45a', 'x-compute-request-id': 'req-7533b825-d408-49d2-928e-1e2ef385c45a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:39:04,427 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:39:04,427 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9ced074d-92f8-4071-9935-dda7b3635138', 'x-compute-request-id': 'req-9ced074d-92f8-4071-9935-dda7b3635138', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:39:05,592 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.156s 2022-07-20 19:39:05,593 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6975ca9-a4f8-4204-b5c0-e0874f293a9c', 'x-compute-request-id': 'req-a6975ca9-a4f8-4204-b5c0-e0874f293a9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:39:06,759 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:39:06,759 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a74af0d9-4a32-40ea-a38a-78310cbff38f', 'x-compute-request-id': 'req-a74af0d9-4a32-40ea-a38a-78310cbff38f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:39:07,927 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.160s 2022-07-20 19:39:07,927 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5f4706b0-28d3-42fb-901f-fac72338f43f', 'x-compute-request-id': 'req-5f4706b0-28d3-42fb-901f-fac72338f43f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:39:09,092 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.156s 2022-07-20 19:39:09,092 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5e95f33-b231-4304-9b6a-324f1d989a32', 'x-compute-request-id': 'req-d5e95f33-b231-4304-9b6a-324f1d989a32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:39:10,261 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.160s 2022-07-20 19:39:10,262 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c7412eb-b184-4647-b2e2-b5e6e0c1f85a', 'x-compute-request-id': 'req-2c7412eb-b184-4647-b2e2-b5e6e0c1f85a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:39:11,428 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:39:11,428 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-154f71b6-757a-49ad-bf3e-0fcfd1c924b6', 'x-compute-request-id': 'req-154f71b6-757a-49ad-bf3e-0fcfd1c924b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:39:12,593 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.155s 2022-07-20 19:39:12,593 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c37aac94-738e-4c9b-ba2b-bac35c143a24', 'x-compute-request-id': 'req-c37aac94-738e-4c9b-ba2b-bac35c143a24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:39:13,762 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.160s 2022-07-20 19:39:13,762 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92915bbd-f70a-486f-a001-159a5d707600', 'x-compute-request-id': 'req-92915bbd-f70a-486f-a001-159a5d707600', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:39:14,929 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:39:14,930 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-757c536f-8dc0-49c7-89fa-192b380d334e', 'x-compute-request-id': 'req-757c536f-8dc0-49c7-89fa-192b380d334e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:39:16,092 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.155s 2022-07-20 19:39:16,093 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6dc5d7da-8a7b-4254-b99b-1e343fe1732e', 'x-compute-request-id': 'req-6dc5d7da-8a7b-4254-b99b-1e343fe1732e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:39:17,263 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.161s 2022-07-20 19:39:17,263 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56d88c8b-f0d8-4fb1-94d2-78f5adc0c155', 'x-compute-request-id': 'req-56d88c8b-f0d8-4fb1-94d2-78f5adc0c155', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:39:18,429 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:39:18,430 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5ca85f8-75f5-4b0b-b26e-24553c234e08', 'x-compute-request-id': 'req-e5ca85f8-75f5-4b0b-b26e-24553c234e08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:39:19,592 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.155s 2022-07-20 19:39:19,593 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-210cfa69-c788-4dc3-85e1-b23478326eff', 'x-compute-request-id': 'req-210cfa69-c788-4dc3-85e1-b23478326eff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:39:20,762 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.160s 2022-07-20 19:39:20,763 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-03d57253-2444-437b-a93a-2f9b4847fa02', 'x-compute-request-id': 'req-03d57253-2444-437b-a93a-2f9b4847fa02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:39:21,934 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.159s 2022-07-20 19:39:21,934 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b10a22f-238a-4186-963e-b18ed03a8b33', 'x-compute-request-id': 'req-0b10a22f-238a-4186-963e-b18ed03a8b33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:39:23,108 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.164s 2022-07-20 19:39:23,108 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-14a82f04-5247-4944-a2b9-ed24e0877ed0', 'x-compute-request-id': 'req-14a82f04-5247-4944-a2b9-ed24e0877ed0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:39:24,273 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.156s 2022-07-20 19:39:24,274 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a1b1382-663f-4305-9bf5-0a2fc3df69d9', 'x-compute-request-id': 'req-1a1b1382-663f-4305-9bf5-0a2fc3df69d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:39:25,441 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.159s 2022-07-20 19:39:25,442 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b0e8884-513b-4f83-981d-13b0310f5a68', 'x-compute-request-id': 'req-2b0e8884-513b-4f83-981d-13b0310f5a68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:39:26,605 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.154s 2022-07-20 19:39:26,605 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-031deda6-d2c8-420d-9a4f-95279ec9e1f9', 'x-compute-request-id': 'req-031deda6-d2c8-420d-9a4f-95279ec9e1f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:39:27,774 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.160s 2022-07-20 19:39:27,774 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d40ac22-32cc-4cf4-a5ab-b01300ea3ccc', 'x-compute-request-id': 'req-6d40ac22-32cc-4cf4-a5ab-b01300ea3ccc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:39:28,946 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.163s 2022-07-20 19:39:28,946 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c446e45-e31e-4b40-bb99-3bcfd7bb68a0', 'x-compute-request-id': 'req-3c446e45-e31e-4b40-bb99-3bcfd7bb68a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:39:30,125 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.170s 2022-07-20 19:39:30,126 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-68bc5013-1f7e-474d-9334-625895b8c259', 'x-compute-request-id': 'req-68bc5013-1f7e-474d-9334-625895b8c259', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:39:31,293 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:39:31,294 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-46fdfa1a-75a8-4603-8d87-a140eae042a6', 'x-compute-request-id': 'req-46fdfa1a-75a8-4603-8d87-a140eae042a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:39:32,464 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.160s 2022-07-20 19:39:32,464 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-734e1b89-3897-4875-b4d9-2faa45089dd8', 'x-compute-request-id': 'req-734e1b89-3897-4875-b4d9-2faa45089dd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:39:33,636 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.162s 2022-07-20 19:39:33,636 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7fdadf42-ff35-407e-8b9f-9a87120331d8', 'x-compute-request-id': 'req-7fdadf42-ff35-407e-8b9f-9a87120331d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:39:34,803 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:39:34,803 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-81d07be0-eb77-48ff-9d13-cedead65588a', 'x-compute-request-id': 'req-81d07be0-eb77-48ff-9d13-cedead65588a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:39:35,970 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.159s 2022-07-20 19:39:35,971 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86a07dcb-a283-4006-accb-41e51aae07c0', 'x-compute-request-id': 'req-86a07dcb-a283-4006-accb-41e51aae07c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:39:37,134 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.155s 2022-07-20 19:39:37,134 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dba82e72-1a79-446a-b381-fb1c1cf6a952', 'x-compute-request-id': 'req-dba82e72-1a79-446a-b381-fb1c1cf6a952', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:39:38,300 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:39:38,300 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b3ea5ec4-cb54-4bbc-9f2c-9583705f3188', 'x-compute-request-id': 'req-b3ea5ec4-cb54-4bbc-9f2c-9583705f3188', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:39:39,467 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:39:39,467 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-78a4271f-26c9-4874-af10-85e4d3af10ce', 'x-compute-request-id': 'req-78a4271f-26c9-4874-af10-85e4d3af10ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:39:40,634 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:39:40,634 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e52f8c7-3d01-45e9-8161-5bccac9c2426', 'x-compute-request-id': 'req-9e52f8c7-3d01-45e9-8161-5bccac9c2426', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:39:41,812 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.169s 2022-07-20 19:39:41,812 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9bd09ef2-a68a-4864-8481-0f315685c5f0', 'x-compute-request-id': 'req-9bd09ef2-a68a-4864-8481-0f315685c5f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:39:43,007 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.186s 2022-07-20 19:39:43,007 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b6e41d40-ba42-4312-9c1b-9b1d77530b35', 'x-compute-request-id': 'req-b6e41d40-ba42-4312-9c1b-9b1d77530b35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:39:44,175 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:39:44,175 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3660465-535b-415a-8bb1-b08a5a340d1e', 'x-compute-request-id': 'req-f3660465-535b-415a-8bb1-b08a5a340d1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:39:45,350 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.166s 2022-07-20 19:39:45,351 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d1992b6f-648a-4845-b85c-02274ec63cf7', 'x-compute-request-id': 'req-d1992b6f-648a-4845-b85c-02274ec63cf7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:39:46,593 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.229s 2022-07-20 19:39:46,593 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e8f94a3d-e6d8-4f02-8ca2-6a26d4394bcf', 'x-compute-request-id': 'req-e8f94a3d-e6d8-4f02-8ca2-6a26d4394bcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:39:47,766 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.163s 2022-07-20 19:39:47,766 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f86f7c6-85fa-44f5-9bb8-644d351ffb59', 'x-compute-request-id': 'req-3f86f7c6-85fa-44f5-9bb8-644d351ffb59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:39:48,936 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.160s 2022-07-20 19:39:48,936 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb8722a2-6f23-42e5-8a99-9e1c96bd6c55', 'x-compute-request-id': 'req-cb8722a2-6f23-42e5-8a99-9e1c96bd6c55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:39:50,106 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.160s 2022-07-20 19:39:50,106 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d1957a54-4d69-4fea-a819-3b2887ce203e', 'x-compute-request-id': 'req-d1957a54-4d69-4fea-a819-3b2887ce203e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:39:51,293 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.178s 2022-07-20 19:39:51,294 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae146cba-60b3-4f17-a358-fdbe559def22', 'x-compute-request-id': 'req-ae146cba-60b3-4f17-a358-fdbe559def22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:39:52,468 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.166s 2022-07-20 19:39:52,468 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec68c878-edc1-4f52-8b38-6fb3bacdd5e4', 'x-compute-request-id': 'req-ec68c878-edc1-4f52-8b38-6fb3bacdd5e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:39:53,641 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.164s 2022-07-20 19:39:53,642 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21b52be7-f595-42b1-858c-90b74b8f02f7', 'x-compute-request-id': 'req-21b52be7-f595-42b1-858c-90b74b8f02f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:39:54,813 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.162s 2022-07-20 19:39:54,814 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2f0a4b9-3e44-498a-9242-1451fb245a8e', 'x-compute-request-id': 'req-d2f0a4b9-3e44-498a-9242-1451fb245a8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:39:56,247 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.424s 2022-07-20 19:39:56,248 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-809b883a-9124-4d24-b8e1-52742f123216', 'x-compute-request-id': 'req-809b883a-9124-4d24-b8e1-52742f123216', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:39:57,425 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.169s 2022-07-20 19:39:57,426 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a9b93c76-3022-4719-a851-26919932cf76', 'x-compute-request-id': 'req-a9b93c76-3022-4719-a851-26919932cf76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:39:58,590 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.155s 2022-07-20 19:39:58,590 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-115d31d9-6b61-481d-830b-48b92e4bb8bf', 'x-compute-request-id': 'req-115d31d9-6b61-481d-830b-48b92e4bb8bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:39:59,777 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.177s 2022-07-20 19:39:59,778 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-74e67cd4-0eb2-4353-8ff5-2c6fc330a319', 'x-compute-request-id': 'req-74e67cd4-0eb2-4353-8ff5-2c6fc330a319', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:40:00,945 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:40:00,946 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e15e08fe-7004-4ba2-8694-05488ac816bb', 'x-compute-request-id': 'req-e15e08fe-7004-4ba2-8694-05488ac816bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:40:02,114 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.159s 2022-07-20 19:40:02,114 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3efe7f3e-dca6-403d-85bc-36fbe7ca638d', 'x-compute-request-id': 'req-3efe7f3e-dca6-403d-85bc-36fbe7ca638d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:40:03,287 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.164s 2022-07-20 19:40:03,288 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-72705bdd-9d82-40bb-b358-5284aa5c8acf', 'x-compute-request-id': 'req-72705bdd-9d82-40bb-b358-5284aa5c8acf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:40:04,471 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.174s 2022-07-20 19:40:04,472 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c05904c-9236-4f09-8f2a-e259baf8cc9e', 'x-compute-request-id': 'req-1c05904c-9236-4f09-8f2a-e259baf8cc9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:40:05,635 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.153s 2022-07-20 19:40:05,635 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-490b42cd-1b25-4153-85a9-2b3f3993031c', 'x-compute-request-id': 'req-490b42cd-1b25-4153-85a9-2b3f3993031c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:34:05Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "shelving", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:40:06,547 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.222.0.69:9696/v2.0/floatingips/d9dbcd7e-b707-4aa8-814b-fc2b96a91cb8 0.902s 2022-07-20 19:40:06,547 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-ba69d359-98cf-46d9-bbc2-a7a38b73acc4', 'content-length': '0', 'date': 'Wed, 20 Jul 2022 19:40:06 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.69:9696/v2.0/floatingips/d9dbcd7e-b707-4aa8-814b-fc2b96a91cb8'} Body: b'' 2022-07-20 19:40:06,677 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.128s 2022-07-20 19:40:06,677 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:06 GMT', 'server': 'Apache/2.4.41 (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-65904b46-add3-4b7d-92c3-27120b4564d4', 'x-compute-request-id': 'req-65904b46-add3-4b7d-92c3-27120b4564d4', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'' 2022-07-20 19:40:07,084 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.406s 2022-07-20 19:40:07,085 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1567', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-207918ac-5497-4c23-be39-4b95e8776ffe', 'x-compute-request-id': 'req-207918ac-5497-4c23-be39-4b95e8776ffe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}, {"version": 4, "addr": "172.27.1.54", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:40:08,252 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:40:08,252 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5ed69259-c716-400b-ab41-3c290520c9b2', 'x-compute-request-id': 'req-5ed69259-c716-400b-ab41-3c290520c9b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:40:09,417 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.156s 2022-07-20 19:40:09,418 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a70a0ffe-8b7e-47d5-aa1e-2d574c5d47d9', 'x-compute-request-id': 'req-a70a0ffe-8b7e-47d5-aa1e-2d574c5d47d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:40:10,588 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.161s 2022-07-20 19:40:10,588 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d897572d-132f-4b6e-9835-25e6376aa0db', 'x-compute-request-id': 'req-d897572d-132f-4b6e-9835-25e6376aa0db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:40:11,752 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.154s 2022-07-20 19:40:11,752 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a522a21f-9722-468a-9f6c-98bbd7fe5ddb', 'x-compute-request-id': 'req-a522a21f-9722-468a-9f6c-98bbd7fe5ddb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:40:12,914 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.153s 2022-07-20 19:40:12,914 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e8ff7197-3ba9-4767-b620-993d8fd38f77', 'x-compute-request-id': 'req-e8ff7197-3ba9-4767-b620-993d8fd38f77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:40:14,080 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:40:14,081 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f249d49-5d21-4bc8-bf18-32388978aec6', 'x-compute-request-id': 'req-7f249d49-5d21-4bc8-bf18-32388978aec6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:40:15,247 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:40:15,248 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a02ddf66-690b-45c9-be77-b97f59c4378d', 'x-compute-request-id': 'req-a02ddf66-690b-45c9-be77-b97f59c4378d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:40:16,412 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.155s 2022-07-20 19:40:16,412 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33b67796-2a10-48fe-8050-8e0040cbd594', 'x-compute-request-id': 'req-33b67796-2a10-48fe-8050-8e0040cbd594', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:40:17,579 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:40:17,579 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c31aebb-b6df-4c24-ace5-35170e5e7137', 'x-compute-request-id': 'req-7c31aebb-b6df-4c24-ace5-35170e5e7137', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:40:18,747 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:40:18,747 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b2dd19c-dfc1-43ea-9ca5-3e682b436027', 'x-compute-request-id': 'req-2b2dd19c-dfc1-43ea-9ca5-3e682b436027', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:40:19,913 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.156s 2022-07-20 19:40:19,913 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-54da3616-94f4-4414-bf36-2cde21d8a89c', 'x-compute-request-id': 'req-54da3616-94f4-4414-bf36-2cde21d8a89c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:40:21,083 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.161s 2022-07-20 19:40:21,083 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ba6f7bb-0087-41ec-8450-b388d77a9dac', 'x-compute-request-id': 'req-1ba6f7bb-0087-41ec-8450-b388d77a9dac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:40:22,254 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.161s 2022-07-20 19:40:22,254 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-51cb219c-2e4e-4e23-a8b4-13e513599548', 'x-compute-request-id': 'req-51cb219c-2e4e-4e23-a8b4-13e513599548', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:40:23,422 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.159s 2022-07-20 19:40:23,423 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e3af2d3-b8cf-441f-af5a-19e875d4f345', 'x-compute-request-id': 'req-3e3af2d3-b8cf-441f-af5a-19e875d4f345', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:40:24,590 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:40:24,590 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-268d1ea2-19cc-4b62-9adf-05601c828ac2', 'x-compute-request-id': 'req-268d1ea2-19cc-4b62-9adf-05601c828ac2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:40:25,773 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.173s 2022-07-20 19:40:25,773 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a853e7e1-ae2c-47dc-b7cb-4f48cc45e171', 'x-compute-request-id': 'req-a853e7e1-ae2c-47dc-b7cb-4f48cc45e171', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:40:26,937 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.155s 2022-07-20 19:40:26,937 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0e0a7b8-55e8-4cc5-b9b2-b929e0df6557', 'x-compute-request-id': 'req-d0e0a7b8-55e8-4cc5-b9b2-b929e0df6557', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:40:28,105 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.159s 2022-07-20 19:40:28,105 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f249e72-282c-4b5f-afac-c0a5f2e29a39', 'x-compute-request-id': 'req-7f249e72-282c-4b5f-afac-c0a5f2e29a39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:40:29,268 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.154s 2022-07-20 19:40:29,269 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3ad8d5c-1fb7-46b6-baa6-0f1db1277c1d', 'x-compute-request-id': 'req-a3ad8d5c-1fb7-46b6-baa6-0f1db1277c1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:40:30,442 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.164s 2022-07-20 19:40:30,442 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ed55f538-b649-4b67-9266-2cadbb0d696d', 'x-compute-request-id': 'req-ed55f538-b649-4b67-9266-2cadbb0d696d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:40:31,608 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:40:31,609 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb863931-3e17-4263-a2b3-cd3fb63ccea7', 'x-compute-request-id': 'req-fb863931-3e17-4263-a2b3-cd3fb63ccea7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:40:32,776 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.159s 2022-07-20 19:40:32,777 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dc1b6096-2be5-493f-a692-71c836b40908', 'x-compute-request-id': 'req-dc1b6096-2be5-493f-a692-71c836b40908', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:40:33,942 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.156s 2022-07-20 19:40:33,942 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bcdf18a3-c13d-4b77-b4ed-87885f1318dc', 'x-compute-request-id': 'req-bcdf18a3-c13d-4b77-b4ed-87885f1318dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:40:35,108 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:40:35,109 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ce96ddb-a6fd-40c7-9aa4-63cc75b2b15c', 'x-compute-request-id': 'req-3ce96ddb-a6fd-40c7-9aa4-63cc75b2b15c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:40:36,273 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.155s 2022-07-20 19:40:36,274 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0f727665-dd43-47ab-b551-4592b97f6c89', 'x-compute-request-id': 'req-0f727665-dd43-47ab-b551-4592b97f6c89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:40:37,440 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:40:37,441 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7b24fa0c-3889-43f7-a7c4-c969ba6d8900', 'x-compute-request-id': 'req-7b24fa0c-3889-43f7-a7c4-c969ba6d8900', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:40:38,618 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.169s 2022-07-20 19:40:38,619 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4b935173-c8ce-450d-ac14-24cf3aafd5fd', 'x-compute-request-id': 'req-4b935173-c8ce-450d-ac14-24cf3aafd5fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:40:39,783 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.155s 2022-07-20 19:40:39,783 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f94ac3d-5536-43fb-b78e-ead12377b050', 'x-compute-request-id': 'req-9f94ac3d-5536-43fb-b78e-ead12377b050', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:40:40,955 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.163s 2022-07-20 19:40:40,956 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6ba82b14-7645-4d49-8ba5-0b7c314571c4', 'x-compute-request-id': 'req-6ba82b14-7645-4d49-8ba5-0b7c314571c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:40:42,130 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.166s 2022-07-20 19:40:42,131 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-30eff263-d492-4b4d-848f-a9610780f876', 'x-compute-request-id': 'req-30eff263-d492-4b4d-848f-a9610780f876', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:40:43,297 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:40:43,298 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36f36faa-cccd-4b22-9c2c-226df17bb368', 'x-compute-request-id': 'req-36f36faa-cccd-4b22-9c2c-226df17bb368', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:40:44,709 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.402s 2022-07-20 19:40:44,709 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-114ae9a5-a0df-4ad5-a69a-157886ba5377', 'x-compute-request-id': 'req-114ae9a5-a0df-4ad5-a69a-157886ba5377', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:40:45,879 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.161s 2022-07-20 19:40:45,879 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e794e960-0149-4fb3-b3ff-3271f870934c', 'x-compute-request-id': 'req-e794e960-0149-4fb3-b3ff-3271f870934c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:40:47,050 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.163s 2022-07-20 19:40:47,051 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-adaecab8-19ec-4b94-bcb5-98df6206313c', 'x-compute-request-id': 'req-adaecab8-19ec-4b94-bcb5-98df6206313c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:40:48,279 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.219s 2022-07-20 19:40:48,279 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e0b134e-de95-4286-85e6-e97a19beff73', 'x-compute-request-id': 'req-8e0b134e-de95-4286-85e6-e97a19beff73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:40:49,458 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.170s 2022-07-20 19:40:49,458 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00e00d18-768a-4e70-a42d-332ded5a5643', 'x-compute-request-id': 'req-00e00d18-768a-4e70-a42d-332ded5a5643', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:40:50,633 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.162s 2022-07-20 19:40:50,633 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a307ac17-5952-4aab-b100-93cf84d17ead', 'x-compute-request-id': 'req-a307ac17-5952-4aab-b100-93cf84d17ead', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:40:51,810 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.168s 2022-07-20 19:40:51,810 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87dc88d0-645b-4d76-8a9a-1c105b02f2e2', 'x-compute-request-id': 'req-87dc88d0-645b-4d76-8a9a-1c105b02f2e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:40:52,997 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.176s 2022-07-20 19:40:52,997 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dc09bcde-be75-43d4-98dc-473a3dc64296', 'x-compute-request-id': 'req-dc09bcde-be75-43d4-98dc-473a3dc64296', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:40:54,169 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.161s 2022-07-20 19:40:54,169 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-943fec89-68d8-4723-ab6e-781e2fb0acef', 'x-compute-request-id': 'req-943fec89-68d8-4723-ab6e-781e2fb0acef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:40:55,338 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.160s 2022-07-20 19:40:55,338 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eca00c45-e632-462a-94c2-647a3c42fe6f', 'x-compute-request-id': 'req-eca00c45-e632-462a-94c2-647a3c42fe6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:40:56,508 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.161s 2022-07-20 19:40:56,508 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0d38d86-47ad-43d0-903a-f10caac8c600', 'x-compute-request-id': 'req-d0d38d86-47ad-43d0-903a-f10caac8c600', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:40:57,675 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:40:57,675 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-746e146f-6819-4b92-bad4-38ac5b6093b2', 'x-compute-request-id': 'req-746e146f-6819-4b92-bad4-38ac5b6093b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:40:58,862 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.178s 2022-07-20 19:40:58,863 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-02abd5ce-942a-4a91-ba06-e08967e7ddba', 'x-compute-request-id': 'req-02abd5ce-942a-4a91-ba06-e08967e7ddba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:41:00,042 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.169s 2022-07-20 19:41:00,042 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3bfd827-2c24-4ae3-9afe-5434981137d3', 'x-compute-request-id': 'req-a3bfd827-2c24-4ae3-9afe-5434981137d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:41:01,219 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.170s 2022-07-20 19:41:01,220 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb1999f8-8189-4888-a008-bd18d860552c', 'x-compute-request-id': 'req-fb1999f8-8189-4888-a008-bd18d860552c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:41:02,399 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.169s 2022-07-20 19:41:02,399 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15cb67b1-0961-4424-807d-8b3cbf0eca44', 'x-compute-request-id': 'req-15cb67b1-0961-4424-807d-8b3cbf0eca44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:41:03,571 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.162s 2022-07-20 19:41:03,571 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d9e61d88-9beb-4965-a5c0-4869d543863f', 'x-compute-request-id': 'req-d9e61d88-9beb-4965-a5c0-4869d543863f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:41:04,738 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:41:04,738 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-38882085-32f0-4dcc-929c-2c273d89d520', 'x-compute-request-id': 'req-38882085-32f0-4dcc-929c-2c273d89d520', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:41:05,905 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:41:05,905 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f5798e94-7ac0-4cc8-aded-c67cb34e0966', 'x-compute-request-id': 'req-f5798e94-7ac0-4cc8-aded-c67cb34e0966', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:41:07,070 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:41:07,071 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-170362d5-9d9c-416b-97b1-24b73c8a4252', 'x-compute-request-id': 'req-170362d5-9d9c-416b-97b1-24b73c8a4252', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:41:08,235 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.155s 2022-07-20 19:41:08,235 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9bfdea9-1fe8-406a-acbd-6640298f5c7a', 'x-compute-request-id': 'req-b9bfdea9-1fe8-406a-acbd-6640298f5c7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:41:09,421 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.176s 2022-07-20 19:41:09,421 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eac33bad-d786-46a6-9f8c-e5b4e75b5890', 'x-compute-request-id': 'req-eac33bad-d786-46a6-9f8c-e5b4e75b5890', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:41:10,592 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.161s 2022-07-20 19:41:10,592 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bfa1f586-2d35-4629-9579-805a030ec439', 'x-compute-request-id': 'req-bfa1f586-2d35-4629-9579-805a030ec439', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:41:11,756 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.155s 2022-07-20 19:41:11,756 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e30c69c-85d6-4da1-9c59-b76461ec9dcf', 'x-compute-request-id': 'req-8e30c69c-85d6-4da1-9c59-b76461ec9dcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:41:13,071 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.306s 2022-07-20 19:41:13,071 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ffbf880f-95e1-4dc0-87d7-a140862bd2b0', 'x-compute-request-id': 'req-ffbf880f-95e1-4dc0-87d7-a140862bd2b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:41:14,236 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:41:14,237 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-29912b24-1556-4307-9645-052c88f5a579', 'x-compute-request-id': 'req-29912b24-1556-4307-9645-052c88f5a579', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:41:15,406 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.160s 2022-07-20 19:41:15,406 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f5605348-46eb-4005-9379-17c9c03ea1bd', 'x-compute-request-id': 'req-f5605348-46eb-4005-9379-17c9c03ea1bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:41:16,573 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:41:16,573 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-727a0edd-2e93-44fe-960b-355fd243c8dd', 'x-compute-request-id': 'req-727a0edd-2e93-44fe-960b-355fd243c8dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:41:17,739 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:41:17,740 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea19610d-b3c0-4bcc-81c7-85d49630b923', 'x-compute-request-id': 'req-ea19610d-b3c0-4bcc-81c7-85d49630b923', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:41:18,912 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.164s 2022-07-20 19:41:18,912 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23eb1325-3ccd-43eb-a0a2-67fb7766519f', 'x-compute-request-id': 'req-23eb1325-3ccd-43eb-a0a2-67fb7766519f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:41:20,076 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.155s 2022-07-20 19:41:20,076 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4b9cfc4-3432-438b-93c6-95a8f20beb7a', 'x-compute-request-id': 'req-d4b9cfc4-3432-438b-93c6-95a8f20beb7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:41:21,243 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:41:21,244 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1da0a871-2ebb-44e3-85e8-19697f991207', 'x-compute-request-id': 'req-1da0a871-2ebb-44e3-85e8-19697f991207', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:41:22,407 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.154s 2022-07-20 19:41:22,407 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4976d6d0-f28b-47c7-8572-f6157d425b06', 'x-compute-request-id': 'req-4976d6d0-f28b-47c7-8572-f6157d425b06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:41:23,574 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:41:23,575 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83dbbe9a-d47e-41f7-954a-ab8a69347c2e', 'x-compute-request-id': 'req-83dbbe9a-d47e-41f7-954a-ab8a69347c2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:41:24,769 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.185s 2022-07-20 19:41:24,769 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1cd92dda-578c-438a-8537-d5253e71ced8', 'x-compute-request-id': 'req-1cd92dda-578c-438a-8537-d5253e71ced8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:41:25,940 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.161s 2022-07-20 19:41:25,940 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4df1d206-3f9a-4d3f-9458-d8fb4cca1959', 'x-compute-request-id': 'req-4df1d206-3f9a-4d3f-9458-d8fb4cca1959', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:41:27,106 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:41:27,106 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ab9fa7d4-479d-48ce-916c-6d2c0f51a432', 'x-compute-request-id': 'req-ab9fa7d4-479d-48ce-916c-6d2c0f51a432', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:41:28,276 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.161s 2022-07-20 19:41:28,276 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4350e1dc-206c-42ce-8696-904cb723c31a', 'x-compute-request-id': 'req-4350e1dc-206c-42ce-8696-904cb723c31a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:41:29,439 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.153s 2022-07-20 19:41:29,439 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aedeb1ce-20b8-4e23-b76a-2b29d2014b68', 'x-compute-request-id': 'req-aedeb1ce-20b8-4e23-b76a-2b29d2014b68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:41:30,606 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:41:30,607 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e283fe5a-eb5d-4f16-810f-85098fce2f1e', 'x-compute-request-id': 'req-e283fe5a-eb5d-4f16-810f-85098fce2f1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:41:31,774 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:41:31,775 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b98e12e1-5f35-4731-a93e-c67b855b94c1', 'x-compute-request-id': 'req-b98e12e1-5f35-4731-a93e-c67b855b94c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:41:32,941 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:41:32,942 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d6f456e-c12e-475c-98ca-68f862bab0f4', 'x-compute-request-id': 'req-5d6f456e-c12e-475c-98ca-68f862bab0f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:41:34,112 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.160s 2022-07-20 19:41:34,112 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0087abda-b594-41e2-a00e-2946ce5ef957', 'x-compute-request-id': 'req-0087abda-b594-41e2-a00e-2946ce5ef957', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:41:35,283 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.162s 2022-07-20 19:41:35,283 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-da77d498-9b02-46d6-afbc-ef89006b6666', 'x-compute-request-id': 'req-da77d498-9b02-46d6-afbc-ef89006b6666', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:41:36,454 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.162s 2022-07-20 19:41:36,454 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-05c31d71-0243-44ac-873a-04de6313b0ba', 'x-compute-request-id': 'req-05c31d71-0243-44ac-873a-04de6313b0ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:41:37,620 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.156s 2022-07-20 19:41:37,620 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8c7a455-0173-4480-9ee2-ba9848e07b9d', 'x-compute-request-id': 'req-d8c7a455-0173-4480-9ee2-ba9848e07b9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:41:38,804 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.175s 2022-07-20 19:41:38,805 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-178da220-3f74-4447-952c-6b6c6a7720a3', 'x-compute-request-id': 'req-178da220-3f74-4447-952c-6b6c6a7720a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:41:39,970 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.156s 2022-07-20 19:41:39,970 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aecf7f23-128f-4791-adb1-5ed076ec7856', 'x-compute-request-id': 'req-aecf7f23-128f-4791-adb1-5ed076ec7856', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:41:41,145 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.165s 2022-07-20 19:41:41,145 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e22724c7-cfbc-4b8e-842c-fc008412d50f', 'x-compute-request-id': 'req-e22724c7-cfbc-4b8e-842c-fc008412d50f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:41:42,324 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.169s 2022-07-20 19:41:42,324 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5f290976-af5f-45a0-886a-790c458eda4e', 'x-compute-request-id': 'req-5f290976-af5f-45a0-886a-790c458eda4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:41:43,491 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:41:43,491 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c909fe28-fb70-4283-aee8-f5fc5974cc8a', 'x-compute-request-id': 'req-c909fe28-fb70-4283-aee8-f5fc5974cc8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:41:44,664 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.164s 2022-07-20 19:41:44,664 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87e15ceb-e2aa-4b45-8963-f784da25553b', 'x-compute-request-id': 'req-87e15ceb-e2aa-4b45-8963-f784da25553b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:41:45,836 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.163s 2022-07-20 19:41:45,837 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea155830-3a0e-4ade-93bc-35497e841bcc', 'x-compute-request-id': 'req-ea155830-3a0e-4ade-93bc-35497e841bcc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:41:47,004 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:41:47,004 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9fcf49df-8f59-4a0d-9981-a61a7d17ec04', 'x-compute-request-id': 'req-9fcf49df-8f59-4a0d-9981-a61a7d17ec04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:41:48,219 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.206s 2022-07-20 19:41:48,219 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e90242b-58ec-4e83-8b4f-6876c1b7f018', 'x-compute-request-id': 'req-4e90242b-58ec-4e83-8b4f-6876c1b7f018', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:41:49,384 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.156s 2022-07-20 19:41:49,385 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fefa1aa0-d61c-4a9a-917a-6aa971a94f67', 'x-compute-request-id': 'req-fefa1aa0-d61c-4a9a-917a-6aa971a94f67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:41:50,552 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.159s 2022-07-20 19:41:50,553 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d48a0863-0437-4b26-b22c-81e1625e9081', 'x-compute-request-id': 'req-d48a0863-0437-4b26-b22c-81e1625e9081', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:41:51,717 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.155s 2022-07-20 19:41:51,717 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c6e2ca5-5a8f-4ec1-a311-b146165dd3fb', 'x-compute-request-id': 'req-3c6e2ca5-5a8f-4ec1-a311-b146165dd3fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:41:52,897 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.172s 2022-07-20 19:41:52,898 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5ced353d-1e8e-4508-afc9-2d87ab3dee87', 'x-compute-request-id': 'req-5ced353d-1e8e-4508-afc9-2d87ab3dee87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:41:54,070 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.165s 2022-07-20 19:41:54,071 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c23296e-dd07-4697-b634-8126114d7f71', 'x-compute-request-id': 'req-3c23296e-dd07-4697-b634-8126114d7f71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:41:55,237 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:41:55,237 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0774bbef-c9fe-494d-bf86-dc9e9738a2d6', 'x-compute-request-id': 'req-0774bbef-c9fe-494d-bf86-dc9e9738a2d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:41:56,401 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.156s 2022-07-20 19:41:56,402 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c31295b2-1748-453b-a28f-8ae421b8bb61', 'x-compute-request-id': 'req-c31295b2-1748-453b-a28f-8ae421b8bb61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:41:57,573 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.162s 2022-07-20 19:41:57,574 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0666f34-8647-452e-aff3-49b24b7dce53', 'x-compute-request-id': 'req-a0666f34-8647-452e-aff3-49b24b7dce53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:41:58,738 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:41:58,739 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5c530fc-45e7-44c7-8105-b54b309ccb27', 'x-compute-request-id': 'req-d5c530fc-45e7-44c7-8105-b54b309ccb27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:41:59,905 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.156s 2022-07-20 19:41:59,905 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a1f646f-4cfb-4669-8723-4658e2f6f484', 'x-compute-request-id': 'req-9a1f646f-4cfb-4669-8723-4658e2f6f484', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:42:01,073 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.160s 2022-07-20 19:42:01,074 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1f276971-f9e9-4ccc-b7c8-6fc43725e1e2', 'x-compute-request-id': 'req-1f276971-f9e9-4ccc-b7c8-6fc43725e1e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:42:02,240 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:42:02,240 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-81d6fd14-9907-48a7-9414-72e5f6367f76', 'x-compute-request-id': 'req-81d6fd14-9907-48a7-9414-72e5f6367f76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:42:03,407 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:42:03,408 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc5856a8-f6db-496d-9004-103b00f73347', 'x-compute-request-id': 'req-cc5856a8-f6db-496d-9004-103b00f73347', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:42:04,582 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.165s 2022-07-20 19:42:04,582 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9061a40c-cba1-45f6-bb64-9787892b22ea', 'x-compute-request-id': 'req-9061a40c-cba1-45f6-bb64-9787892b22ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:42:05,749 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:42:05,749 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-173d8a0b-746f-4e35-8add-545e650021a5', 'x-compute-request-id': 'req-173d8a0b-746f-4e35-8add-545e650021a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:42:06,914 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.155s 2022-07-20 19:42:06,914 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a9e75bd6-7d35-43ec-9b74-e0de1c173d66', 'x-compute-request-id': 'req-a9e75bd6-7d35-43ec-9b74-e0de1c173d66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:42:08,088 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.166s 2022-07-20 19:42:08,089 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-678f701e-9ecb-471d-ad7e-e6ad78697d86', 'x-compute-request-id': 'req-678f701e-9ecb-471d-ad7e-e6ad78697d86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:42:09,252 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.154s 2022-07-20 19:42:09,252 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1212981f-b5f5-464d-bf7c-aa942eb14f50', 'x-compute-request-id': 'req-1212981f-b5f5-464d-bf7c-aa942eb14f50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:42:10,438 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.176s 2022-07-20 19:42:10,439 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92980836-a677-441b-9908-599efedb8c61', 'x-compute-request-id': 'req-92980836-a677-441b-9908-599efedb8c61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:42:11,608 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.161s 2022-07-20 19:42:11,609 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-048e22c3-6106-431f-8351-489c3162a9d5', 'x-compute-request-id': 'req-048e22c3-6106-431f-8351-489c3162a9d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:42:12,782 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.164s 2022-07-20 19:42:12,783 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ec893a1-f56c-43f6-941b-473e842f0e9e', 'x-compute-request-id': 'req-3ec893a1-f56c-43f6-941b-473e842f0e9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:42:13,950 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:42:13,950 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6550ad7e-f76f-4712-a0f5-299d255e9065', 'x-compute-request-id': 'req-6550ad7e-f76f-4712-a0f5-299d255e9065', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:42:15,122 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.164s 2022-07-20 19:42:15,123 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-54a63984-58df-459e-9065-d43e20d9a4c0', 'x-compute-request-id': 'req-54a63984-58df-459e-9065-d43e20d9a4c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:42:16,288 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.156s 2022-07-20 19:42:16,288 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-33265455-d2d2-4783-b3ed-d427a1921882', 'x-compute-request-id': 'req-33265455-d2d2-4783-b3ed-d427a1921882', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:42:17,452 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.156s 2022-07-20 19:42:17,453 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-479b9a4c-1f51-4277-8346-e160f82afac0', 'x-compute-request-id': 'req-479b9a4c-1f51-4277-8346-e160f82afac0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:42:18,621 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.159s 2022-07-20 19:42:18,621 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5477ece6-e669-4c0f-bc4d-1896272e5a0a', 'x-compute-request-id': 'req-5477ece6-e669-4c0f-bc4d-1896272e5a0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:42:19,787 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:42:19,787 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f6cf04bc-1a0d-419b-99f1-6f3699f0eb1b', 'x-compute-request-id': 'req-f6cf04bc-1a0d-419b-99f1-6f3699f0eb1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:42:20,954 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:42:20,954 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bfba1bf9-5fe2-4d64-b683-a325361fec47', 'x-compute-request-id': 'req-bfba1bf9-5fe2-4d64-b683-a325361fec47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:42:22,127 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.163s 2022-07-20 19:42:22,127 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a9ec18f-ed56-45af-a493-a35f2e5efae2', 'x-compute-request-id': 'req-6a9ec18f-ed56-45af-a493-a35f2e5efae2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:42:23,293 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.156s 2022-07-20 19:42:23,293 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cecd7d4d-f237-4255-862f-89460919f71e', 'x-compute-request-id': 'req-cecd7d4d-f237-4255-862f-89460919f71e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:42:24,502 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.200s 2022-07-20 19:42:24,503 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b6ebfa24-1671-4737-8a9e-6edda45a663b', 'x-compute-request-id': 'req-b6ebfa24-1671-4737-8a9e-6edda45a663b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:42:25,672 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.161s 2022-07-20 19:42:25,673 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-13e646e3-5e33-4451-b50e-eaae2c20a577', 'x-compute-request-id': 'req-13e646e3-5e33-4451-b50e-eaae2c20a577', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:42:26,843 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.160s 2022-07-20 19:42:26,844 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec3e651f-1916-4482-892c-d46567d51f9d', 'x-compute-request-id': 'req-ec3e651f-1916-4482-892c-d46567d51f9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:42:28,015 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.162s 2022-07-20 19:42:28,015 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4819ed0a-c30c-4d05-8eae-e789df523d4b', 'x-compute-request-id': 'req-4819ed0a-c30c-4d05-8eae-e789df523d4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:42:29,187 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.162s 2022-07-20 19:42:29,187 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce2d4a8d-8b01-4b07-b3ab-1886a9b8d3ef', 'x-compute-request-id': 'req-ce2d4a8d-8b01-4b07-b3ab-1886a9b8d3ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:42:30,366 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.170s 2022-07-20 19:42:30,366 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a425da7d-e5a5-4956-96c1-f3dbf1cd63d5', 'x-compute-request-id': 'req-a425da7d-e5a5-4956-96c1-f3dbf1cd63d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:42:31,538 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.162s 2022-07-20 19:42:31,538 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-099c3366-f178-4972-8fa5-728a237e6db0', 'x-compute-request-id': 'req-099c3366-f178-4972-8fa5-728a237e6db0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:42:32,706 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.160s 2022-07-20 19:42:32,707 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4a3234cf-2555-4c68-ae6c-e1d82818672b', 'x-compute-request-id': 'req-4a3234cf-2555-4c68-ae6c-e1d82818672b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:42:33,890 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.174s 2022-07-20 19:42:33,890 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8136837e-e976-487e-bc6d-b2521eae6245', 'x-compute-request-id': 'req-8136837e-e976-487e-bc6d-b2521eae6245', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:42:35,059 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:42:35,059 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dba2d457-0ec1-4ef4-8b29-77839e1c11e8', 'x-compute-request-id': 'req-dba2d457-0ec1-4ef4-8b29-77839e1c11e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:42:36,234 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.165s 2022-07-20 19:42:36,234 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e8ea6347-8dbc-4927-bc06-0f61bd95ee7e', 'x-compute-request-id': 'req-e8ea6347-8dbc-4927-bc06-0f61bd95ee7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:42:37,407 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.164s 2022-07-20 19:42:37,408 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-54cd6820-3c0b-40ce-8913-61a33a33fd4f', 'x-compute-request-id': 'req-54cd6820-3c0b-40ce-8913-61a33a33fd4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:42:38,577 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.160s 2022-07-20 19:42:38,578 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9453601e-5f19-4f09-b4d1-761b9a819446', 'x-compute-request-id': 'req-9453601e-5f19-4f09-b4d1-761b9a819446', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:42:39,748 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.160s 2022-07-20 19:42:39,748 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db08d638-262d-456f-b528-e691fd598af6', 'x-compute-request-id': 'req-db08d638-262d-456f-b528-e691fd598af6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:42:40,921 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.163s 2022-07-20 19:42:40,922 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f67cc60b-ccd5-4688-8e9e-013b80121a8f', 'x-compute-request-id': 'req-f67cc60b-ccd5-4688-8e9e-013b80121a8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:42:42,101 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.171s 2022-07-20 19:42:42,102 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92315de9-bbf2-4556-97a2-015bb7eeb159', 'x-compute-request-id': 'req-92315de9-bbf2-4556-97a2-015bb7eeb159', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:42:43,276 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.164s 2022-07-20 19:42:43,277 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d253b27-6805-428a-acaf-b3a76160df96', 'x-compute-request-id': 'req-4d253b27-6805-428a-acaf-b3a76160df96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:42:44,455 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.168s 2022-07-20 19:42:44,455 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27211a42-152f-4fb0-b2af-3356e3a703f5', 'x-compute-request-id': 'req-27211a42-152f-4fb0-b2af-3356e3a703f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:42:45,623 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.159s 2022-07-20 19:42:45,624 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-890a9341-e4ac-4681-ab6c-764f7505a015', 'x-compute-request-id': 'req-890a9341-e4ac-4681-ab6c-764f7505a015', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:42:46,806 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.172s 2022-07-20 19:42:46,806 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6df51d91-b2c1-44c4-9cc8-27394e85c162', 'x-compute-request-id': 'req-6df51d91-b2c1-44c4-9cc8-27394e85c162', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:42:48,045 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.229s 2022-07-20 19:42:48,045 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd9122df-d0e3-442a-bea0-e22ef1afbc7e', 'x-compute-request-id': 'req-cd9122df-d0e3-442a-bea0-e22ef1afbc7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:42:49,214 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.159s 2022-07-20 19:42:49,214 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b7a4728-03dc-4537-8b7e-6eac2d37e60a', 'x-compute-request-id': 'req-2b7a4728-03dc-4537-8b7e-6eac2d37e60a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:42:50,617 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.394s 2022-07-20 19:42:50,618 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c7d5b462-45a1-47a3-af8b-8294fcbd6e2c', 'x-compute-request-id': 'req-c7d5b462-45a1-47a3-af8b-8294fcbd6e2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:42:51,811 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.184s 2022-07-20 19:42:51,811 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-406fcef4-f04c-485f-b1be-7d37de3c6d10', 'x-compute-request-id': 'req-406fcef4-f04c-485f-b1be-7d37de3c6d10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:42:52,982 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.161s 2022-07-20 19:42:52,983 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-97394df8-c4a1-4917-a631-68233234f0a2', 'x-compute-request-id': 'req-97394df8-c4a1-4917-a631-68233234f0a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:42:54,149 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:42:54,149 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6de5cf8d-71ab-4ffb-8d5d-f5ce83466be9', 'x-compute-request-id': 'req-6de5cf8d-71ab-4ffb-8d5d-f5ce83466be9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:42:55,326 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.168s 2022-07-20 19:42:55,327 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff6c4cdc-6c64-4b3d-a2db-49631b17cb5e', 'x-compute-request-id': 'req-ff6c4cdc-6c64-4b3d-a2db-49631b17cb5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:42:56,494 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:42:56,494 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c492226f-3b63-4909-847c-363062c91f3c', 'x-compute-request-id': 'req-c492226f-3b63-4909-847c-363062c91f3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:42:57,666 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.163s 2022-07-20 19:42:57,666 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-52a61fe8-107a-4217-ad23-740d19682ef5', 'x-compute-request-id': 'req-52a61fe8-107a-4217-ad23-740d19682ef5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:42:58,841 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.166s 2022-07-20 19:42:58,841 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c6c684a-7464-4a2d-87cf-7996a507ecaf', 'x-compute-request-id': 'req-6c6c684a-7464-4a2d-87cf-7996a507ecaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:43:00,005 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.154s 2022-07-20 19:43:00,006 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d25f3ba5-4388-4ae6-b6ed-f8f45b7d817b', 'x-compute-request-id': 'req-d25f3ba5-4388-4ae6-b6ed-f8f45b7d817b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:43:01,170 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.156s 2022-07-20 19:43:01,170 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb3b0484-e5ec-49b6-bcaa-eed4a9b0dfca', 'x-compute-request-id': 'req-fb3b0484-e5ec-49b6-bcaa-eed4a9b0dfca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:43:02,337 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:43:02,337 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6aed917b-35db-49af-902d-cfaae96c9dce', 'x-compute-request-id': 'req-6aed917b-35db-49af-902d-cfaae96c9dce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:43:03,500 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.155s 2022-07-20 19:43:03,501 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8ec45513-c597-49d9-84ee-ba2a1d02044f', 'x-compute-request-id': 'req-8ec45513-c597-49d9-84ee-ba2a1d02044f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:43:04,668 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:43:04,668 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-55fdea29-f875-483f-9a31-a49448db7640', 'x-compute-request-id': 'req-55fdea29-f875-483f-9a31-a49448db7640', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:43:05,834 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:43:05,835 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15e8481d-1d29-4125-a3aa-05c84ae7d829', 'x-compute-request-id': 'req-15e8481d-1d29-4125-a3aa-05c84ae7d829', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:43:06,998 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.155s 2022-07-20 19:43:06,999 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-48ee8201-2691-47b8-8bf0-6e10bdb62e84', 'x-compute-request-id': 'req-48ee8201-2691-47b8-8bf0-6e10bdb62e84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:43:08,170 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.163s 2022-07-20 19:43:08,171 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e84591d-8423-444e-a089-169e2efd1341', 'x-compute-request-id': 'req-1e84591d-8423-444e-a089-169e2efd1341', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:43:09,340 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.161s 2022-07-20 19:43:09,340 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9419a92b-4b78-4f65-9503-3f319f5802d0', 'x-compute-request-id': 'req-9419a92b-4b78-4f65-9503-3f319f5802d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:43:10,505 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.156s 2022-07-20 19:43:10,506 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb1a6a09-b6b1-44c8-b98b-9adc74a345f1', 'x-compute-request-id': 'req-cb1a6a09-b6b1-44c8-b98b-9adc74a345f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:43:11,674 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.156s 2022-07-20 19:43:11,674 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3025319c-f468-44d1-a441-48d391bc6084', 'x-compute-request-id': 'req-3025319c-f468-44d1-a441-48d391bc6084', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:43:12,842 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:43:12,842 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd2880b7-22d2-4428-b8af-f295d9db1c24', 'x-compute-request-id': 'req-cd2880b7-22d2-4428-b8af-f295d9db1c24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:43:14,007 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.155s 2022-07-20 19:43:14,007 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b746796-dcab-48be-86b2-e7a610e9c2be', 'x-compute-request-id': 'req-5b746796-dcab-48be-86b2-e7a610e9c2be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:43:15,181 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.164s 2022-07-20 19:43:15,181 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ab5a2483-0d4a-49c9-a4e8-72c08b2b2770', 'x-compute-request-id': 'req-ab5a2483-0d4a-49c9-a4e8-72c08b2b2770', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:43:16,364 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.175s 2022-07-20 19:43:16,364 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d5a91fe-c733-46b3-9627-4125528fcab1', 'x-compute-request-id': 'req-8d5a91fe-c733-46b3-9627-4125528fcab1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:43:17,529 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.156s 2022-07-20 19:43:17,529 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-45cec413-06a3-42cc-bb82-f9f0c12f8300', 'x-compute-request-id': 'req-45cec413-06a3-42cc-bb82-f9f0c12f8300', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:43:18,694 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:43:18,695 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7ed3963-8309-4036-a18f-be6df1a635ef', 'x-compute-request-id': 'req-a7ed3963-8309-4036-a18f-be6df1a635ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:43:19,871 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.168s 2022-07-20 19:43:19,871 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-22043075-8d61-42b7-bc3c-00b9d20ca668', 'x-compute-request-id': 'req-22043075-8d61-42b7-bc3c-00b9d20ca668', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:43:21,036 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:43:21,037 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37d71edd-6134-4d1c-8d50-025a9ffa4f77', 'x-compute-request-id': 'req-37d71edd-6134-4d1c-8d50-025a9ffa4f77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:43:22,202 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.156s 2022-07-20 19:43:22,202 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c33d9da-8ba2-45b1-9a6e-9610a2ee9714', 'x-compute-request-id': 'req-2c33d9da-8ba2-45b1-9a6e-9610a2ee9714', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:43:23,372 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.161s 2022-07-20 19:43:23,372 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8fd35bf-c493-4233-952f-f204e657e0c6', 'x-compute-request-id': 'req-d8fd35bf-c493-4233-952f-f204e657e0c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:43:24,546 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.165s 2022-07-20 19:43:24,547 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0911497d-c820-4464-951e-e743ef199d3e', 'x-compute-request-id': 'req-0911497d-c820-4464-951e-e743ef199d3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:43:25,712 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.154s 2022-07-20 19:43:25,712 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a653a7c0-6cc2-448b-b86b-49ada6c1471f', 'x-compute-request-id': 'req-a653a7c0-6cc2-448b-b86b-49ada6c1471f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:43:26,905 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.185s 2022-07-20 19:43:26,906 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f961facb-10b0-400a-a4c9-044e07f8fc84', 'x-compute-request-id': 'req-f961facb-10b0-400a-a4c9-044e07f8fc84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:43:28,069 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.153s 2022-07-20 19:43:28,069 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-955f3f16-9989-44d2-be04-1a2d446a2ac7', 'x-compute-request-id': 'req-955f3f16-9989-44d2-be04-1a2d446a2ac7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:43:29,233 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.156s 2022-07-20 19:43:29,234 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e89c0227-ff70-4cf9-9990-7ca9e281daab', 'x-compute-request-id': 'req-e89c0227-ff70-4cf9-9990-7ca9e281daab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:43:30,405 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.162s 2022-07-20 19:43:30,406 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce201d5e-c416-4ece-93b3-33a38fe6a0c4', 'x-compute-request-id': 'req-ce201d5e-c416-4ece-93b3-33a38fe6a0c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:43:31,571 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.156s 2022-07-20 19:43:31,572 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36438305-686c-4f6d-86b4-461093348457', 'x-compute-request-id': 'req-36438305-686c-4f6d-86b4-461093348457', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:43:32,738 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:43:32,739 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c1cff08-cfb4-4547-9c6a-907a39214fcf', 'x-compute-request-id': 'req-4c1cff08-cfb4-4547-9c6a-907a39214fcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:43:33,906 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:43:33,907 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a406fa45-cb18-4895-8ab4-31197c11cefb', 'x-compute-request-id': 'req-a406fa45-cb18-4895-8ab4-31197c11cefb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:43:35,082 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.166s 2022-07-20 19:43:35,082 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2197b4e8-127b-4b14-8306-8983d5f3f37a', 'x-compute-request-id': 'req-2197b4e8-127b-4b14-8306-8983d5f3f37a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:43:36,249 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:43:36,250 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b45e320b-ad7c-4424-8ac2-babb5d690e8f', 'x-compute-request-id': 'req-b45e320b-ad7c-4424-8ac2-babb5d690e8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:43:37,421 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.162s 2022-07-20 19:43:37,421 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f473451-d197-40e8-a768-90d2afb099f4', 'x-compute-request-id': 'req-3f473451-d197-40e8-a768-90d2afb099f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:43:38,598 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.167s 2022-07-20 19:43:38,598 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-05988fa1-9342-4a52-9166-441e0527656f', 'x-compute-request-id': 'req-05988fa1-9342-4a52-9166-441e0527656f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:43:39,763 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:43:39,764 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c7f8a171-2526-4634-bf6e-ba0a2c2aaccb', 'x-compute-request-id': 'req-c7f8a171-2526-4634-bf6e-ba0a2c2aaccb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:43:40,932 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.159s 2022-07-20 19:43:40,932 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-91131a45-c82c-4a53-a96b-7163f5a55773', 'x-compute-request-id': 'req-91131a45-c82c-4a53-a96b-7163f5a55773', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:43:42,099 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:43:42,100 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3312db85-9a97-4ddb-a8d4-12344b4e99bf', 'x-compute-request-id': 'req-3312db85-9a97-4ddb-a8d4-12344b4e99bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:43:43,336 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.228s 2022-07-20 19:43:43,337 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e74f798-a044-415c-a5ae-5c1c64a72c4d', 'x-compute-request-id': 'req-4e74f798-a044-415c-a5ae-5c1c64a72c4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:43:44,519 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.174s 2022-07-20 19:43:44,519 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf7fd71a-fe87-4914-8fe7-afb793cf647d', 'x-compute-request-id': 'req-cf7fd71a-fe87-4914-8fe7-afb793cf647d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:43:45,690 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.162s 2022-07-20 19:43:45,690 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0aafca75-cf73-4121-a243-2524afa2f21b', 'x-compute-request-id': 'req-0aafca75-cf73-4121-a243-2524afa2f21b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:43:46,857 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:43:46,857 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2754a83c-b78b-4024-9311-66142fbf97d2', 'x-compute-request-id': 'req-2754a83c-b78b-4024-9311-66142fbf97d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:43:48,032 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.166s 2022-07-20 19:43:48,032 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9cf40564-a9d7-4afa-aa19-bd5c6a94e9a9', 'x-compute-request-id': 'req-9cf40564-a9d7-4afa-aa19-bd5c6a94e9a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:43:49,201 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.160s 2022-07-20 19:43:49,201 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-684cca43-f172-40f2-86b2-092493dfd2be', 'x-compute-request-id': 'req-684cca43-f172-40f2-86b2-092493dfd2be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:43:50,406 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.196s 2022-07-20 19:43:50,406 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aeffdd36-2b78-468b-ad1c-952cb3b70f85', 'x-compute-request-id': 'req-aeffdd36-2b78-468b-ad1c-952cb3b70f85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:43:51,580 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.166s 2022-07-20 19:43:51,580 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c0b7b20-fb03-4437-ae94-b6319a46cc18', 'x-compute-request-id': 'req-8c0b7b20-fb03-4437-ae94-b6319a46cc18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:43:52,861 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.272s 2022-07-20 19:43:52,862 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ce3ef79d-b627-4462-9741-4b861ae7a1c4', 'x-compute-request-id': 'req-ce3ef79d-b627-4462-9741-4b861ae7a1c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:43:54,027 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.156s 2022-07-20 19:43:54,027 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92791a00-e04a-4211-9a4f-9dd2325f240c', 'x-compute-request-id': 'req-92791a00-e04a-4211-9a4f-9dd2325f240c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:43:55,195 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:43:55,195 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b287eeb-8847-49c7-888e-553193826f86', 'x-compute-request-id': 'req-2b287eeb-8847-49c7-888e-553193826f86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:43:56,378 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.174s 2022-07-20 19:43:56,379 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c92476c6-aa72-41b9-9511-01fd20c7ee78', 'x-compute-request-id': 'req-c92476c6-aa72-41b9-9511-01fd20c7ee78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:43:57,550 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.163s 2022-07-20 19:43:57,550 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ceb9680-42d4-461b-9b95-9a8bcd2425f3', 'x-compute-request-id': 'req-1ceb9680-42d4-461b-9b95-9a8bcd2425f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:43:58,724 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.164s 2022-07-20 19:43:58,724 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d7b36aa-6424-486f-ba41-51154d8d1e1f', 'x-compute-request-id': 'req-8d7b36aa-6424-486f-ba41-51154d8d1e1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:43:59,893 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.160s 2022-07-20 19:43:59,894 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d08bbc41-059f-4c0a-967d-c3041a23d8f4', 'x-compute-request-id': 'req-d08bbc41-059f-4c0a-967d-c3041a23d8f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:44:01,072 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.169s 2022-07-20 19:44:01,073 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62c73dd4-0096-4b46-afae-a6e622b001a6', 'x-compute-request-id': 'req-62c73dd4-0096-4b46-afae-a6e622b001a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:44:02,241 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.160s 2022-07-20 19:44:02,242 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc81260c-fbf3-41a3-a250-616d71520d3a', 'x-compute-request-id': 'req-cc81260c-fbf3-41a3-a250-616d71520d3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:44:03,479 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.228s 2022-07-20 19:44:03,479 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0de4aafd-8013-4232-bdbc-d5c81cdaf11f', 'x-compute-request-id': 'req-0de4aafd-8013-4232-bdbc-d5c81cdaf11f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:44:04,645 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:44:04,645 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef790d68-454e-4b82-86d9-98454487c2b5', 'x-compute-request-id': 'req-ef790d68-454e-4b82-86d9-98454487c2b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:44:05,809 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.156s 2022-07-20 19:44:05,810 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-999248d8-0622-402b-9813-5fb5105d7845', 'x-compute-request-id': 'req-999248d8-0622-402b-9813-5fb5105d7845', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:44:06,986 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.167s 2022-07-20 19:44:06,986 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c996cef5-44bd-4432-9118-364b42625f93', 'x-compute-request-id': 'req-c996cef5-44bd-4432-9118-364b42625f93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:44:08,154 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.159s 2022-07-20 19:44:08,155 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8477a7c9-583b-433f-a50b-8ce2798adffd', 'x-compute-request-id': 'req-8477a7c9-583b-433f-a50b-8ce2798adffd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:44:09,318 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.155s 2022-07-20 19:44:09,319 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5535ee90-97a2-4891-9e3c-1a279e9a7755', 'x-compute-request-id': 'req-5535ee90-97a2-4891-9e3c-1a279e9a7755', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:44:10,488 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.161s 2022-07-20 19:44:10,489 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bfd3082b-e9bf-4c66-a8a0-7606561054de', 'x-compute-request-id': 'req-bfd3082b-e9bf-4c66-a8a0-7606561054de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:44:11,653 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.155s 2022-07-20 19:44:11,654 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-68127876-f09d-4415-8e26-c0b1d457a53f', 'x-compute-request-id': 'req-68127876-f09d-4415-8e26-c0b1d457a53f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:44:12,820 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.156s 2022-07-20 19:44:12,820 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f8f1116d-b0ec-4907-8623-ee3642fcfb3d', 'x-compute-request-id': 'req-f8f1116d-b0ec-4907-8623-ee3642fcfb3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:44:13,987 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.159s 2022-07-20 19:44:13,988 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7b7cac23-5a56-4543-9f21-1378220546aa', 'x-compute-request-id': 'req-7b7cac23-5a56-4543-9f21-1378220546aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:44:15,153 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.156s 2022-07-20 19:44:15,154 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-407fc2fa-30c2-463f-8e19-a50c3351635a', 'x-compute-request-id': 'req-407fc2fa-30c2-463f-8e19-a50c3351635a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:44:16,316 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.153s 2022-07-20 19:44:16,317 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a2aafc9-7abd-4e81-8237-08c0c3c6e1b6', 'x-compute-request-id': 'req-6a2aafc9-7abd-4e81-8237-08c0c3c6e1b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:44:17,485 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.159s 2022-07-20 19:44:17,485 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-30f168dd-467f-4fba-bdc8-c355b6d124af', 'x-compute-request-id': 'req-30f168dd-467f-4fba-bdc8-c355b6d124af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:44:18,650 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.156s 2022-07-20 19:44:18,651 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-58c85a94-f583-4445-8015-f656a59609e4', 'x-compute-request-id': 'req-58c85a94-f583-4445-8015-f656a59609e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:44:19,820 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.161s 2022-07-20 19:44:19,821 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf3e5236-6395-4588-804a-a53db30fa504', 'x-compute-request-id': 'req-bf3e5236-6395-4588-804a-a53db30fa504', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:44:20,990 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.161s 2022-07-20 19:44:20,991 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2375c0b6-dd2c-495c-84e4-d955a18bdada', 'x-compute-request-id': 'req-2375c0b6-dd2c-495c-84e4-d955a18bdada', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:44:22,152 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.152s 2022-07-20 19:44:22,152 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f4709a1-9751-45c1-8ee2-c0294a48d980', 'x-compute-request-id': 'req-3f4709a1-9751-45c1-8ee2-c0294a48d980', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:44:23,314 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.153s 2022-07-20 19:44:23,314 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c3952d5c-6aba-4499-b980-56ac268afcb7', 'x-compute-request-id': 'req-c3952d5c-6aba-4499-b980-56ac268afcb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:44:24,484 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.160s 2022-07-20 19:44:24,484 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c56d44d-9ef8-4ee8-986c-287bd86c9ada', 'x-compute-request-id': 'req-1c56d44d-9ef8-4ee8-986c-287bd86c9ada', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:44:25,649 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.156s 2022-07-20 19:44:25,650 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-430e1994-64af-4414-b1a6-2d2cff1512e5', 'x-compute-request-id': 'req-430e1994-64af-4414-b1a6-2d2cff1512e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:44:26,818 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.160s 2022-07-20 19:44:26,818 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6077934e-89a1-46f6-8940-5a9e3c13af6e', 'x-compute-request-id': 'req-6077934e-89a1-46f6-8940-5a9e3c13af6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:44:28,008 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.181s 2022-07-20 19:44:28,008 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad411143-07d6-4398-812b-4ede7a34e5bc', 'x-compute-request-id': 'req-ad411143-07d6-4398-812b-4ede7a34e5bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:44:29,173 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:44:29,174 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5cb13b42-27d6-4a7b-a0c4-5aaebe231d31', 'x-compute-request-id': 'req-5cb13b42-27d6-4a7b-a0c4-5aaebe231d31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:44:30,340 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.156s 2022-07-20 19:44:30,340 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0fe48c4c-a15a-41a9-93f4-8c8b4c1dbf54', 'x-compute-request-id': 'req-0fe48c4c-a15a-41a9-93f4-8c8b4c1dbf54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:44:31,506 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:44:31,506 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d3f00e7-8458-4501-bce0-9b30647d9da6', 'x-compute-request-id': 'req-5d3f00e7-8458-4501-bce0-9b30647d9da6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:44:32,669 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.154s 2022-07-20 19:44:32,669 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3d1c2b55-1b89-44f9-a3fb-f4141d35f282', 'x-compute-request-id': 'req-3d1c2b55-1b89-44f9-a3fb-f4141d35f282', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:44:33,834 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.155s 2022-07-20 19:44:33,834 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83a0c645-52d0-4a8b-ae7c-a77651fbeb6c', 'x-compute-request-id': 'req-83a0c645-52d0-4a8b-ae7c-a77651fbeb6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:44:35,000 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.159s 2022-07-20 19:44:35,001 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e16c63f-b412-4ae4-ba9a-413598885319', 'x-compute-request-id': 'req-8e16c63f-b412-4ae4-ba9a-413598885319', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:44:36,166 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.156s 2022-07-20 19:44:36,166 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f8aeb39-6226-49af-ada9-1a93a3cd40bb', 'x-compute-request-id': 'req-8f8aeb39-6226-49af-ada9-1a93a3cd40bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:44:37,330 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.155s 2022-07-20 19:44:37,330 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00672b3b-6f76-4619-95c2-69eefa3a7731', 'x-compute-request-id': 'req-00672b3b-6f76-4619-95c2-69eefa3a7731', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:44:38,497 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:44:38,498 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d7f1392a-e796-40b1-88a4-1a04cbc92caf', 'x-compute-request-id': 'req-d7f1392a-e796-40b1-88a4-1a04cbc92caf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:44:39,666 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:44:39,666 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71f6f39e-043b-4231-865c-6d6ba1b9067f', 'x-compute-request-id': 'req-71f6f39e-043b-4231-865c-6d6ba1b9067f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:44:40,832 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.158s 2022-07-20 19:44:40,833 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-96ced13f-12d9-4518-bbd6-dfd9202c9178', 'x-compute-request-id': 'req-96ced13f-12d9-4518-bbd6-dfd9202c9178', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:44:42,001 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.160s 2022-07-20 19:44:42,001 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bcc57650-3916-4437-b135-d36d422631ca', 'x-compute-request-id': 'req-bcc57650-3916-4437-b135-d36d422631ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:44:43,167 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:44:43,167 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0d771ce-65f0-454b-a111-e56f5cfdb541', 'x-compute-request-id': 'req-e0d771ce-65f0-454b-a111-e56f5cfdb541', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:44:44,332 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.156s 2022-07-20 19:44:44,333 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-04cdd3c3-7c61-4e58-91eb-1789a460fcf4', 'x-compute-request-id': 'req-04cdd3c3-7c61-4e58-91eb-1789a460fcf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:44:45,498 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:44:45,499 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bca77a06-a3ae-4b69-b0e1-a1cff81fcee7', 'x-compute-request-id': 'req-bca77a06-a3ae-4b69-b0e1-a1cff81fcee7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:44:46,663 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.156s 2022-07-20 19:44:46,663 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-09e3537d-e35e-470a-aa1b-351de8b08ac1', 'x-compute-request-id': 'req-09e3537d-e35e-470a-aa1b-351de8b08ac1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:44:47,828 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.156s 2022-07-20 19:44:47,828 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-314669b0-2c21-46e8-8309-c8ae5564f966', 'x-compute-request-id': 'req-314669b0-2c21-46e8-8309-c8ae5564f966', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:44:48,997 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.160s 2022-07-20 19:44:48,998 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-126439e8-681e-4951-ab89-1757d3f1069e', 'x-compute-request-id': 'req-126439e8-681e-4951-ab89-1757d3f1069e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:44:50,164 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:44:50,164 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-79a751c8-fe4a-4c48-9371-5691316b49b0', 'x-compute-request-id': 'req-79a751c8-fe4a-4c48-9371-5691316b49b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:44:51,328 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.155s 2022-07-20 19:44:51,328 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d761085b-8d81-43a5-8932-2e918641d963', 'x-compute-request-id': 'req-d761085b-8d81-43a5-8932-2e918641d963', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:44:52,494 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:44:52,495 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0a1fefa-78ce-467f-b001-817e7532602b', 'x-compute-request-id': 'req-c0a1fefa-78ce-467f-b001-817e7532602b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:44:53,657 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.153s 2022-07-20 19:44:53,657 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f499e819-fe4c-4378-baa6-9eed9b0cb9dc', 'x-compute-request-id': 'req-f499e819-fe4c-4378-baa6-9eed9b0cb9dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:44:54,823 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:44:54,823 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1522fab4-e60e-4b51-802b-d3744240ba92', 'x-compute-request-id': 'req-1522fab4-e60e-4b51-802b-d3744240ba92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:44:56,238 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.406s 2022-07-20 19:44:56,239 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-94739c0c-656e-4243-83d1-1da2a70c9a87', 'x-compute-request-id': 'req-94739c0c-656e-4243-83d1-1da2a70c9a87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:44:57,410 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.162s 2022-07-20 19:44:57,410 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d88d7336-b2f5-4e82-96a1-d75c9196dfb0', 'x-compute-request-id': 'req-d88d7336-b2f5-4e82-96a1-d75c9196dfb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:44:58,578 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.160s 2022-07-20 19:44:58,579 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f5326087-a0df-40b3-a221-bfa389c74720', 'x-compute-request-id': 'req-f5326087-a0df-40b3-a221-bfa389c74720', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:44:59,751 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.163s 2022-07-20 19:44:59,751 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-150282d2-b650-427a-b349-946dbd5e7ea5', 'x-compute-request-id': 'req-150282d2-b650-427a-b349-946dbd5e7ea5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:45:00,916 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.155s 2022-07-20 19:45:00,916 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:45:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c530ba8f-6b2f-4279-aa53-cba747754fa6', 'x-compute-request-id': 'req-c530ba8f-6b2f-4279-aa53-cba747754fa6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:45:02,085 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.160s 2022-07-20 19:45:02,085 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:45:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d2a7337-c101-468d-bc97-115bae0243c9', 'x-compute-request-id': 'req-6d2a7337-c101-468d-bc97-115bae0243c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:45:03,257 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.161s 2022-07-20 19:45:03,258 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:45:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4999ff12-ee68-4fe5-9f5c-28e3e78f434a', 'x-compute-request-id': 'req-4999ff12-ee68-4fe5-9f5c-28e3e78f434a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:45:04,421 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.154s 2022-07-20 19:45:04,422 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:45:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0846788-edd4-4808-a807-da1b5eba0328', 'x-compute-request-id': 'req-a0846788-edd4-4808-a807-da1b5eba0328', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:45:05,591 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.162s 2022-07-20 19:45:05,592 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:45:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e4b64e5e-a8cc-4dea-8894-cb39f42749de', 'x-compute-request-id': 'req-e4b64e5e-a8cc-4dea-8894-cb39f42749de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:45:06,765 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.164s 2022-07-20 19:45:06,766 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:45:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-207f5397-a4be-4f51-a18d-ac61d6b8ebfb', 'x-compute-request-id': 'req-207f5397-a4be-4f51-a18d-ac61d6b8ebfb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:45:07,935 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.160s 2022-07-20 19:45:07,936 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:45:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6f2cf3ff-6ea4-45b5-860e-929ad2809e33', 'x-compute-request-id': 'req-6f2cf3ff-6ea4-45b5-860e-929ad2809e33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:45:09,100 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.157s 2022-07-20 19:45:09,100 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:45:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-974a6a04-bf1a-4415-af01-fd8d12b4b455', 'x-compute-request-id': 'req-974a6a04-bf1a-4415-af01-fd8d12b4b455', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:45:10,268 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 0.159s 2022-07-20 19:45:10,269 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:45:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1449', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1359444d-bf3e-470c-8ad3-5091449b6560', 'x-compute-request-id': 'req-1359444d-bf3e-470c-8ad3-5091449b6560', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992'} Body: b'{"server": {"id": "239cb0b6-54d7-4cc2-945a-1f026a015992", "name": "tempest-TestShelveInstance-server-1328241586", "status": "ACTIVE", "tenant_id": "da296fe635c84b99b1645ceaf0138b83", "user_id": "4d7204f863c64eeeb7dab59a30c447b8", "metadata": {}, "hostId": "71df4fc0d49b2dfa686f4936a4042c38c50ba593d732537e75f9f299", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:34Z", "updated": "2022-07-20T19:40:07Z", "addresses": {"tempest-TestShelveInstance-429580876-network": [{"version": 4, "addr": "172.20.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:9c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/239cb0b6-54d7-4cc2-945a-1f026a015992"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestShelveInstance-1245547191", "OS-SRV-USG:launched_at": "2022-07-20T19:31:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-808235579"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "0aabe444-b0ff-42b1-9a95-76cfe20edd49"}]}}' 2022-07-20 19:46:11,337 118451 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 2022-07-20 19:47:11,396 118451 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 2022-07-20 19:48:11,457 118451 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 2022-07-20 19:49:11,517 118451 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 2022-07-20 19:50:11,576 118451 WARNING [urllib3.connectionpool] Retrying (Retry(total=5, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 2022-07-20 19:51:11,637 118451 WARNING [urllib3.connectionpool] Retrying (Retry(total=4, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 2022-07-20 19:52:11,697 118451 WARNING [urllib3.connectionpool] Retrying (Retry(total=3, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 2022-07-20 19:53:11,757 118451 WARNING [urllib3.connectionpool] Retrying (Retry(total=2, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 2022-07-20 19:54:11,817 118451 WARNING [urllib3.connectionpool] Retrying (Retry(total=1, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 2022-07-20 19:55:11,879 118451 WARNING [urllib3.connectionpool] Retrying (Retry(total=0, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 2022-07-20 19:56:12,089 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.222.0.69:9696/v2.0/security-groups/a0429826-5e11-447e-8420-f86f0c770d10 0.148s 2022-07-20 19:56:12,090 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-c02de1c4-1717-424e-8dab-60c1d1b47324', 'content-length': '0', 'date': 'Wed, 20 Jul 2022 19:56:12 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.69:9696/v2.0/security-groups/a0429826-5e11-447e-8420-f86f0c770d10'} Body: b'' 2022-07-20 19:57:12,152 118451 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/os-keypairs/tempest-TestShelveInstance-1245547191 2022-07-20 19:58:12,213 118451 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/os-keypairs/tempest-TestShelveInstance-1245547191 2022-07-20 19:59:01,830 118451 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 404 DELETE http://10.222.0.69/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1245547191 169.739s 2022-07-20 19:59:01,830 118451 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:58:12 GMT', 'server': 'Apache/2.4.41 (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': '143', 'x-openstack-request-id': 'req-485b8061-8420-4a01-a963-c2c8c1c152b8', 'x-compute-request-id': 'req-485b8061-8420-4a01-a963-c2c8c1c152b8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.69/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1245547191'} Body: b'{"itemNotFound": {"code": 404, "message": "Keypair tempest-TestShelveInstance-1245547191 not found for user 4d7204f863c64eeeb7dab59a30c447b8"}}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 449, in _make_request six.raise_from(e, None) File "<string>", line 3, in raise_from File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 444, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.8/http/client.py", line 1348, in getresponse response.begin() File "/usr/lib/python3.8/http/client.py", line 316, in begin version, status, reason = self._read_status() File "/usr/lib/python3.8/http/client.py", line 277, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.8/socket.py", line 669, in readinto return self._sock.recv_into(b) socket.timeout: timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 451, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 340, in _raise_timeout raise ReadTimeoutError( urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/waiters.py", line 118, in wait_for_server_termination body = client.show_server(server_id)['server'] File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 157, in show_server resp, body = self.get("servers/%s" % server_id) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 704, in request resp, resp_body = self._request(method, url, headers=headers, File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 583, in _request resp, resp_body = self.raw_request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 623, in raw_request resp, resp_body = self.http_obj.request( File "/opt/stack/tempest/tempest/lib/common/http.py", line 110, in request r = super(ClosingHttp, self).request(method, url, retries=retry, File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 74, in request return self.request_encode_url( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/request.py", line 96, in request_encode_url return self.urlopen(method, url, **extra_kw) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/poolmanager.py", line 376, in urlopen response = conn.urlopen(method, u.request_uri, **kw) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen return self.urlopen( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen return self.urlopen( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 813, in urlopen return self.urlopen( [Previous line repeated 7 more times] File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/connectionpool.py", line 785, in urlopen retries = retries.increment( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/urllib3/util/retry.py", line 592, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='10.222.0.69', port=80): Max retries exceeded with url: /compute/v2.1/servers/239cb0b6-54d7-4cc2-945a-1f026a015992 (Caused by ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")) }}} traceback-2: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/services/compute/keypairs_client.py", line 115, in delete_keypair resp, body = self.delete(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 330, 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 826, in _error_checker raise exceptions.NotFound(resp_body, resp=resp) tempest.lib.exceptions.NotFound: Object not found Details: {'code': 404, 'message': 'Keypair tempest-TestShelveInstance-1245547191 not found for user 4d7204f863c64eeeb7dab59a30c447b8'} }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 120, in test_shelve_volume_backed_instance self._create_server_then_shelve_and_unshelve(boot_from_volume=True) File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 95, in _create_server_then_shelve_and_unshelve self._shelve_then_unshelve_server(server) File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 55, in _shelve_then_unshelve_server compute.shelve_server(self.servers_client, server['id'], File "/opt/stack/tempest/tempest/common/compute.py", line 375, in shelve_server waiters.wait_for_server_status(servers_client, server_id, File "/opt/stack/tempest/tempest/common/waiters.py", line 101, in wait_for_server_status raise lib_exc.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: (TestShelveInstance:test_shelve_volume_backed_instance) Server 239cb0b6-54d7-4cc2-945a-1f026a015992 failed to reach SHELVED_OFFLOADED status and task state "None" within the required time (360 s). Current status: ACTIVE. Current task state: shelving. |
||||||
tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern | 1 | 0 | 1 | 0 | 0 | Detail | |
test_volume_boot_pattern[compute,id-557cd2c2-4eb8-4dce-98be-f86765ff311b,image,slow,volume] |
fail
ft8.1: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern[compute,id-557cd2c2-4eb8-4dce-98be-f86765ff311b,image,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2022-07-20 19:28:27,196 118439 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2022-07-20 19:28:27,465 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 POST http://10.222.0.69/compute/v2.1/os-keypairs 0.266s 2022-07-20 19:28:27,465 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-495469876", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDcc8IUpdoDouvR0I+aPE0S6Lf6h9i/3P1M9u3O2WWddlsXCcaHwNr3QYmBEzY8qB55njQjrcdzAbRFsPwX6u6KNCKiriERPx8yB5OpE4zPuwrxHvuferr37yJTGQfQ3Pw=="}} Response - Headers: {'date': 'Wed, 20 Jul 2022 19:28:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '399', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d862de41-8556-46f1-9849-4ba680118fb8', 'x-compute-request-id': 'req-d862de41-8556-46f1-9849-4ba680118fb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-495469876", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDcc8IUpdoDouvR0I+aPE0S6Lf6h9i/3P1M9u3O2WWddlsXCcaHwNr3QYmBEzY8qB55njQjrcdzAbRFsPwX6u6KNCKiriERPx8yB5OpE4zPuwrxHvuferr37yJTGQfQ3Pw==", "fingerprint": "c3:43:4e:18:67:00:89:48:28:97:9b:5c:d0:86:12:4e", "user_id": "8c67fe170c60476d88610d85f2528c52"}}' 2022-07-20 19:28:27,634 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.69:9696/v2.0/security-groups 0.166s 2022-07-20 19:28:27,634 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup-smoke-219114629", "description": "tempest-secgroup-smoke-219114629 description", "project_id": "8064950f9a1942149aa8d6c08c206850"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1609', 'x-openstack-request-id': 'req-63e1e4f9-63c7-4ad4-97e8-527e076ba093', 'date': 'Wed, 20 Jul 2022 19:28:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.69:9696/v2.0/security-groups'} Body: b'{"security_group": {"id": "58e08c3c-cb83-4451-beff-d5ef5c35647b", "name": "tempest-secgroup-smoke-219114629", "stateful": true, "tenant_id": "8064950f9a1942149aa8d6c08c206850", "description": "tempest-secgroup-smoke-219114629 description", "shared": false, "security_group_rules": [{"id": "37dac485-fa07-4348-923a-2d479d280f94", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "security_group_id": "58e08c3c-cb83-4451-beff-d5ef5c35647b", "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": 418, "description": null, "tags": [], "created_at": "2022-07-20T19:28:27Z", "updated_at": "2022-07-20T19:28:27Z", "revision_number": 0, "project_id": "8064950f9a1942149aa8d6c08c206850"}, {"id": "3e537c42-49eb-4e7e-ad59-b2aec0a34132", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "security_group_id": "58e08c3c-cb83-4451-beff-d5ef5c35647b", "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": 419, "description": null, "tags": [], "created_at": "2022-07-20T19:28:27Z", "updated_at": "2022-07-20T19:28:27Z", "revision_number": 0, "project_id": "8064950f9a1942149aa8d6c08c206850"}], "tags": [], "created_at": "2022-07-20T19:28:27Z", "updated_at": "2022-07-20T19:28:27Z", "revision_number": 1, "project_id": "8064950f9a1942149aa8d6c08c206850"}}' 2022-07-20 19:28:27,779 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.69:9696/v2.0/security-group-rules 0.144s 2022-07-20 19:28:27,779 118439 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": "58e08c3c-cb83-4451-beff-d5ef5c35647b", "project_id": "8064950f9a1942149aa8d6c08c206850", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-45138edd-33a4-4997-9f36-dfe1f016ed31', 'date': 'Wed, 20 Jul 2022 19:28:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.69:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "305528d5-b227-4723-84e2-94b684466f06", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "security_group_id": "58e08c3c-cb83-4451-beff-d5ef5c35647b", "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, "description": "", "created_at": "2022-07-20T19:28:27Z", "updated_at": "2022-07-20T19:28:27Z", "revision_number": 0, "project_id": "8064950f9a1942149aa8d6c08c206850"}}' 2022-07-20 19:28:27,913 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.69:9696/v2.0/security-group-rules 0.133s 2022-07-20 19:28:27,913 118439 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": "58e08c3c-cb83-4451-beff-d5ef5c35647b", "project_id": "8064950f9a1942149aa8d6c08c206850", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-6ccd241c-c87a-487b-9fd6-9572872e59e5', 'date': 'Wed, 20 Jul 2022 19:28:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.69:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9d00771c-46c4-49e1-95f7-a8bb05d786c2", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "security_group_id": "58e08c3c-cb83-4451-beff-d5ef5c35647b", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-07-20T19:28:27Z", "updated_at": "2022-07-20T19:28:27Z", "revision_number": 0, "project_id": "8064950f9a1942149aa8d6c08c206850"}}' 2022-07-20 19:28:28,046 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.69:9696/v2.0/security-group-rules 0.133s 2022-07-20 19:28:28,047 118439 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": "58e08c3c-cb83-4451-beff-d5ef5c35647b", "project_id": "8064950f9a1942149aa8d6c08c206850", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-64ab8806-c5a4-4e36-8701-606a742ce700', 'date': 'Wed, 20 Jul 2022 19:28:28 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.69:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a17e3055-b275-4904-a2d2-7a8257c0bc41", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "security_group_id": "58e08c3c-cb83-4451-beff-d5ef5c35647b", "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, "description": "", "created_at": "2022-07-20T19:28:27Z", "updated_at": "2022-07-20T19:28:27Z", "revision_number": 0, "project_id": "8064950f9a1942149aa8d6c08c206850"}}' 2022-07-20 19:28:28,186 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.69:9696/v2.0/security-group-rules 0.139s 2022-07-20 19:28:28,187 118439 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": "58e08c3c-cb83-4451-beff-d5ef5c35647b", "project_id": "8064950f9a1942149aa8d6c08c206850", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-8a27da32-9940-42db-8cb9-d8af8914b9ac', 'date': 'Wed, 20 Jul 2022 19:28:28 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.69:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a23648db-57b4-41a4-b87f-99b81e88e66e", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "security_group_id": "58e08c3c-cb83-4451-beff-d5ef5c35647b", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-07-20T19:28:28Z", "updated_at": "2022-07-20T19:28:28Z", "revision_number": 0, "project_id": "8064950f9a1942149aa8d6c08c206850"}}' 2022-07-20 19:28:28,319 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.69:9696/v2.0/security-group-rules 0.131s 2022-07-20 19:28:28,319 118439 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": "58e08c3c-cb83-4451-beff-d5ef5c35647b", "project_id": "8064950f9a1942149aa8d6c08c206850", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-c6968603-0e00-4bec-9efb-3dfab07bcc53', 'date': 'Wed, 20 Jul 2022 19:28:28 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.69:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "49f39061-fce3-4353-a878-51202acdfbae", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "security_group_id": "58e08c3c-cb83-4451-beff-d5ef5c35647b", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-07-20T19:28:28Z", "updated_at": "2022-07-20T19:28:28Z", "revision_number": 0, "project_id": "8064950f9a1942149aa8d6c08c206850"}}' 2022-07-20 19:28:28,445 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.69:9696/v2.0/security-group-rules 0.126s 2022-07-20 19:28:28,446 118439 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": "58e08c3c-cb83-4451-beff-d5ef5c35647b", "project_id": "8064950f9a1942149aa8d6c08c206850", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-bc5c75a2-8157-4130-834e-d9048eaaaa21', 'date': 'Wed, 20 Jul 2022 19:28:28 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.69:9696/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "701310fd-510b-46c7-ada8-f2ffc8dac566", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "security_group_id": "58e08c3c-cb83-4451-beff-d5ef5c35647b", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2022-07-20T19:28:28Z", "updated_at": "2022-07-20T19:28:28Z", "revision_number": 0, "project_id": "8064950f9a1942149aa8d6c08c206850"}}' 2022-07-20 19:28:28,446 118439 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2022-07-20 19:28:28,468 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/image/v2/images/59575804-e013-4dec-af24-b6c2dbbce73a 0.021s 2022-07-20 19:28:28,468 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:28:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '946', 'content-type': 'application/json', 'x-openstack-request-id': 'req-82ec9291-fb97-4e66-8344-6c520740079a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/image/v2/images/59575804-e013-4dec-af24-b6c2dbbce73a'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "name": "ubuntu-16", "disk_format": "vhdx", "container_format": "bare", "visibility": "public", "size": 645922816, "virtual_size": 734003200, "status": "active", "checksum": "318f990048c8a194829e52141534610d", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "1a14d1da63be4e14a0cb08d341815ffe", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1aaa7a04b14d2fb410b8803fefeb767485c32e2da475b52a8839eec757ebef67d8611e4f699200324e39744ee6949dd3c2a4f6ecccb0c2480706ec5cb0fc5a53", "id": "59575804-e013-4dec-af24-b6c2dbbce73a", "created_at": "2022-07-20T19:16:18Z", "updated_at": "2022-07-20T19:16:34Z", "tags": [], "self": "/v2/images/59575804-e013-4dec-af24-b6c2dbbce73a", "file": "/v2/images/59575804-e013-4dec-af24-b6c2dbbce73a/file", "schema": "/v2/schemas/image"}' 2022-07-20 19:28:28,845 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes 0.376s 2022-07-20 19:28:28,846 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"volume": {"name": "tempest-TestVolumeBootPattern-volume-origin-1438932332", "snapshot_id": null, "imageRef": "59575804-e013-4dec-af24-b6c2dbbce73a", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 20 Jul 2022 19:28:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a83b0630-67d3-41b5-8bb5-0130035167cf', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a83b0630-67d3-41b5-8bb5-0130035167cf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes'} Body: b'{"volume": {"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:28.776086", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1438932332", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}], "user_id": "8c67fe170c60476d88610d85f2528c52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2022-07-20 19:28:28,902 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc 0.049s 2022-07-20 19:28:28,902 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:28:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c1f2a6e-4b4f-4b01-943b-f5d8c83446fb', 'content-length': '896', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c1f2a6e-4b4f-4b01-943b-f5d8c83446fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc'} Body: b'{"volume": {"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:29.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1438932332", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}], "user_id": "8c67fe170c60476d88610d85f2528c52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8064950f9a1942149aa8d6c08c206850"}}' 2022-07-20 19:28:29,955 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc 0.043s 2022-07-20 19:28:29,955 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:28:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5544815-4c43-4a2e-b916-6d9e997253f9', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5544815-4c43-4a2e-b916-6d9e997253f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc'} Body: b'{"volume": {"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:29.000000", "updated_at": "2022-07-20T19:28:29.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1438932332", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}], "user_id": "8c67fe170c60476d88610d85f2528c52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8064950f9a1942149aa8d6c08c206850"}}' 2022-07-20 19:28:31,019 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc 0.055s 2022-07-20 19:28:31,020 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:28:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03811c4b-634b-424c-8db3-7cbbee1fbce8', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03811c4b-634b-424c-8db3-7cbbee1fbce8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc'} Body: b'{"volume": {"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:29.000000", "updated_at": "2022-07-20T19:28:29.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1438932332", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}], "user_id": "8c67fe170c60476d88610d85f2528c52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8064950f9a1942149aa8d6c08c206850"}}' 2022-07-20 19:28:32,072 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc 0.043s 2022-07-20 19:28:32,073 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:28:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b1e6bb8-dd97-44b1-83e8-7bdfbab2b9c5', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b1e6bb8-dd97-44b1-83e8-7bdfbab2b9c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc'} Body: b'{"volume": {"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:29.000000", "updated_at": "2022-07-20T19:28:29.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1438932332", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}], "user_id": "8c67fe170c60476d88610d85f2528c52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8064950f9a1942149aa8d6c08c206850"}}' 2022-07-20 19:28:33,122 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc 0.040s 2022-07-20 19:28:33,123 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:28:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c998cfd1-518d-4a21-9cd9-51009f5d7448', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c998cfd1-518d-4a21-9cd9-51009f5d7448', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc'} Body: b'{"volume": {"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:29.000000", "updated_at": "2022-07-20T19:28:29.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1438932332", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}], "user_id": "8c67fe170c60476d88610d85f2528c52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8064950f9a1942149aa8d6c08c206850"}}' 2022-07-20 19:28:34,175 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc 0.043s 2022-07-20 19:28:34,176 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:28:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b8a1244-fd68-4182-9660-9e3b901c6bd6', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b8a1244-fd68-4182-9660-9e3b901c6bd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc'} Body: b'{"volume": {"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:29.000000", "updated_at": "2022-07-20T19:28:29.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1438932332", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}], "user_id": "8c67fe170c60476d88610d85f2528c52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8064950f9a1942149aa8d6c08c206850"}}' 2022-07-20 19:28:35,224 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc 0.040s 2022-07-20 19:28:35,224 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:28:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e55441a-dd7f-4113-8606-0b27b15ccbc7', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e55441a-dd7f-4113-8606-0b27b15ccbc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc'} Body: b'{"volume": {"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:29.000000", "updated_at": "2022-07-20T19:28:29.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1438932332", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}], "user_id": "8c67fe170c60476d88610d85f2528c52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8064950f9a1942149aa8d6c08c206850"}}' 2022-07-20 19:28:36,276 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc 0.044s 2022-07-20 19:28:36,276 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:28:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cb7c6837-5664-4f36-a7b5-a4562f5e0458', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb7c6837-5664-4f36-a7b5-a4562f5e0458', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc'} Body: b'{"volume": {"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:29.000000", "updated_at": "2022-07-20T19:28:29.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1438932332", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}], "user_id": "8c67fe170c60476d88610d85f2528c52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8064950f9a1942149aa8d6c08c206850"}}' 2022-07-20 19:28:37,327 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc 0.044s 2022-07-20 19:28:37,328 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:28:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc08eee5-1898-4f3d-a114-a1163026ee8a', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc08eee5-1898-4f3d-a114-a1163026ee8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc'} Body: b'{"volume": {"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:29.000000", "updated_at": "2022-07-20T19:28:29.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1438932332", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}], "user_id": "8c67fe170c60476d88610d85f2528c52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8064950f9a1942149aa8d6c08c206850"}}' 2022-07-20 19:28:38,378 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc 0.042s 2022-07-20 19:28:38,378 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:28:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-944bad43-a756-4b4b-bf91-dab9bffe945b', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-944bad43-a756-4b4b-bf91-dab9bffe945b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc'} Body: b'{"volume": {"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:29.000000", "updated_at": "2022-07-20T19:28:29.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1438932332", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}], "user_id": "8c67fe170c60476d88610d85f2528c52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8064950f9a1942149aa8d6c08c206850"}}' 2022-07-20 19:28:39,431 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc 0.045s 2022-07-20 19:28:39,432 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:28:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c31c16f5-5d93-4867-bb78-908bff0cfe76', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c31c16f5-5d93-4867-bb78-908bff0cfe76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc'} Body: b'{"volume": {"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:29.000000", "updated_at": "2022-07-20T19:28:29.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1438932332", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}], "user_id": "8c67fe170c60476d88610d85f2528c52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8064950f9a1942149aa8d6c08c206850"}}' 2022-07-20 19:28:40,483 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc 0.043s 2022-07-20 19:28:40,484 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:28:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5c0437b-b654-4762-8d6f-f6111a302326', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5c0437b-b654-4762-8d6f-f6111a302326', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc'} Body: b'{"volume": {"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:29.000000", "updated_at": "2022-07-20T19:28:29.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1438932332", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}], "user_id": "8c67fe170c60476d88610d85f2528c52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8064950f9a1942149aa8d6c08c206850"}}' 2022-07-20 19:28:41,547 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc 0.054s 2022-07-20 19:28:41,547 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:28:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aca0c47d-0c9c-4aea-83e5-d596a12d8155', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aca0c47d-0c9c-4aea-83e5-d596a12d8155', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc'} Body: b'{"volume": {"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:29.000000", "updated_at": "2022-07-20T19:28:29.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1438932332", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}], "user_id": "8c67fe170c60476d88610d85f2528c52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8064950f9a1942149aa8d6c08c206850"}}' 2022-07-20 19:28:42,602 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc 0.045s 2022-07-20 19:28:42,602 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:28:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dea7f3df-0c80-431a-b366-aec9713fe65b', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dea7f3df-0c80-431a-b366-aec9713fe65b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc'} Body: b'{"volume": {"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:29.000000", "updated_at": "2022-07-20T19:28:29.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1438932332", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}], "user_id": "8c67fe170c60476d88610d85f2528c52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8064950f9a1942149aa8d6c08c206850"}}' 2022-07-20 19:28:43,680 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc 0.071s 2022-07-20 19:28:43,680 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:28:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a81943a8-4727-44b5-b9be-30c9e4d1c781', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a81943a8-4727-44b5-b9be-30c9e4d1c781', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc'} Body: b'{"volume": {"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:29.000000", "updated_at": "2022-07-20T19:28:29.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1438932332", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}], "user_id": "8c67fe170c60476d88610d85f2528c52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8064950f9a1942149aa8d6c08c206850"}}' 2022-07-20 19:28:44,733 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc 0.045s 2022-07-20 19:28:44,734 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:28:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a1465191-9237-4d1d-93ff-add868c6e182', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1465191-9237-4d1d-93ff-add868c6e182', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc'} Body: b'{"volume": {"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:29.000000", "updated_at": "2022-07-20T19:28:29.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1438932332", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}], "user_id": "8c67fe170c60476d88610d85f2528c52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8064950f9a1942149aa8d6c08c206850"}}' 2022-07-20 19:28:45,787 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc 0.046s 2022-07-20 19:28:45,788 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:28:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec8e7dba-a14e-470d-9ce8-499abc6e7f9c', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec8e7dba-a14e-470d-9ce8-499abc6e7f9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc'} Body: b'{"volume": {"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:29.000000", "updated_at": "2022-07-20T19:28:29.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1438932332", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}], "user_id": "8c67fe170c60476d88610d85f2528c52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8064950f9a1942149aa8d6c08c206850"}}' 2022-07-20 19:28:46,872 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc 0.076s 2022-07-20 19:28:46,872 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:28:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5685e33b-e1ca-49ff-8784-28a754381c8e', 'content-length': '978', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5685e33b-e1ca-49ff-8784-28a754381c8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc'} Body: b'{"volume": {"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:29.000000", "updated_at": "2022-07-20T19:28:29.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1438932332", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}], "user_id": "8c67fe170c60476d88610d85f2528c52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8064950f9a1942149aa8d6c08c206850"}}' 2022-07-20 19:28:47,950 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc 0.069s 2022-07-20 19:28:47,950 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:28:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38357fc8-1082-43c1-9184-d0b80aa24503', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38357fc8-1082-43c1-9184-d0b80aa24503', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc'} Body: b'{"volume": {"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:29.000000", "updated_at": "2022-07-20T19:28:47.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1438932332", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}], "user_id": "8c67fe170c60476d88610d85f2528c52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8064950f9a1942149aa8d6c08c206850"}}' 2022-07-20 19:28:49,025 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc 0.060s 2022-07-20 19:28:49,026 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:28:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75390462-9709-45ed-a776-de01c026fd85', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75390462-9709-45ed-a776-de01c026fd85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc'} Body: b'{"volume": {"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:29.000000", "updated_at": "2022-07-20T19:28:47.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1438932332", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}], "user_id": "8c67fe170c60476d88610d85f2528c52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8064950f9a1942149aa8d6c08c206850"}}' 2022-07-20 19:28:50,131 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc 0.097s 2022-07-20 19:28:50,131 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:28:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c005083-ca2c-40bf-8174-ddfac4637b40', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c005083-ca2c-40bf-8174-ddfac4637b40', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc'} Body: b'{"volume": {"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:29.000000", "updated_at": "2022-07-20T19:28:47.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1438932332", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}], "user_id": "8c67fe170c60476d88610d85f2528c52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8064950f9a1942149aa8d6c08c206850"}}' 2022-07-20 19:28:51,216 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc 0.077s 2022-07-20 19:28:51,216 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:28:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8700a04c-7825-456b-8971-12206d40418a', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8700a04c-7825-456b-8971-12206d40418a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc'} Body: b'{"volume": {"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:29.000000", "updated_at": "2022-07-20T19:28:47.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1438932332", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}], "user_id": "8c67fe170c60476d88610d85f2528c52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8064950f9a1942149aa8d6c08c206850"}}' 2022-07-20 19:28:52,298 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc 0.073s 2022-07-20 19:28:52,299 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:28:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7b5ba889-f628-4df5-92b8-7a1cb1163270', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b5ba889-f628-4df5-92b8-7a1cb1163270', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc'} Body: b'{"volume": {"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:29.000000", "updated_at": "2022-07-20T19:28:47.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1438932332", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}], "user_id": "8c67fe170c60476d88610d85f2528c52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8064950f9a1942149aa8d6c08c206850"}}' 2022-07-20 19:28:53,359 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc 0.052s 2022-07-20 19:28:53,359 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:28:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0a46ca0-c22e-4388-a7c0-6955c11a0412', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0a46ca0-c22e-4388-a7c0-6955c11a0412', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc'} Body: b'{"volume": {"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:29.000000", "updated_at": "2022-07-20T19:28:47.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1438932332", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}], "user_id": "8c67fe170c60476d88610d85f2528c52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8064950f9a1942149aa8d6c08c206850"}}' 2022-07-20 19:28:54,419 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc 0.051s 2022-07-20 19:28:54,419 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:28:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47a0da16-f84a-4d78-946a-48dfbdc1ab12', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47a0da16-f84a-4d78-946a-48dfbdc1ab12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc'} Body: b'{"volume": {"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:29.000000", "updated_at": "2022-07-20T19:28:47.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1438932332", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}], "user_id": "8c67fe170c60476d88610d85f2528c52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8064950f9a1942149aa8d6c08c206850"}}' 2022-07-20 19:28:55,469 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc 0.040s 2022-07-20 19:28:55,469 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:28:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5c7032cd-ac08-4cad-bf42-2fb2ce468578', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c7032cd-ac08-4cad-bf42-2fb2ce468578', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc'} Body: b'{"volume": {"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:29.000000", "updated_at": "2022-07-20T19:28:47.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1438932332", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}], "user_id": "8c67fe170c60476d88610d85f2528c52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8064950f9a1942149aa8d6c08c206850"}}' 2022-07-20 19:28:56,522 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc 0.045s 2022-07-20 19:28:56,523 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:28:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72b71a75-99c2-4d3d-9f4b-e895b3bb5e25', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72b71a75-99c2-4d3d-9f4b-e895b3bb5e25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc'} Body: b'{"volume": {"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:29.000000", "updated_at": "2022-07-20T19:28:47.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1438932332", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}], "user_id": "8c67fe170c60476d88610d85f2528c52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8064950f9a1942149aa8d6c08c206850"}}' 2022-07-20 19:28:57,573 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc 0.043s 2022-07-20 19:28:57,573 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:28:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aea436aa-0aad-4774-98bc-9856f16d40b7', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aea436aa-0aad-4774-98bc-9856f16d40b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc'} Body: b'{"volume": {"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:29.000000", "updated_at": "2022-07-20T19:28:47.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1438932332", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}], "user_id": "8c67fe170c60476d88610d85f2528c52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8064950f9a1942149aa8d6c08c206850"}}' 2022-07-20 19:28:58,626 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc 0.045s 2022-07-20 19:28:58,627 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:28:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9cd431f-edff-49d5-8a06-6cbeeeecba14', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9cd431f-edff-49d5-8a06-6cbeeeecba14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc'} Body: b'{"volume": {"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:29.000000", "updated_at": "2022-07-20T19:28:47.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1438932332", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}], "user_id": "8c67fe170c60476d88610d85f2528c52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8064950f9a1942149aa8d6c08c206850"}}' 2022-07-20 19:28:59,675 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc 0.040s 2022-07-20 19:28:59,676 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:28:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ab7ddfe-d433-49ff-b91a-9b68aeed7624', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ab7ddfe-d433-49ff-b91a-9b68aeed7624', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc'} Body: b'{"volume": {"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:29.000000", "updated_at": "2022-07-20T19:28:47.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1438932332", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}], "user_id": "8c67fe170c60476d88610d85f2528c52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8064950f9a1942149aa8d6c08c206850"}}' 2022-07-20 19:29:00,724 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc 0.040s 2022-07-20 19:29:00,725 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7891a35f-c012-4f9d-89ad-378d36c31917', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7891a35f-c012-4f9d-89ad-378d36c31917', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc'} Body: b'{"volume": {"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:29.000000", "updated_at": "2022-07-20T19:28:47.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1438932332", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}], "user_id": "8c67fe170c60476d88610d85f2528c52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8064950f9a1942149aa8d6c08c206850"}}' 2022-07-20 19:29:01,772 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc 0.039s 2022-07-20 19:29:01,773 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6bc7809-6d42-4bc7-9bb3-6a0ad26b91ba', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6bc7809-6d42-4bc7-9bb3-6a0ad26b91ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc'} Body: b'{"volume": {"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:29.000000", "updated_at": "2022-07-20T19:28:47.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1438932332", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}], "user_id": "8c67fe170c60476d88610d85f2528c52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8064950f9a1942149aa8d6c08c206850"}}' 2022-07-20 19:29:02,820 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc 0.040s 2022-07-20 19:29:02,821 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aabf67b5-957d-45f0-b00c-b9fe73165756', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aabf67b5-957d-45f0-b00c-b9fe73165756', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc'} Body: b'{"volume": {"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:29.000000", "updated_at": "2022-07-20T19:28:47.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1438932332", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}], "user_id": "8c67fe170c60476d88610d85f2528c52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8064950f9a1942149aa8d6c08c206850"}}' 2022-07-20 19:29:03,872 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc 0.043s 2022-07-20 19:29:03,872 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-280c580b-6a1b-4f13-b27d-578c3e36b3c4', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-280c580b-6a1b-4f13-b27d-578c3e36b3c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc'} Body: b'{"volume": {"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:29.000000", "updated_at": "2022-07-20T19:28:47.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1438932332", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}], "user_id": "8c67fe170c60476d88610d85f2528c52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8064950f9a1942149aa8d6c08c206850"}}' 2022-07-20 19:29:04,922 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc 0.042s 2022-07-20 19:29:04,923 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2e7a8b8-8ee8-4181-8586-724b6d238eea', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2e7a8b8-8ee8-4181-8586-724b6d238eea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc'} Body: b'{"volume": {"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:29.000000", "updated_at": "2022-07-20T19:28:47.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1438932332", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}], "user_id": "8c67fe170c60476d88610d85f2528c52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8064950f9a1942149aa8d6c08c206850"}}' 2022-07-20 19:29:05,970 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc 0.040s 2022-07-20 19:29:05,971 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-191779d0-6ee1-4d36-aa5d-9658d8c3a717', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-191779d0-6ee1-4d36-aa5d-9658d8c3a717', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc'} Body: b'{"volume": {"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:29.000000", "updated_at": "2022-07-20T19:28:47.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1438932332", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}], "user_id": "8c67fe170c60476d88610d85f2528c52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8064950f9a1942149aa8d6c08c206850"}}' 2022-07-20 19:29:07,020 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc 0.040s 2022-07-20 19:29:07,020 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4028c2d-ce37-4c11-acef-084350cd7cb5', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4028c2d-ce37-4c11-acef-084350cd7cb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc'} Body: b'{"volume": {"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:29.000000", "updated_at": "2022-07-20T19:28:47.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1438932332", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}], "user_id": "8c67fe170c60476d88610d85f2528c52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8064950f9a1942149aa8d6c08c206850"}}' 2022-07-20 19:29:08,067 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc 0.039s 2022-07-20 19:29:08,067 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f59304d0-c934-4224-9ac8-0a2f9d12f959', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f59304d0-c934-4224-9ac8-0a2f9d12f959', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc'} Body: b'{"volume": {"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:29.000000", "updated_at": "2022-07-20T19:28:47.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1438932332", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}], "user_id": "8c67fe170c60476d88610d85f2528c52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8064950f9a1942149aa8d6c08c206850"}}' 2022-07-20 19:29:09,114 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc 0.039s 2022-07-20 19:29:09,115 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98ccf2ee-483a-439a-8f6e-0e1c05ec0141', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98ccf2ee-483a-439a-8f6e-0e1c05ec0141', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc'} Body: b'{"volume": {"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:29.000000", "updated_at": "2022-07-20T19:28:47.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1438932332", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}], "user_id": "8c67fe170c60476d88610d85f2528c52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8064950f9a1942149aa8d6c08c206850"}}' 2022-07-20 19:29:10,223 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc 0.045s 2022-07-20 19:29:10,223 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9dfc63c1-9f58-42a4-96a6-03cec442b702', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9dfc63c1-9f58-42a4-96a6-03cec442b702', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc'} Body: b'{"volume": {"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:29.000000", "updated_at": "2022-07-20T19:28:47.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1438932332", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}], "user_id": "8c67fe170c60476d88610d85f2528c52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8064950f9a1942149aa8d6c08c206850"}}' 2022-07-20 19:29:11,273 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc 0.041s 2022-07-20 19:29:11,273 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6721323-a08e-4e86-a49d-a289f75027b6', 'content-length': '981', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6721323-a08e-4e86-a49d-a289f75027b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc'} Body: b'{"volume": {"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "status": "downloading", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:29.000000", "updated_at": "2022-07-20T19:28:47.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1438932332", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}], "user_id": "8c67fe170c60476d88610d85f2528c52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False"}, "os-vol-tenant-attr:tenant_id": "8064950f9a1942149aa8d6c08c206850"}}' 2022-07-20 19:29:12,326 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc 0.044s 2022-07-20 19:29:12,326 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19bd7c56-84fa-42e4-a223-98b0698ccb7e', 'content-length': '1369', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19bd7c56-84fa-42e4-a223-98b0698ccb7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc'} Body: b'{"volume": {"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:29.000000", "updated_at": "2022-07-20T19:29:12.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1438932332", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}], "user_id": "8c67fe170c60476d88610d85f2528c52", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "59575804-e013-4dec-af24-b6c2dbbce73a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8064950f9a1942149aa8d6c08c206850"}}' 2022-07-20 19:29:12,333 118439 INFO [tempest.common.waiters] volume ff75a2d7-4681-43f2-81be-d09c75cdd3fc reached available after waiting for 44.333776 seconds 2022-07-20 19:29:12,380 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc 0.046s 2022-07-20 19:29:12,380 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5310c043-1e1c-416b-a196-7917888d1020', 'content-length': '1369', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5310c043-1e1c-416b-a196-7917888d1020', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc'} Body: b'{"volume": {"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "status": "available", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:29.000000", "updated_at": "2022-07-20T19:29:12.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1438932332", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}], "user_id": "8c67fe170c60476d88610d85f2528c52", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "59575804-e013-4dec-af24-b6c2dbbce73a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8064950f9a1942149aa8d6c08c206850"}}' 2022-07-20 19:29:12,480 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.69/identity/v3/auth/tokens 0.088s 2022-07-20 19:29:12,481 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3244', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b4f8f07a-db6d-41e6-a736-d1ae4310d16d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.69/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "8c67fe170c60476d88610d85f2528c52", "name": "tempest-TestVolumeBootPattern-439210935-project", "password_expires_at": null}, "audit_ids": ["14ulejOIS92I3WoE5DESJw"], "expires_at": "2022-07-20T20:29:12.000000Z", "issued_at": "2022-07-20T19:29:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8064950f9a1942149aa8d6c08c206850", "name": "tempest-TestVolumeBootPattern-439210935"}, "is_domain": false, "roles": [{"id": "997417d78f914e27958b852313dcae0e", "name": "reader"}, {"id": "91f9d5c6716547c18da989bf327f6aca", "name": "member"}], "catalog": [{"endpoints": [{"id": "181c0ca6ec904c52b8b351f03fb780e4", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850", "region": "RegionOne"}], "id": "3fbf60cbc94448cfad5481ee2a11ebda", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "71b5fdc86fe04c28a9c79a76f37c89af", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850", "region": "RegionOne"}], "id": "432440190a1d4613b9e8de425f523628", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "c7649afba0b64502990d9cf6f81ec35b", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.69/compute/v2.1", "region": "RegionOne"}], "id": "5cfe7aa1008c4cac9a1301de1484a76d", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "68abffc301a34944a858b1e8a91dcc17", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.69/identity", "region": "RegionOne"}], "id": "6063f4da01dc408a95887ebde190cf89", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "1cf38f75c841415d8220a2a62e5b8b3f", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.69/image", "region": "RegionOne"}], "id": "73e6e3153cb9413895f2855934cebf35", "type": "image", "name": "glance"}, {"endpoints": [{"id": "87c22bc4e4e2402d9ad10640193ef825", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.69/placement", "region": "RegionOne"}], "id": "83576299d09e4da1abeca4dcaa4a189d", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "49645b8e3e1d4494ac65c2bb256e5246", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.69:9696/", "region": "RegionOne"}], "id": "8ab257c2ba3d4ae89f346631a207302b", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "27990a0ca6a0472f92355c718739eaf1", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.69:8080/v1/AUTH_8064950f9a1942149aa8d6c08c206850", "region": "RegionOne"}, {"id": "54f61614484348819cba27996ef1971c", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.69:8080", "region": "RegionOne"}], "id": "c1d906f25dc0453d89b7b975a79137c9", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "a8199c45947e47e0a3dd50f1b2118190", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.69/compute/v2/8064950f9a1942149aa8d6c08c206850", "region": "RegionOne"}], "id": "e5774141a451493bb458c52931172eaf", "type": "compute_legacy", "name": "nova_legacy"}]}}' 2022-07-20 19:29:12,481 118439 INFO [tempest.lib.common.fixed_network] (TestVolumeBootPattern:test_volume_boot_pattern) Found network {'id': 'c39a0d69-310f-4397-8229-c22c13e640e5', 'name': 'tempest-TestVolumeBootPattern-1926643173-network', 'tenant_id': '8064950f9a1942149aa8d6c08c206850', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '8064950f9a1942149aa8d6c08c206850', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 883, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2022-07-20T19:28:17Z', 'updated_at': '2022-07-20T19:28:17Z', 'revision_number': 1} available for tenant 2022-07-20 19:29:13,364 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.222.0.69/compute/v2.1/servers 0.881s 2022-07-20 19:29:13,364 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestVolumeBootPattern-server-955100882", "imageRef": "", "flavorRef": "452", "key_name": "tempest-TestVolumeBootPattern-495469876", "security_groups": [{"name": "tempest-secgroup-smoke-219114629"}], "block_device_mapping_v2": [{"uuid": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "source_type": "volume", "destination_type": "volume", "boot_index": 0, "delete_on_termination": false}], "networks": [{"uuid": "c39a0d69-310f-4397-8229-c22c13e640e5"}]}} Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '405', 'location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e29b402b-0215-4885-894d-1b37367bd257', 'x-compute-request-id': 'req-e29b402b-0215-4885-894d-1b37367bd257', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.69/compute/v2.1/servers'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-219114629"}], "adminPass": "9ZFaZpYVKiH6"}}' 2022-07-20 19:29:13,447 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.081s 2022-07-20 19:29:13,448 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1093', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dc1e1098-3be1-40ab-81c5-443662f86f61', 'x-compute-request-id': 'req-dc1e1098-3be1-40ab-81c5-443662f86f61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "BUILD", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:29:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-495469876", "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": []}}' 2022-07-20 19:29:14,546 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.088s 2022-07-20 19:29:14,546 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1191', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9083706f-4b6a-4950-adc8-3e41e09e122a', 'x-compute-request-id': 'req-9083706f-4b6a-4950-adc8-3e41e09e122a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "BUILD", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:29:14Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:29:14,553 118439 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2022-07-20 19:29:15,662 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.107s 2022-07-20 19:29:15,662 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1209', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9389c96d-b8c1-4ee3-95b1-59c683709632', 'x-compute-request-id': 'req-9389c96d-b8c1-4ee3-95b1-59c683709632', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "BUILD", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:29:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:29:15,669 118439 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/block_device_mapping" after 2 second wait 2022-07-20 19:29:16,848 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.177s 2022-07-20 19:29:16,848 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-05878dbf-e5de-40af-805f-155750d3833d', 'x-compute-request-id': 'req-05878dbf-e5de-40af-805f-155750d3833d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "BUILD", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:29:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-219114629"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:29:18,015 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.158s 2022-07-20 19:29:18,016 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1fb7e5db-fece-450d-a62d-ec09340b06e7', 'x-compute-request-id': 'req-1fb7e5db-fece-450d-a62d-ec09340b06e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "BUILD", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:29:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-219114629"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:29:19,186 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.162s 2022-07-20 19:29:19,186 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a489738a-e80f-49f3-bc5a-2527c46f294b', 'x-compute-request-id': 'req-a489738a-e80f-49f3-bc5a-2527c46f294b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "BUILD", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:29:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-219114629"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:29:20,374 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.179s 2022-07-20 19:29:20,374 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4ffb2bb-bc95-40e4-9fb1-a0cc64629b3f', 'x-compute-request-id': 'req-f4ffb2bb-bc95-40e4-9fb1-a0cc64629b3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "BUILD", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:29:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-219114629"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:29:21,546 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.163s 2022-07-20 19:29:21,546 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a82dc14-5932-40a7-bf6e-c111960d6cc6', 'x-compute-request-id': 'req-5a82dc14-5932-40a7-bf6e-c111960d6cc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "BUILD", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:29:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-219114629"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:29:22,715 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.160s 2022-07-20 19:29:22,715 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3446934-94bc-4292-9b91-d605bc016d65', 'x-compute-request-id': 'req-f3446934-94bc-4292-9b91-d605bc016d65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "BUILD", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:29:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-219114629"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:29:23,949 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.224s 2022-07-20 19:29:23,949 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b59896e5-c92b-4b96-a714-733bdd716fd3', 'x-compute-request-id': 'req-b59896e5-c92b-4b96-a714-733bdd716fd3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "BUILD", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:29:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-219114629"}], "OS-EXT-STS:task_state": "block_device_mapping", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:29:25,115 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.157s 2022-07-20 19:29:25,116 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1264', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-afec0ec7-c4f9-4364-a9bc-69f3bc543a8d', 'x-compute-request-id': 'req-afec0ec7-c4f9-4364-a9bc-69f3bc543a8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "BUILD", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:29:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-219114629"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:29:25,124 118439 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 12 second wait 2022-07-20 19:29:26,285 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.159s 2022-07-20 19:29:26,285 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1264', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-572bb909-6b78-4574-9d55-2cd5ef8df8b2', 'x-compute-request-id': 'req-572bb909-6b78-4574-9d55-2cd5ef8df8b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "BUILD", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:29:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-219114629"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:29:27,452 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.159s 2022-07-20 19:29:27,453 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1264', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2423328d-3c23-4716-b275-2be103e7261f', 'x-compute-request-id': 'req-2423328d-3c23-4716-b275-2be103e7261f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "BUILD", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:29:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-219114629"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:29:28,621 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.160s 2022-07-20 19:29:28,621 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1264', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b0a90f2-a52d-4d35-b7e2-5ed20673042d', 'x-compute-request-id': 'req-0b0a90f2-a52d-4d35-b7e2-5ed20673042d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "BUILD", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:29:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-219114629"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:29:29,790 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.160s 2022-07-20 19:29:29,790 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1264', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60464ee7-9bfc-4cb7-b1c8-b43a07f2ad47', 'x-compute-request-id': 'req-60464ee7-9bfc-4cb7-b1c8-b43a07f2ad47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "BUILD", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:29:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-219114629"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:29:30,959 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.160s 2022-07-20 19:29:30,960 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1264', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c1727d2-bf19-4cb8-862c-a395681b29f5', 'x-compute-request-id': 'req-3c1727d2-bf19-4cb8-862c-a395681b29f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "BUILD", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:29:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-219114629"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:29:32,127 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.158s 2022-07-20 19:29:32,127 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1264', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-59de0f50-44e5-421f-a41d-c879fefcd43d', 'x-compute-request-id': 'req-59de0f50-44e5-421f-a41d-c879fefcd43d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "BUILD", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:29:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-219114629"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:29:33,305 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.169s 2022-07-20 19:29:33,305 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1264', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d847db7e-117d-4674-afc1-83c31028154c', 'x-compute-request-id': 'req-d847db7e-117d-4674-afc1-83c31028154c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "BUILD", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:29:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-219114629"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:29:34,979 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.666s 2022-07-20 19:29:34,980 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1264', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf316560-3f53-4227-8803-a626608fe9e3', 'x-compute-request-id': 'req-cf316560-3f53-4227-8803-a626608fe9e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "BUILD", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:29:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-219114629"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:29:36,192 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.204s 2022-07-20 19:29:36,193 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1264', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e4405f6c-5cef-489d-a82d-1b31c255e601', 'x-compute-request-id': 'req-e4405f6c-5cef-489d-a82d-1b31c255e601', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "BUILD", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:29:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-219114629"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:29:37,386 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.185s 2022-07-20 19:29:37,387 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1264', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-917f9bf0-1ebe-43f8-8296-2d8bbe1094b9', 'x-compute-request-id': 'req-917f9bf0-1ebe-43f8-8296-2d8bbe1094b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "BUILD", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:29:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-219114629"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:29:38,561 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.166s 2022-07-20 19:29:38,561 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1264', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ef1acfc-4274-45b1-a7f7-64786dde427e', 'x-compute-request-id': 'req-3ef1acfc-4274-45b1-a7f7-64786dde427e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "BUILD", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:29:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-219114629"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:29:39,739 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.168s 2022-07-20 19:29:39,739 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1264', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb0b0c5f-e249-4b19-926f-236bb163e6e1', 'x-compute-request-id': 'req-eb0b0c5f-e249-4b19-926f-236bb163e6e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "BUILD", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:29:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-219114629"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:29:40,908 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.160s 2022-07-20 19:29:40,908 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1264', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-29d2369c-4f9d-4223-9c62-062663e1b87a', 'x-compute-request-id': 'req-29d2369c-4f9d-4223-9c62-062663e1b87a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "BUILD", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:29:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-219114629"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:29:42,073 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.156s 2022-07-20 19:29:42,073 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1264', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5797e935-38e1-48b2-bd3c-4cb0ea6b58d9', 'x-compute-request-id': 'req-5797e935-38e1-48b2-bd3c-4cb0ea6b58d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "BUILD", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:29:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-219114629"}], "OS-EXT-STS:task_state": "spawning", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:29:43,239 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.157s 2022-07-20 19:29:43,239 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-04678d3a-19dd-4701-a44e-3fb8fa3dd633', 'x-compute-request-id': 'req-04678d3a-19dd-4701-a44e-3fb8fa3dd633', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:29:43Z", "addresses": {"tempest-TestVolumeBootPattern-1926643173-network": [{"version": 4, "addr": "172.20.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d8:a8:a9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-219114629"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:29:43,246 118439 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 30 second wait 2022-07-20 19:29:43,405 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.159s 2022-07-20 19:29:43,406 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:29:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1451', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a9f9069c-f9a7-49f5-9e26-4eb1121ec800', 'x-compute-request-id': 'req-a9f9069c-f9a7-49f5-9e26-4eb1121ec800', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:29:43Z", "addresses": {"tempest-TestVolumeBootPattern-1926643173-network": [{"version": 4, "addr": "172.20.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d8:a8:a9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-219114629"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:29:43,414 118439 INFO [tempest.scenario.test_volume_boot_pattern] Booted first instance: {'id': '0aee5176-53ab-4288-91da-4284ac2e443e', 'name': 'tempest-TestVolumeBootPattern-server-955100882', 'status': 'ACTIVE', 'tenant_id': '8064950f9a1942149aa8d6c08c206850', 'user_id': '8c67fe170c60476d88610d85f2528c52', 'metadata': {}, 'hostId': '9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c', 'image': '', 'flavor': {'id': '452', 'links': [{'rel': 'bookmark', 'href': 'http://10.222.0.69/compute/flavors/452'}]}, 'created': '2022-07-20T19:29:13Z', 'updated': '2022-07-20T19:29:43Z', 'addresses': {'tempest-TestVolumeBootPattern-1926643173-network': [{'version': 4, 'addr': '172.20.0.8', 'OS-EXT-IPS:type': 'fixed', 'OS-EXT-IPS-MAC:mac_addr': 'fa:16:3e:d8:a8:a9'}]}, 'accessIPv4': '', 'accessIPv6': '', 'links': [{'rel': 'self', 'href': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'}, {'rel': 'bookmark', 'href': 'http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e'}], 'OS-DCF:diskConfig': 'MANUAL', 'progress': 0, 'OS-EXT-AZ:availability_zone': 'nova', 'config_drive': 'True', 'key_name': 'tempest-TestVolumeBootPattern-495469876', 'OS-SRV-USG:launched_at': '2022-07-20T19:29:42.000000', 'OS-SRV-USG:terminated_at': None, 'security_groups': [{'name': 'tempest-secgroup-smoke-219114629'}], 'OS-EXT-STS:task_state': None, 'OS-EXT-STS:vm_state': 'active', 'OS-EXT-STS:power_state': 1, 'os-extended-volumes:volumes_attached': [{'id': 'ff75a2d7-4681-43f2-81be-d09c75cdd3fc'}]} 2022-07-20 19:29:43,414 118439 INFO [tempest.scenario.test_volume_boot_pattern] Setting timestamp in instance {'id': '0aee5176-53ab-4288-91da-4284ac2e443e', 'name': 'tempest-TestVolumeBootPattern-server-955100882', 'status': 'ACTIVE', 'tenant_id': '8064950f9a1942149aa8d6c08c206850', 'user_id': '8c67fe170c60476d88610d85f2528c52', 'metadata': {}, 'hostId': '9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c', 'image': '', 'flavor': {'id': '452', 'links': [{'rel': 'bookmark', 'href': 'http://10.222.0.69/compute/flavors/452'}]}, 'created': '2022-07-20T19:29:13Z', 'updated': '2022-07-20T19:29:43Z', 'addresses': {'tempest-TestVolumeBootPattern-1926643173-network': [{'version': 4, 'addr': '172.20.0.8', 'OS-EXT-IPS:type': 'fixed', 'OS-EXT-IPS-MAC:mac_addr': 'fa:16:3e:d8:a8:a9'}]}, 'accessIPv4': '', 'accessIPv6': '', 'links': [{'rel': 'self', 'href': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'}, {'rel': 'bookmark', 'href': 'http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e'}], 'OS-DCF:diskConfig': 'MANUAL', 'progress': 0, 'OS-EXT-AZ:availability_zone': 'nova', 'config_drive': 'True', 'key_name': 'tempest-TestVolumeBootPattern-495469876', 'OS-SRV-USG:launched_at': '2022-07-20T19:29:42.000000', 'OS-SRV-USG:terminated_at': None, 'security_groups': [{'name': 'tempest-secgroup-smoke-219114629'}], 'OS-EXT-STS:task_state': None, 'OS-EXT-STS:vm_state': 'active', 'OS-EXT-STS:power_state': 1, 'os-extended-volumes:volumes_attached': [{'id': 'ff75a2d7-4681-43f2-81be-d09c75cdd3fc'}]} 2022-07-20 19:29:43,578 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69:9696/v2.0/ports?device_id=0aee5176-53ab-4288-91da-4284ac2e443e 0.164s 2022-07-20 19:29:43,579 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '930', 'x-openstack-request-id': 'req-aade3f35-7da2-480e-be60-94e48380118e', 'date': 'Wed, 20 Jul 2022 19:29:43 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69:9696/v2.0/ports?device_id=0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"ports":[{"id":"37f1f157-d172-4459-b70e-8eeade5eea75","name":"","network_id":"c39a0d69-310f-4397-8229-c22c13e640e5","tenant_id":"8064950f9a1942149aa8d6c08c206850","mac_address":"fa:16:3e:d8:a8:a9","admin_state_up":true,"status":"ACTIVE","device_id":"0aee5176-53ab-4288-91da-4284ac2e443e","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"f808dcd4-3b58-4cda-98e0-8b5ad05a3c06","ip_address":"172.20.0.8"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["58e08c3c-cb83-4451-beff-d5ef5c35647b"],"description":"","binding:vnic_type":"normal","binding:profile":{},"binding:host_id":"hv-cinder-83538","binding:vif_type":"hyperv","binding:vif_details":{"connectivity":"legacy","port_filter":false,"bound_drivers":{"0":"hyperv"}},"port_security_enabled":true,"tags":[],"created_at":"2022-07-20T19:29:15Z","updated_at":"2022-07-20T19:29:39Z","revision_number":5,"project_id":"8064950f9a1942149aa8d6c08c206850"}]}' 2022-07-20 19:29:46,249 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.222.0.69:9696/v2.0/floatingips 2.669s 2022-07-20 19:29:46,250 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"floatingip": {"floating_network_id": "3b9b3845-e7a3-4fdb-922e-b518798baca8", "port_id": "37f1f157-d172-4459-b70e-8eeade5eea75", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "fixed_ip_address": "172.20.0.8"}} Response - Headers: {'content-type': 'application/json', 'content-length': '796', 'x-openstack-request-id': 'req-5e53ef1d-2c5a-4a04-bfc2-98b747a94b65', 'date': 'Wed, 20 Jul 2022 19:29:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.69:9696/v2.0/floatingips'} Body: b'{"floatingip": {"id": "875e3fce-82d5-428f-bab7-371e4606ffba", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "floating_ip_address": "172.27.1.58", "floating_network_id": "3b9b3845-e7a3-4fdb-922e-b518798baca8", "router_id": "a108a7ad-f642-4c66-b0fa-50062e0f42cf", "port_id": "37f1f157-d172-4459-b70e-8eeade5eea75", "fixed_ip_address": "172.20.0.8", "status": "DOWN", "project_id": "8064950f9a1942149aa8d6c08c206850", "description": "", "port_details": {"name": "", "network_id": "c39a0d69-310f-4397-8229-c22c13e640e5", "mac_address": "fa:16:3e:d8:a8:a9", "admin_state_up": true, "status": "ACTIVE", "device_id": "0aee5176-53ab-4288-91da-4284ac2e443e", "device_owner": "compute:nova"}, "tags": [], "created_at": "2022-07-20T19:29:44Z", "updated_at": "2022-07-20T19:29:44Z", "revision_number": 0}}' 2022-07-20 19:29:46,251 118439 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.1.58:22' as 'ubuntu' with public key authentication 2022-07-20 19:29:50,294 118439 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.58 ([Errno None] Unable to connect to port 22 on 172.27.1.58). Number attempts: 1. Retry after 2 seconds. 2022-07-20 19:29:55,865 118439 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.58 ([Errno None] Unable to connect to port 22 on 172.27.1.58). Number attempts: 2. Retry after 3 seconds. 2022-07-20 19:30:02,421 118439 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.58 ([Errno None] Unable to connect to port 22 on 172.27.1.58). Number attempts: 3. Retry after 4 seconds. 2022-07-20 19:30:10,005 118439 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.58 ([Errno None] Unable to connect to port 22 on 172.27.1.58). Number attempts: 4. Retry after 5 seconds. 2022-07-20 19:30:18,581 118439 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.58 ([Errno None] Unable to connect to port 22 on 172.27.1.58). Number attempts: 5. Retry after 6 seconds. 2022-07-20 19:30:28,149 118439 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.58 ([Errno None] Unable to connect to port 22 on 172.27.1.58). Number attempts: 6. Retry after 7 seconds. 2022-07-20 19:30:35,661 118439 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.58 ([Errno None] Unable to connect to port 22 on 172.27.1.58). Number attempts: 7. Retry after 8 seconds. 2022-07-20 19:30:44,168 118439 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.58 ([Errno None] Unable to connect to port 22 on 172.27.1.58). Number attempts: 8. Retry after 9 seconds. 2022-07-20 19:30:53,678 118439 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.58 ([Errno None] Unable to connect to port 22 on 172.27.1.58). Number attempts: 9. Retry after 10 seconds. 2022-07-20 19:31:04,191 118439 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.58 ([Errno None] Unable to connect to port 22 on 172.27.1.58). Number attempts: 10. Retry after 11 seconds. 2022-07-20 19:31:15,703 118439 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.58 ([Errno None] Unable to connect to port 22 on 172.27.1.58). Number attempts: 11. Retry after 12 seconds. 2022-07-20 19:31:28,214 118439 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to ubuntu@172.27.1.58 ([Errno None] Unable to connect to port 22 on 172.27.1.58). Number attempts: 12. Retry after 13 seconds. 2022-07-20 19:31:41,821 118439 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-07-20 19:31:42,545 118439 INFO [paramiko.transport] Authentication (publickey) successful! 2022-07-20 19:31:42,545 118439 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.1.58 successfully created 2022-07-20 19:31:42,547 118439 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; sudo sh -c "date > /mnt/timestamp; sync" 2022-07-20 19:31:42,547 118439 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.1.58:22' as 'ubuntu' with public key authentication 2022-07-20 19:31:42,559 118439 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-07-20 19:31:42,702 118439 INFO [paramiko.transport] Authentication (publickey) successful! 2022-07-20 19:31:42,702 118439 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.1.58 successfully created 2022-07-20 19:32:25,490 118439 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; sudo cat /mnt/timestamp 2022-07-20 19:32:25,490 118439 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.27.1.58:22' as 'ubuntu' with public key authentication 2022-07-20 19:32:25,503 118439 INFO [paramiko.transport] Connected (version 2.0, client OpenSSH_7.2p2) 2022-07-20 19:32:25,634 118439 INFO [paramiko.transport] Authentication (publickey) successful! 2022-07-20 19:32:25,635 118439 INFO [tempest.lib.common.ssh] ssh connection to ubuntu@172.27.1.58 successfully created 2022-07-20 19:33:05,915 118439 INFO [tempest.scenario.test_volume_boot_pattern] Deleting first instance: {'id': '0aee5176-53ab-4288-91da-4284ac2e443e', 'name': 'tempest-TestVolumeBootPattern-server-955100882', 'status': 'ACTIVE', 'tenant_id': '8064950f9a1942149aa8d6c08c206850', 'user_id': '8c67fe170c60476d88610d85f2528c52', 'metadata': {}, 'hostId': '9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c', 'image': '', 'flavor': {'id': '452', 'links': [{'rel': 'bookmark', 'href': 'http://10.222.0.69/compute/flavors/452'}]}, 'created': '2022-07-20T19:29:13Z', 'updated': '2022-07-20T19:29:43Z', 'addresses': {'tempest-TestVolumeBootPattern-1926643173-network': [{'version': 4, 'addr': '172.20.0.8', 'OS-EXT-IPS:type': 'fixed', 'OS-EXT-IPS-MAC:mac_addr': 'fa:16:3e:d8:a8:a9'}]}, 'accessIPv4': '', 'accessIPv6': '', 'links': [{'rel': 'self', 'href': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'}, {'rel': 'bookmark', 'href': 'http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e'}], 'OS-DCF:diskConfig': 'MANUAL', 'progress': 0, 'OS-EXT-AZ:availability_zone': 'nova', 'config_drive': 'True', 'key_name': 'tempest-TestVolumeBootPattern-495469876', 'OS-SRV-USG:launched_at': '2022-07-20T19:29:42.000000', 'OS-SRV-USG:terminated_at': None, 'security_groups': [{'name': 'tempest-secgroup-smoke-219114629'}], 'OS-EXT-STS:task_state': None, 'OS-EXT-STS:vm_state': 'active', 'OS-EXT-STS:power_state': 1, 'os-extended-volumes:volumes_attached': [{'id': 'ff75a2d7-4681-43f2-81be-d09c75cdd3fc'}]} 2022-07-20 19:33:06,039 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 204 DELETE http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.123s 2022-07-20 19:33:06,039 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:05 GMT', 'server': 'Apache/2.4.41 (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-188dbb19-5f8d-4678-a609-0e831c3af759', 'x-compute-request-id': 'req-188dbb19-5f8d-4678-a609-0e831c3af759', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'' 2022-07-20 19:33:06,199 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.159s 2022-07-20 19:33:06,199 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1575', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-532b85e9-2225-4815-aedb-e28cd305826e', 'x-compute-request-id': 'req-532b85e9-2225-4815-aedb-e28cd305826e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {"tempest-TestVolumeBootPattern-1926643173-network": [{"version": 4, "addr": "172.20.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d8:a8:a9"}, {"version": 4, "addr": "172.27.1.58", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d8:a8:a9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-219114629"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:33:07,368 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.160s 2022-07-20 19:33:07,369 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1575', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7362ab3f-11bc-4ab0-88c6-a44ed4c9e0b2', 'x-compute-request-id': 'req-7362ab3f-11bc-4ab0-88c6-a44ed4c9e0b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {"tempest-TestVolumeBootPattern-1926643173-network": [{"version": 4, "addr": "172.20.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d8:a8:a9"}, {"version": 4, "addr": "172.27.1.58", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d8:a8:a9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-219114629"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:33:08,562 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.183s 2022-07-20 19:33:08,562 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1575', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3da23ec3-9929-4bf5-aa79-ac0d76624749', 'x-compute-request-id': 'req-3da23ec3-9929-4bf5-aa79-ac0d76624749', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {"tempest-TestVolumeBootPattern-1926643173-network": [{"version": 4, "addr": "172.20.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d8:a8:a9"}, {"version": 4, "addr": "172.27.1.58", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d8:a8:a9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-219114629"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:33:09,673 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.102s 2022-07-20 19:33:09,673 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-61b1f825-3d82-435e-8536-de5d95408bad', 'x-compute-request-id': 'req-61b1f825-3d82-435e-8536-de5d95408bad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:33:10,774 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.092s 2022-07-20 19:33:10,774 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d936c51a-f12f-4ef0-a48e-afad3fec6aa6', 'x-compute-request-id': 'req-d936c51a-f12f-4ef0-a48e-afad3fec6aa6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:33:11,869 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.086s 2022-07-20 19:33:11,870 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-65598f42-55d8-4ba3-8c1d-7bf41a528062', 'x-compute-request-id': 'req-65598f42-55d8-4ba3-8c1d-7bf41a528062', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:33:12,971 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.092s 2022-07-20 19:33:12,972 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fffb9d17-708b-403d-8b2a-44b495fee974', 'x-compute-request-id': 'req-fffb9d17-708b-403d-8b2a-44b495fee974', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:33:14,067 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.087s 2022-07-20 19:33:14,067 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-183926b4-ddb0-4130-8b09-0452ff40495d', 'x-compute-request-id': 'req-183926b4-ddb0-4130-8b09-0452ff40495d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:33:15,161 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.084s 2022-07-20 19:33:15,161 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b94cbd7-d694-4713-93fd-c6441961533c', 'x-compute-request-id': 'req-3b94cbd7-d694-4713-93fd-c6441961533c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:33:16,257 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.088s 2022-07-20 19:33:16,257 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a92e5d14-895c-40f6-a145-9d297cbedca5', 'x-compute-request-id': 'req-a92e5d14-895c-40f6-a145-9d297cbedca5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:33:17,359 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.093s 2022-07-20 19:33:17,360 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f69b4705-0602-47e0-8480-dc35bd2ce906', 'x-compute-request-id': 'req-f69b4705-0602-47e0-8480-dc35bd2ce906', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:33:18,455 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.087s 2022-07-20 19:33:18,455 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-11d585bb-7b63-42fd-af7b-42e74168d4f0', 'x-compute-request-id': 'req-11d585bb-7b63-42fd-af7b-42e74168d4f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:33:19,550 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.086s 2022-07-20 19:33:19,550 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3387fadd-8695-4d91-8d26-468007287b93', 'x-compute-request-id': 'req-3387fadd-8695-4d91-8d26-468007287b93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:33:20,644 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.086s 2022-07-20 19:33:20,644 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0f34e8ba-7dac-43fd-8727-1c6f6e6f71dc', 'x-compute-request-id': 'req-0f34e8ba-7dac-43fd-8727-1c6f6e6f71dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:33:21,744 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.091s 2022-07-20 19:33:21,744 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c9e7e58d-3ea2-43a1-9220-2e461741ff2c', 'x-compute-request-id': 'req-c9e7e58d-3ea2-43a1-9220-2e461741ff2c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:33:22,839 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.087s 2022-07-20 19:33:22,839 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a90d175-19ae-4e23-9208-301658feeaec', 'x-compute-request-id': 'req-9a90d175-19ae-4e23-9208-301658feeaec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:33:23,935 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.088s 2022-07-20 19:33:23,936 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db9ec7a3-687c-452c-a06d-bd18f7979665', 'x-compute-request-id': 'req-db9ec7a3-687c-452c-a06d-bd18f7979665', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:33:25,032 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.086s 2022-07-20 19:33:25,032 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ab0dce2-e988-4803-9945-7dd11d6e3d08', 'x-compute-request-id': 'req-4ab0dce2-e988-4803-9945-7dd11d6e3d08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:33:26,129 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.089s 2022-07-20 19:33:26,129 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e1f176d4-7868-470a-bbb9-3791d4f0201d', 'x-compute-request-id': 'req-e1f176d4-7868-470a-bbb9-3791d4f0201d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:33:27,291 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.153s 2022-07-20 19:33:27,291 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c9e826a-b058-4dde-8f6c-69c5aa97975c', 'x-compute-request-id': 'req-4c9e826a-b058-4dde-8f6c-69c5aa97975c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:33:28,391 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.090s 2022-07-20 19:33:28,391 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4dcea576-ba0f-47ce-96ed-bdf1449a29a2', 'x-compute-request-id': 'req-4dcea576-ba0f-47ce-96ed-bdf1449a29a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:33:29,486 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.086s 2022-07-20 19:33:29,486 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-75a7bbb5-e37f-4a38-9766-5aa55685c3a7', 'x-compute-request-id': 'req-75a7bbb5-e37f-4a38-9766-5aa55685c3a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:33:30,585 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.090s 2022-07-20 19:33:30,585 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8bda186a-3264-403a-a8d7-1bd692d48c9f', 'x-compute-request-id': 'req-8bda186a-3264-403a-a8d7-1bd692d48c9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:33:31,680 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.086s 2022-07-20 19:33:31,681 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b67fdb33-b8fc-4b0f-8feb-58893e321819', 'x-compute-request-id': 'req-b67fdb33-b8fc-4b0f-8feb-58893e321819', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:33:32,783 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.094s 2022-07-20 19:33:32,784 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ffe83691-5f4f-4006-b402-880c41cacd84', 'x-compute-request-id': 'req-ffe83691-5f4f-4006-b402-880c41cacd84', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:33:33,883 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.091s 2022-07-20 19:33:33,883 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-939acde2-bd5d-40d3-9509-9b8278cdf355', 'x-compute-request-id': 'req-939acde2-bd5d-40d3-9509-9b8278cdf355', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:33:34,989 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.097s 2022-07-20 19:33:34,989 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6dddda66-9342-4540-9a48-126dba3306dd', 'x-compute-request-id': 'req-6dddda66-9342-4540-9a48-126dba3306dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:33:36,092 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.094s 2022-07-20 19:33:36,092 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c2bed975-423d-4f74-aab5-a42eb09fb84a', 'x-compute-request-id': 'req-c2bed975-423d-4f74-aab5-a42eb09fb84a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:33:37,194 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.092s 2022-07-20 19:33:37,194 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7bc823c8-ce11-423d-b113-165a5e0ffc09', 'x-compute-request-id': 'req-7bc823c8-ce11-423d-b113-165a5e0ffc09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:33:38,291 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.089s 2022-07-20 19:33:38,292 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87d4528c-8ff9-4bcd-9066-6f3c371ba9c8', 'x-compute-request-id': 'req-87d4528c-8ff9-4bcd-9066-6f3c371ba9c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:33:39,396 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.095s 2022-07-20 19:33:39,396 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c7398edf-d4db-41b3-9eed-6b00657f6a24', 'x-compute-request-id': 'req-c7398edf-d4db-41b3-9eed-6b00657f6a24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:33:40,495 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.091s 2022-07-20 19:33:40,496 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-809e35fc-e95d-4394-b8c2-fa030f949663', 'x-compute-request-id': 'req-809e35fc-e95d-4394-b8c2-fa030f949663', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:33:41,595 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.090s 2022-07-20 19:33:41,596 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-940ad156-ea9e-40fe-b585-22c2495a9085', 'x-compute-request-id': 'req-940ad156-ea9e-40fe-b585-22c2495a9085', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:33:42,691 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.087s 2022-07-20 19:33:42,692 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1b1d5dbe-1409-4833-99c5-1a95e527231f', 'x-compute-request-id': 'req-1b1d5dbe-1409-4833-99c5-1a95e527231f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:33:43,853 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.153s 2022-07-20 19:33:43,854 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0683ea09-cdda-4504-8337-1e8a3f5179ed', 'x-compute-request-id': 'req-0683ea09-cdda-4504-8337-1e8a3f5179ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:33:44,954 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.091s 2022-07-20 19:33:44,954 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0bf2945b-541d-4883-aa4c-719206433b34', 'x-compute-request-id': 'req-0bf2945b-541d-4883-aa4c-719206433b34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:33:46,048 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.085s 2022-07-20 19:33:46,049 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2558f452-8dbd-462d-a098-eed572ab3c3e', 'x-compute-request-id': 'req-2558f452-8dbd-462d-a098-eed572ab3c3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:33:47,148 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.091s 2022-07-20 19:33:47,148 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-29dc3357-1237-4d76-a8e7-e0aeb4dd9e93', 'x-compute-request-id': 'req-29dc3357-1237-4d76-a8e7-e0aeb4dd9e93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:33:48,253 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.096s 2022-07-20 19:33:48,254 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3168692b-7bac-4424-a76d-ccbbc7080926', 'x-compute-request-id': 'req-3168692b-7bac-4424-a76d-ccbbc7080926', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:33:49,349 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.087s 2022-07-20 19:33:49,350 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-793b76df-5589-41b4-b71b-e94d329eba95', 'x-compute-request-id': 'req-793b76df-5589-41b4-b71b-e94d329eba95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:33:50,447 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.090s 2022-07-20 19:33:50,448 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c6ad9a21-303a-4366-be57-2c9d6c7e6fbe', 'x-compute-request-id': 'req-c6ad9a21-303a-4366-be57-2c9d6c7e6fbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:33:51,542 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.086s 2022-07-20 19:33:51,543 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-35a38ed8-a5c1-45bf-9598-ee4d50391bcc', 'x-compute-request-id': 'req-35a38ed8-a5c1-45bf-9598-ee4d50391bcc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:33:52,641 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.089s 2022-07-20 19:33:52,641 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9342a85-08be-4581-b8ca-2b9546654d1a', 'x-compute-request-id': 'req-b9342a85-08be-4581-b8ca-2b9546654d1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:33:53,738 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.089s 2022-07-20 19:33:53,738 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b7a0aa0-035c-441a-932f-c87811bb65c7', 'x-compute-request-id': 'req-3b7a0aa0-035c-441a-932f-c87811bb65c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:33:54,832 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.085s 2022-07-20 19:33:54,832 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0db42178-9818-43da-a983-43b3743ec19d', 'x-compute-request-id': 'req-0db42178-9818-43da-a983-43b3743ec19d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:33:55,932 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.091s 2022-07-20 19:33:55,933 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49f5404b-28b5-4ce7-a2e4-8d11507a3086', 'x-compute-request-id': 'req-49f5404b-28b5-4ce7-a2e4-8d11507a3086', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:33:57,035 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.093s 2022-07-20 19:33:57,035 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad31ebcc-5063-479f-b125-d355ec2d5bcf', 'x-compute-request-id': 'req-ad31ebcc-5063-479f-b125-d355ec2d5bcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:33:58,133 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.090s 2022-07-20 19:33:58,133 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3861df2b-15f8-4df5-968c-44a0e45bcadf', 'x-compute-request-id': 'req-3861df2b-15f8-4df5-968c-44a0e45bcadf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:33:59,231 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.089s 2022-07-20 19:33:59,231 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:33:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e806a7b-7030-4066-80de-dc5e2bb9ebb1', 'x-compute-request-id': 'req-1e806a7b-7030-4066-80de-dc5e2bb9ebb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:34:00,327 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.088s 2022-07-20 19:34:00,328 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eed23b36-8db8-456c-a90f-c44aff8f2caa', 'x-compute-request-id': 'req-eed23b36-8db8-456c-a90f-c44aff8f2caa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:34:01,429 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.091s 2022-07-20 19:34:01,429 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dcd2bcae-70d6-4a36-af40-f3ae063d107e', 'x-compute-request-id': 'req-dcd2bcae-70d6-4a36-af40-f3ae063d107e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:34:02,525 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.087s 2022-07-20 19:34:02,526 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d3d06e1-1359-4339-8357-ad932092efdd', 'x-compute-request-id': 'req-6d3d06e1-1359-4339-8357-ad932092efdd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:34:03,622 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.087s 2022-07-20 19:34:03,622 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e503f1bb-d0f3-4eab-be47-fd6bae93331d', 'x-compute-request-id': 'req-e503f1bb-d0f3-4eab-be47-fd6bae93331d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:34:04,728 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.098s 2022-07-20 19:34:04,728 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a9a46859-84d0-4853-9c5e-615062149714', 'x-compute-request-id': 'req-a9a46859-84d0-4853-9c5e-615062149714', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:34:05,833 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.095s 2022-07-20 19:34:05,833 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7e91a0e-cacc-439e-9573-f0a665a58a03', 'x-compute-request-id': 'req-a7e91a0e-cacc-439e-9573-f0a665a58a03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:34:06,928 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.087s 2022-07-20 19:34:06,929 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36b972a7-00c7-48f0-85bd-584c058d5d26', 'x-compute-request-id': 'req-36b972a7-00c7-48f0-85bd-584c058d5d26', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:34:08,025 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.087s 2022-07-20 19:34:08,025 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82a1ce5f-f281-4274-80b6-39105f3e82ed', 'x-compute-request-id': 'req-82a1ce5f-f281-4274-80b6-39105f3e82ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:34:09,130 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.097s 2022-07-20 19:34:09,131 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a3c874b5-a02a-488b-802d-1f4f9163828a', 'x-compute-request-id': 'req-a3c874b5-a02a-488b-802d-1f4f9163828a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:34:10,231 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.092s 2022-07-20 19:34:10,232 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e77264d-c670-4f9b-83ac-440c4d54eb6a', 'x-compute-request-id': 'req-1e77264d-c670-4f9b-83ac-440c4d54eb6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:34:11,332 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.092s 2022-07-20 19:34:11,332 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-85b5bcb4-d799-4296-93e0-a31c6273acc2', 'x-compute-request-id': 'req-85b5bcb4-d799-4296-93e0-a31c6273acc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:34:12,429 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.088s 2022-07-20 19:34:12,429 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-54298da4-0eb9-4851-9e62-70e8571dbf2b', 'x-compute-request-id': 'req-54298da4-0eb9-4851-9e62-70e8571dbf2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:34:13,529 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.091s 2022-07-20 19:34:13,529 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b24311dd-77d0-4759-99e4-6bff85c29ab6', 'x-compute-request-id': 'req-b24311dd-77d0-4759-99e4-6bff85c29ab6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:34:14,630 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.093s 2022-07-20 19:34:14,631 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c6007f1-fbae-406e-a0a6-835e29ec6cb9', 'x-compute-request-id': 'req-1c6007f1-fbae-406e-a0a6-835e29ec6cb9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:34:15,728 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.088s 2022-07-20 19:34:15,728 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3d704cf4-bf5b-4782-98e1-5ddcafa7c783', 'x-compute-request-id': 'req-3d704cf4-bf5b-4782-98e1-5ddcafa7c783', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:34:16,822 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.086s 2022-07-20 19:34:16,823 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4048aa4d-efa9-4d59-92b6-70e452f00e4a', 'x-compute-request-id': 'req-4048aa4d-efa9-4d59-92b6-70e452f00e4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:34:17,919 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.087s 2022-07-20 19:34:17,920 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7bb59407-1407-4780-a8a1-56847961a50f', 'x-compute-request-id': 'req-7bb59407-1407-4780-a8a1-56847961a50f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:34:19,034 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.106s 2022-07-20 19:34:19,035 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-12ec28aa-1452-43ed-9cd3-5b01328670ba', 'x-compute-request-id': 'req-12ec28aa-1452-43ed-9cd3-5b01328670ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:34:20,137 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.093s 2022-07-20 19:34:20,138 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c1afeb8-7d79-4054-85ad-57d4278a377b', 'x-compute-request-id': 'req-3c1afeb8-7d79-4054-85ad-57d4278a377b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:34:21,240 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.094s 2022-07-20 19:34:21,241 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3242fa32-e386-4b2e-a0d4-f6cf2c3d7d2a', 'x-compute-request-id': 'req-3242fa32-e386-4b2e-a0d4-f6cf2c3d7d2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:34:22,337 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.088s 2022-07-20 19:34:22,338 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-afe0091b-cd0b-4313-a3f5-16b89b57ab9b', 'x-compute-request-id': 'req-afe0091b-cd0b-4313-a3f5-16b89b57ab9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:34:23,440 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.093s 2022-07-20 19:34:23,440 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0aa180a6-c3a9-4f39-bd24-d5533c8d5042', 'x-compute-request-id': 'req-0aa180a6-c3a9-4f39-bd24-d5533c8d5042', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:34:24,536 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.087s 2022-07-20 19:34:24,536 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-48c44243-fc51-422b-a3b5-c8f0879485e7', 'x-compute-request-id': 'req-48c44243-fc51-422b-a3b5-c8f0879485e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:34:25,634 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.090s 2022-07-20 19:34:25,635 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fdb13685-4a8d-4278-ad55-c303ba2b8fa4', 'x-compute-request-id': 'req-fdb13685-4a8d-4278-ad55-c303ba2b8fa4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:34:26,733 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.090s 2022-07-20 19:34:26,734 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-be438427-3838-4da0-826b-eab8f1ffbd0d', 'x-compute-request-id': 'req-be438427-3838-4da0-826b-eab8f1ffbd0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:34:27,832 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.090s 2022-07-20 19:34:27,833 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-390b0cc0-c969-463c-8aa1-61bdcdfaa7d5', 'x-compute-request-id': 'req-390b0cc0-c969-463c-8aa1-61bdcdfaa7d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:34:28,931 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.089s 2022-07-20 19:34:28,931 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0f259478-6fcf-4f11-9240-a3c80db7910d', 'x-compute-request-id': 'req-0f259478-6fcf-4f11-9240-a3c80db7910d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:34:30,027 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.087s 2022-07-20 19:34:30,027 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f22533b-1449-49cb-b26b-30cc346b9514', 'x-compute-request-id': 'req-3f22533b-1449-49cb-b26b-30cc346b9514', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:34:31,133 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.097s 2022-07-20 19:34:31,133 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-01b588a1-d4a8-47f9-9f44-9e62ea8dfc13', 'x-compute-request-id': 'req-01b588a1-d4a8-47f9-9f44-9e62ea8dfc13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:34:32,231 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.086s 2022-07-20 19:34:32,232 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20be2c9c-a82b-443a-b644-06ff1dc79d36', 'x-compute-request-id': 'req-20be2c9c-a82b-443a-b644-06ff1dc79d36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:34:33,331 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.090s 2022-07-20 19:34:33,331 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d11fda92-1578-41bc-9d9a-247fc05002ca', 'x-compute-request-id': 'req-d11fda92-1578-41bc-9d9a-247fc05002ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:34:34,434 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.093s 2022-07-20 19:34:34,434 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31f39781-b483-4566-84ee-1e1cc8dce8a3', 'x-compute-request-id': 'req-31f39781-b483-4566-84ee-1e1cc8dce8a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:34:35,532 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.089s 2022-07-20 19:34:35,532 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e8e88c7-ccd1-4526-92d6-28494103fb56', 'x-compute-request-id': 'req-9e8e88c7-ccd1-4526-92d6-28494103fb56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:34:36,629 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.088s 2022-07-20 19:34:36,629 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43a7e82a-5303-4668-a24f-8ecc588d9309', 'x-compute-request-id': 'req-43a7e82a-5303-4668-a24f-8ecc588d9309', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:34:37,728 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.090s 2022-07-20 19:34:37,728 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5f64a36-b668-4c44-b118-16356f6a3b4d', 'x-compute-request-id': 'req-e5f64a36-b668-4c44-b118-16356f6a3b4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:34:38,824 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.088s 2022-07-20 19:34:38,825 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-55ebf217-3334-4491-a609-1a64c0c0e143', 'x-compute-request-id': 'req-55ebf217-3334-4491-a609-1a64c0c0e143', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:34:39,933 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.099s 2022-07-20 19:34:39,933 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c6e86f2d-0365-4183-b4ff-c2c283f1893c', 'x-compute-request-id': 'req-c6e86f2d-0365-4183-b4ff-c2c283f1893c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:34:41,025 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.084s 2022-07-20 19:34:41,026 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e608e40-daa4-4005-b27c-c04f7a1649dd', 'x-compute-request-id': 'req-8e608e40-daa4-4005-b27c-c04f7a1649dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:34:42,124 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.090s 2022-07-20 19:34:42,124 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd2e08a2-0164-41a1-b199-e542f423394d', 'x-compute-request-id': 'req-cd2e08a2-0164-41a1-b199-e542f423394d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:34:43,236 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.103s 2022-07-20 19:34:43,237 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0868ae93-81fb-4414-ba95-2b5b5144b852', 'x-compute-request-id': 'req-0868ae93-81fb-4414-ba95-2b5b5144b852', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:34:44,334 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.088s 2022-07-20 19:34:44,334 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d71138a-c04a-4c46-8fd1-d666d1f98ed9', 'x-compute-request-id': 'req-8d71138a-c04a-4c46-8fd1-d666d1f98ed9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:34:45,434 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.091s 2022-07-20 19:34:45,434 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86417165-f33e-47d3-af0d-40420daf2d14', 'x-compute-request-id': 'req-86417165-f33e-47d3-af0d-40420daf2d14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:34:46,534 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.091s 2022-07-20 19:34:46,535 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-03e3622b-cca2-4bc2-a171-40543360a387', 'x-compute-request-id': 'req-03e3622b-cca2-4bc2-a171-40543360a387', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:34:47,630 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.087s 2022-07-20 19:34:47,630 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-01283dff-474c-4c2e-8477-664d93a7bd67', 'x-compute-request-id': 'req-01283dff-474c-4c2e-8477-664d93a7bd67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:34:48,728 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.089s 2022-07-20 19:34:48,728 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-41f50815-ede4-4f02-9161-e9f6e385d40b', 'x-compute-request-id': 'req-41f50815-ede4-4f02-9161-e9f6e385d40b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:34:49,827 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.091s 2022-07-20 19:34:49,827 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-13dc0d28-1baa-4556-874a-8e5533a91cf1', 'x-compute-request-id': 'req-13dc0d28-1baa-4556-874a-8e5533a91cf1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:34:50,926 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.090s 2022-07-20 19:34:50,926 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fd4c2c39-7d01-40b4-94e8-ee111eeda1ca', 'x-compute-request-id': 'req-fd4c2c39-7d01-40b4-94e8-ee111eeda1ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:34:52,022 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.088s 2022-07-20 19:34:52,022 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-75559e3f-bad6-4f7e-a614-137aa049a4d3', 'x-compute-request-id': 'req-75559e3f-bad6-4f7e-a614-137aa049a4d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:34:53,119 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.088s 2022-07-20 19:34:53,120 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a759464-ec3b-467e-be10-c4f585345a75', 'x-compute-request-id': 'req-3a759464-ec3b-467e-be10-c4f585345a75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:34:54,219 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.091s 2022-07-20 19:34:54,220 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5065677-f4ca-426f-a9aa-a18ca3130403', 'x-compute-request-id': 'req-a5065677-f4ca-426f-a9aa-a18ca3130403', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:34:55,322 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.093s 2022-07-20 19:34:55,323 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b86f521c-2e9d-49db-b8c5-1f5bca8b2914', 'x-compute-request-id': 'req-b86f521c-2e9d-49db-b8c5-1f5bca8b2914', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:34:56,437 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.107s 2022-07-20 19:34:56,438 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0e24f42c-db47-49b3-a2cd-c31fecdb120e', 'x-compute-request-id': 'req-0e24f42c-db47-49b3-a2cd-c31fecdb120e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:34:57,536 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.088s 2022-07-20 19:34:57,536 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83ed61da-a6e8-479c-8024-1e18805d80a3', 'x-compute-request-id': 'req-83ed61da-a6e8-479c-8024-1e18805d80a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:34:58,634 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.089s 2022-07-20 19:34:58,634 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-464ac8bb-7ad9-45e6-884a-c1d46716564b', 'x-compute-request-id': 'req-464ac8bb-7ad9-45e6-884a-c1d46716564b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:34:59,734 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.090s 2022-07-20 19:34:59,734 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:34:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1942757f-a758-4bef-a048-46552ca2d8f6', 'x-compute-request-id': 'req-1942757f-a758-4bef-a048-46552ca2d8f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:35:00,832 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.089s 2022-07-20 19:35:00,833 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e1ecdba0-29f6-4811-bd14-cbf9a1aeac99', 'x-compute-request-id': 'req-e1ecdba0-29f6-4811-bd14-cbf9a1aeac99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:35:01,931 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.090s 2022-07-20 19:35:01,932 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-193d0f7d-80aa-479e-b1dd-4f3a22ed15bd', 'x-compute-request-id': 'req-193d0f7d-80aa-479e-b1dd-4f3a22ed15bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:35:03,028 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.088s 2022-07-20 19:35:03,028 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f8973c42-8668-428e-8334-5de6cc2a4af5', 'x-compute-request-id': 'req-f8973c42-8668-428e-8334-5de6cc2a4af5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:35:04,123 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.087s 2022-07-20 19:35:04,124 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0f5b2532-5bee-4b4d-9d29-66e43efbc1df', 'x-compute-request-id': 'req-0f5b2532-5bee-4b4d-9d29-66e43efbc1df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:35:05,222 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.088s 2022-07-20 19:35:05,222 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2251c4d4-5edd-4405-a961-142b96da0eea', 'x-compute-request-id': 'req-2251c4d4-5edd-4405-a961-142b96da0eea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:35:06,327 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.096s 2022-07-20 19:35:06,327 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db234151-7a9e-4f71-8f7c-11c0dcd4f363', 'x-compute-request-id': 'req-db234151-7a9e-4f71-8f7c-11c0dcd4f363', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:35:07,426 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.089s 2022-07-20 19:35:07,426 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1057e6dc-fa51-4e5b-9735-06a077c3f6dc', 'x-compute-request-id': 'req-1057e6dc-fa51-4e5b-9735-06a077c3f6dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:35:08,522 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.087s 2022-07-20 19:35:08,522 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e68d7f2f-a1bf-4dd7-b253-eab181b35e55', 'x-compute-request-id': 'req-e68d7f2f-a1bf-4dd7-b253-eab181b35e55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:35:09,619 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.089s 2022-07-20 19:35:09,620 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-02334258-3ecc-42d3-a258-8e465ad5d402', 'x-compute-request-id': 'req-02334258-3ecc-42d3-a258-8e465ad5d402', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:35:10,719 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.091s 2022-07-20 19:35:10,719 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7195175a-d970-4213-afcc-c0694df6ed7e', 'x-compute-request-id': 'req-7195175a-d970-4213-afcc-c0694df6ed7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:35:11,812 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.085s 2022-07-20 19:35:11,813 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-41cf9566-3bbe-4b93-b606-196badc66b67', 'x-compute-request-id': 'req-41cf9566-3bbe-4b93-b606-196badc66b67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:35:12,911 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.089s 2022-07-20 19:35:12,912 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a61e116-314d-4ee3-b85d-97dc9b5f7dfc', 'x-compute-request-id': 'req-6a61e116-314d-4ee3-b85d-97dc9b5f7dfc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:35:14,006 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.086s 2022-07-20 19:35:14,006 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-35678f10-82a2-44be-9daf-b2130fa80487', 'x-compute-request-id': 'req-35678f10-82a2-44be-9daf-b2130fa80487', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:35:15,106 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.091s 2022-07-20 19:35:15,106 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5350625b-cff0-413e-b96c-22e812755cde', 'x-compute-request-id': 'req-5350625b-cff0-413e-b96c-22e812755cde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:35:16,203 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.087s 2022-07-20 19:35:16,204 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8fabc0d6-2f40-44dd-8ce8-0d138cab127c', 'x-compute-request-id': 'req-8fabc0d6-2f40-44dd-8ce8-0d138cab127c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:35:17,303 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.090s 2022-07-20 19:35:17,303 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-592a02fd-45a6-4d72-97dc-dcd3d19dea42', 'x-compute-request-id': 'req-592a02fd-45a6-4d72-97dc-dcd3d19dea42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:35:18,410 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.098s 2022-07-20 19:35:18,410 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e55f3ca0-17a4-427e-aa20-31f986a56b44', 'x-compute-request-id': 'req-e55f3ca0-17a4-427e-aa20-31f986a56b44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:35:19,511 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.092s 2022-07-20 19:35:19,511 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0c2092f-b4fd-4d79-835b-a90ce52fd874', 'x-compute-request-id': 'req-f0c2092f-b4fd-4d79-835b-a90ce52fd874', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:35:20,608 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.087s 2022-07-20 19:35:20,608 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-296569c3-d8b3-40e7-9781-44b3ea148554', 'x-compute-request-id': 'req-296569c3-d8b3-40e7-9781-44b3ea148554', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:35:21,706 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.089s 2022-07-20 19:35:21,707 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dfeb0aab-1d8e-4b64-a3d3-2bc6d04da934', 'x-compute-request-id': 'req-dfeb0aab-1d8e-4b64-a3d3-2bc6d04da934', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:35:22,801 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.087s 2022-07-20 19:35:22,802 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-02d32096-4548-4c95-adfc-7056541abb6b', 'x-compute-request-id': 'req-02d32096-4548-4c95-adfc-7056541abb6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:35:23,900 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.090s 2022-07-20 19:35:23,900 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9446f411-020f-4f42-bc22-81d23c02d264', 'x-compute-request-id': 'req-9446f411-020f-4f42-bc22-81d23c02d264', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:35:24,995 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.087s 2022-07-20 19:35:24,996 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c2f857db-f978-4467-b9aa-71906c07e2a8', 'x-compute-request-id': 'req-c2f857db-f978-4467-b9aa-71906c07e2a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:35:26,092 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.087s 2022-07-20 19:35:26,092 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-61594f13-1092-4f86-9ad6-6cbc06b5be97', 'x-compute-request-id': 'req-61594f13-1092-4f86-9ad6-6cbc06b5be97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:35:27,190 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.089s 2022-07-20 19:35:27,191 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4fbf9eb0-509d-4428-a7fb-2ad1bbd36a0b', 'x-compute-request-id': 'req-4fbf9eb0-509d-4428-a7fb-2ad1bbd36a0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:35:28,284 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.085s 2022-07-20 19:35:28,285 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9ceb942c-8720-4f70-8862-deaf00d6f6c0', 'x-compute-request-id': 'req-9ceb942c-8720-4f70-8862-deaf00d6f6c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:35:29,384 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.091s 2022-07-20 19:35:29,384 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c97214a8-64b5-4ca8-ae80-0e91b09e1563', 'x-compute-request-id': 'req-c97214a8-64b5-4ca8-ae80-0e91b09e1563', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:35:30,479 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.086s 2022-07-20 19:35:30,480 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-726f8edf-25ef-4256-947e-69acc900b7aa', 'x-compute-request-id': 'req-726f8edf-25ef-4256-947e-69acc900b7aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:35:31,577 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.089s 2022-07-20 19:35:31,577 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-622452c8-2b89-4e49-8e14-6993e2b4af2a', 'x-compute-request-id': 'req-622452c8-2b89-4e49-8e14-6993e2b4af2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:35:32,672 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.086s 2022-07-20 19:35:32,672 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-937ed487-e5cc-4051-bf7c-3e155ec47bd5', 'x-compute-request-id': 'req-937ed487-e5cc-4051-bf7c-3e155ec47bd5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:35:33,774 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.092s 2022-07-20 19:35:33,774 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c7ac4ca-58d4-475e-b5c9-59da63553a8a', 'x-compute-request-id': 'req-9c7ac4ca-58d4-475e-b5c9-59da63553a8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:35:34,871 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.088s 2022-07-20 19:35:34,871 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cfa179e7-62fd-4459-afaa-1a20aa65a4d7', 'x-compute-request-id': 'req-cfa179e7-62fd-4459-afaa-1a20aa65a4d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:35:35,968 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.088s 2022-07-20 19:35:35,969 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-577aa441-e583-48ce-be82-550db3fa3fef', 'x-compute-request-id': 'req-577aa441-e583-48ce-be82-550db3fa3fef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:35:37,067 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.090s 2022-07-20 19:35:37,067 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:35:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-becb6593-7bdf-4b24-8b39-1fa006adda5b', 'x-compute-request-id': 'req-becb6593-7bdf-4b24-8b39-1fa006adda5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:36:38,137 118439 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 2022-07-20 19:36:38,222 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 60.146s 2022-07-20 19:36:38,222 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-399d1dcf-278d-4e40-bba0-184a33e9cd02', 'x-compute-request-id': 'req-399d1dcf-278d-4e40-bba0-184a33e9cd02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:36:39,323 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.092s 2022-07-20 19:36:39,323 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e490f446-fd92-48c0-9952-15cbf5bb264d', 'x-compute-request-id': 'req-e490f446-fd92-48c0-9952-15cbf5bb264d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:36:40,418 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.086s 2022-07-20 19:36:40,418 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba93ddb1-eb6e-467b-aad1-da6661c00ee6', 'x-compute-request-id': 'req-ba93ddb1-eb6e-467b-aad1-da6661c00ee6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:36:41,513 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.085s 2022-07-20 19:36:41,513 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d098151-60c6-4c24-893c-88e1fd252d61', 'x-compute-request-id': 'req-4d098151-60c6-4c24-893c-88e1fd252d61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:36:42,620 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.098s 2022-07-20 19:36:42,620 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-410b4449-622f-43af-9488-0aee6c72bbd2', 'x-compute-request-id': 'req-410b4449-622f-43af-9488-0aee6c72bbd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:36:43,718 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.089s 2022-07-20 19:36:43,718 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-99a2c84d-c296-4915-b20e-ed8187afc6cb', 'x-compute-request-id': 'req-99a2c84d-c296-4915-b20e-ed8187afc6cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:36:44,813 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.086s 2022-07-20 19:36:44,813 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c78ac71-3926-40f6-8623-6d748d78a784', 'x-compute-request-id': 'req-8c78ac71-3926-40f6-8623-6d748d78a784', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:36:45,908 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.086s 2022-07-20 19:36:45,909 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-675dbe65-7fba-4e34-a0d4-a65bc381dad7', 'x-compute-request-id': 'req-675dbe65-7fba-4e34-a0d4-a65bc381dad7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:36:47,003 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.085s 2022-07-20 19:36:47,003 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d37806b3-318e-4938-b127-c0d737a9f295', 'x-compute-request-id': 'req-d37806b3-318e-4938-b127-c0d737a9f295', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:36:48,123 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.112s 2022-07-20 19:36:48,124 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5637e63c-39b4-4e50-96b7-1f732cc98584', 'x-compute-request-id': 'req-5637e63c-39b4-4e50-96b7-1f732cc98584', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:36:49,282 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.150s 2022-07-20 19:36:49,283 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e5c721bc-6f18-4f45-a109-0ad1ca8c74cf', 'x-compute-request-id': 'req-e5c721bc-6f18-4f45-a109-0ad1ca8c74cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:36:50,455 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.162s 2022-07-20 19:36:50,455 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa073e39-0df5-45a2-961a-103565d0b723', 'x-compute-request-id': 'req-aa073e39-0df5-45a2-961a-103565d0b723', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:36:51,619 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.153s 2022-07-20 19:36:51,619 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a0579646-2e8b-4dd2-9d03-09f9a341e8f7', 'x-compute-request-id': 'req-a0579646-2e8b-4dd2-9d03-09f9a341e8f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:36:52,800 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.172s 2022-07-20 19:36:52,801 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4cbdade8-3e4b-47fa-9169-e2e283b70196', 'x-compute-request-id': 'req-4cbdade8-3e4b-47fa-9169-e2e283b70196', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:36:53,964 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.154s 2022-07-20 19:36:53,964 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-555ff7f1-a300-4c1b-ba48-7872653c9fd4', 'x-compute-request-id': 'req-555ff7f1-a300-4c1b-ba48-7872653c9fd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:36:55,131 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.157s 2022-07-20 19:36:55,131 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c32d56a-7aae-4dfc-83cf-43795117dce6', 'x-compute-request-id': 'req-1c32d56a-7aae-4dfc-83cf-43795117dce6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:36:56,302 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.163s 2022-07-20 19:36:56,303 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac620ef2-80e4-4aa0-997c-b3692fc49ebb', 'x-compute-request-id': 'req-ac620ef2-80e4-4aa0-997c-b3692fc49ebb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:36:57,468 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.157s 2022-07-20 19:36:57,469 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43e0763f-f721-4f5a-b10a-872e50816798', 'x-compute-request-id': 'req-43e0763f-f721-4f5a-b10a-872e50816798', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:36:58,636 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.158s 2022-07-20 19:36:58,636 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-642b2da0-6440-430d-96ce-f7d5c19389a2', 'x-compute-request-id': 'req-642b2da0-6440-430d-96ce-f7d5c19389a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:36:59,806 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.161s 2022-07-20 19:36:59,806 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:36:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b2fb59b4-0a0f-4512-b8ef-d0443601f3ee', 'x-compute-request-id': 'req-b2fb59b4-0a0f-4512-b8ef-d0443601f3ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:37:00,973 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.158s 2022-07-20 19:37:00,974 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d9c31542-19fc-440f-b164-004dc596e58b', 'x-compute-request-id': 'req-d9c31542-19fc-440f-b164-004dc596e58b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:37:02,154 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.172s 2022-07-20 19:37:02,154 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bde180db-aebb-48ae-8fef-ffbd10f1b065', 'x-compute-request-id': 'req-bde180db-aebb-48ae-8fef-ffbd10f1b065', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:37:03,319 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.156s 2022-07-20 19:37:03,319 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8b05205-7253-45e5-960b-c8c422a17dd6', 'x-compute-request-id': 'req-d8b05205-7253-45e5-960b-c8c422a17dd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:37:04,497 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.170s 2022-07-20 19:37:04,498 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b0b9c3fd-8683-4dae-b90c-417c510ef731', 'x-compute-request-id': 'req-b0b9c3fd-8683-4dae-b90c-417c510ef731', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:37:05,669 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.162s 2022-07-20 19:37:05,670 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f3ad99c-c1d8-4ebc-a53b-c09692ff5351', 'x-compute-request-id': 'req-4f3ad99c-c1d8-4ebc-a53b-c09692ff5351', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:37:06,850 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.173s 2022-07-20 19:37:06,850 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-94c7c818-9028-4c62-b639-5b40f4e3dbe2', 'x-compute-request-id': 'req-94c7c818-9028-4c62-b639-5b40f4e3dbe2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:37:08,168 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.309s 2022-07-20 19:37:08,168 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b53c72e8-e5a2-4647-bc42-5c5b5d675132', 'x-compute-request-id': 'req-b53c72e8-e5a2-4647-bc42-5c5b5d675132', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:37:09,270 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.093s 2022-07-20 19:37:09,271 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-262d1914-aa8a-4591-a746-a5395e401c14', 'x-compute-request-id': 'req-262d1914-aa8a-4591-a746-a5395e401c14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:37:10,369 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.089s 2022-07-20 19:37:10,369 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-57e023e6-c695-4530-b2fc-dde2eb39c6cf', 'x-compute-request-id': 'req-57e023e6-c695-4530-b2fc-dde2eb39c6cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:37:11,522 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.144s 2022-07-20 19:37:11,522 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f8cd30ec-279d-497d-aa35-319abb67987f', 'x-compute-request-id': 'req-f8cd30ec-279d-497d-aa35-319abb67987f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:37:12,704 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.175s 2022-07-20 19:37:12,705 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95e90aff-2ebb-4040-a9d6-faddc91b581b', 'x-compute-request-id': 'req-95e90aff-2ebb-4040-a9d6-faddc91b581b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:37:14,122 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.409s 2022-07-20 19:37:14,123 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-28ecdde1-cfe2-41ea-8189-4b026dfc1623', 'x-compute-request-id': 'req-28ecdde1-cfe2-41ea-8189-4b026dfc1623', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:37:15,224 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.093s 2022-07-20 19:37:15,224 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ff88ef4-e3e4-48ad-8f53-917559b0aaaf', 'x-compute-request-id': 'req-3ff88ef4-e3e4-48ad-8f53-917559b0aaaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:37:16,320 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.087s 2022-07-20 19:37:16,321 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ba65bfa-8179-4995-9354-38b3038fb1ce', 'x-compute-request-id': 'req-1ba65bfa-8179-4995-9354-38b3038fb1ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:37:17,420 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.090s 2022-07-20 19:37:17,420 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-534a36a8-1bb9-49c1-9465-e82eb91b69b0', 'x-compute-request-id': 'req-534a36a8-1bb9-49c1-9465-e82eb91b69b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:37:18,586 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.158s 2022-07-20 19:37:18,586 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56b12f94-b7fb-4c58-a79f-09eb372d793c', 'x-compute-request-id': 'req-56b12f94-b7fb-4c58-a79f-09eb372d793c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:37:19,750 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.153s 2022-07-20 19:37:19,751 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-44b46a6f-725b-42db-86d8-fcd4790958af', 'x-compute-request-id': 'req-44b46a6f-725b-42db-86d8-fcd4790958af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:37:20,943 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.179s 2022-07-20 19:37:20,944 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bfdf8020-5dbc-4a38-9c6c-e27b94f4538a', 'x-compute-request-id': 'req-bfdf8020-5dbc-4a38-9c6c-e27b94f4538a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:37:22,105 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.152s 2022-07-20 19:37:22,106 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe056002-91cc-43f2-bf73-25b829b671ae', 'x-compute-request-id': 'req-fe056002-91cc-43f2-bf73-25b829b671ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:37:23,277 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.164s 2022-07-20 19:37:23,278 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-61a62ef3-f935-4e9a-88c6-ab770e9f2830', 'x-compute-request-id': 'req-61a62ef3-f935-4e9a-88c6-ab770e9f2830', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:37:24,458 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.171s 2022-07-20 19:37:24,458 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5048105-7763-4886-85ee-0d2dbe14b20b', 'x-compute-request-id': 'req-a5048105-7763-4886-85ee-0d2dbe14b20b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:37:25,623 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.156s 2022-07-20 19:37:25,624 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db88484b-8aa6-4a08-af7f-b471875375e0', 'x-compute-request-id': 'req-db88484b-8aa6-4a08-af7f-b471875375e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:37:26,803 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.171s 2022-07-20 19:37:26,804 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-12a26e40-c5ac-47fd-b1f4-608524e914f0', 'x-compute-request-id': 'req-12a26e40-c5ac-47fd-b1f4-608524e914f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:37:27,970 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.158s 2022-07-20 19:37:27,971 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e9e47bb-cc5b-4cd1-8e48-cafa97b93627', 'x-compute-request-id': 'req-3e9e47bb-cc5b-4cd1-8e48-cafa97b93627', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:37:29,155 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.175s 2022-07-20 19:37:29,156 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e4cce46-a0eb-49eb-b8d7-f2e0e00c285a', 'x-compute-request-id': 'req-5e4cce46-a0eb-49eb-b8d7-f2e0e00c285a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:37:30,312 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.145s 2022-07-20 19:37:30,312 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-56e59475-3acd-4b0f-a18f-8403771790b0', 'x-compute-request-id': 'req-56e59475-3acd-4b0f-a18f-8403771790b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:37:31,480 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.158s 2022-07-20 19:37:31,480 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e508620-2970-45f1-8d89-e977e3764f2e', 'x-compute-request-id': 'req-5e508620-2970-45f1-8d89-e977e3764f2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:37:32,653 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.165s 2022-07-20 19:37:32,654 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2e5b2e28-1060-4678-87bb-64f584242ab8', 'x-compute-request-id': 'req-2e5b2e28-1060-4678-87bb-64f584242ab8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:37:33,818 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.155s 2022-07-20 19:37:33,818 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e90c5c5-2152-4593-b3d9-6468f3b44e5c', 'x-compute-request-id': 'req-1e90c5c5-2152-4593-b3d9-6468f3b44e5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:37:35,003 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.177s 2022-07-20 19:37:35,003 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b134dfe-63f7-4c17-9d37-584f9782b47f', 'x-compute-request-id': 'req-2b134dfe-63f7-4c17-9d37-584f9782b47f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:37:36,159 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.147s 2022-07-20 19:37:36,159 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-582ef1bf-0511-4d52-9077-9f61d90231b1', 'x-compute-request-id': 'req-582ef1bf-0511-4d52-9077-9f61d90231b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:37:37,326 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.158s 2022-07-20 19:37:37,326 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0dec7c0-0aa1-4e4f-bbba-8ebddf1dd095', 'x-compute-request-id': 'req-d0dec7c0-0aa1-4e4f-bbba-8ebddf1dd095', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:37:38,510 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.175s 2022-07-20 19:37:38,510 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f305de2-dbf5-4c04-b632-f872f4830611', 'x-compute-request-id': 'req-7f305de2-dbf5-4c04-b632-f872f4830611', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:37:39,665 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.145s 2022-07-20 19:37:39,665 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba2a747c-8832-4e9a-9137-4160ef051b9d', 'x-compute-request-id': 'req-ba2a747c-8832-4e9a-9137-4160ef051b9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:37:40,855 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.182s 2022-07-20 19:37:40,856 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ff61ea2-2d1b-4d94-9c63-f0ac073ba507', 'x-compute-request-id': 'req-3ff61ea2-2d1b-4d94-9c63-f0ac073ba507', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:37:42,002 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.138s 2022-07-20 19:37:42,003 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-568c6fe9-24bd-4a55-9c2c-a5d941b9e2d8', 'x-compute-request-id': 'req-568c6fe9-24bd-4a55-9c2c-a5d941b9e2d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:37:43,169 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.157s 2022-07-20 19:37:43,169 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc600941-44e2-4496-bed6-6b42f0c79f19', 'x-compute-request-id': 'req-fc600941-44e2-4496-bed6-6b42f0c79f19', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:37:44,351 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.173s 2022-07-20 19:37:44,351 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad5bc5ea-fb28-451e-bb44-3e76de3561d5', 'x-compute-request-id': 'req-ad5bc5ea-fb28-451e-bb44-3e76de3561d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:37:45,629 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.269s 2022-07-20 19:37:45,629 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ce07c3f-cfcf-4cd1-9e0c-6bbc58214bb8', 'x-compute-request-id': 'req-3ce07c3f-cfcf-4cd1-9e0c-6bbc58214bb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:37:46,795 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.157s 2022-07-20 19:37:46,795 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a638725-a6fe-4ee5-9e83-77fbd1450108', 'x-compute-request-id': 'req-0a638725-a6fe-4ee5-9e83-77fbd1450108', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:37:47,959 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.154s 2022-07-20 19:37:47,959 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95e06bd5-cf3c-439b-a708-3cd945334f9d', 'x-compute-request-id': 'req-95e06bd5-cf3c-439b-a708-3cd945334f9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:37:49,124 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.157s 2022-07-20 19:37:49,124 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5615cf2b-070f-412c-89f8-18f102b30041', 'x-compute-request-id': 'req-5615cf2b-070f-412c-89f8-18f102b30041', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:37:50,317 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.185s 2022-07-20 19:37:50,318 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31f58bfb-330c-4c99-a758-ed450f16a121', 'x-compute-request-id': 'req-31f58bfb-330c-4c99-a758-ed450f16a121', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:37:51,473 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.147s 2022-07-20 19:37:51,473 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-92e1165a-2899-4cfe-89c3-6be049147547', 'x-compute-request-id': 'req-92e1165a-2899-4cfe-89c3-6be049147547', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:37:52,645 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.164s 2022-07-20 19:37:52,646 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31415eac-3afd-4c75-9a77-d63532659470', 'x-compute-request-id': 'req-31415eac-3afd-4c75-9a77-d63532659470', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:37:53,818 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.162s 2022-07-20 19:37:53,818 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-823241bb-98b2-4c0b-a0db-c99277af60eb', 'x-compute-request-id': 'req-823241bb-98b2-4c0b-a0db-c99277af60eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:37:54,990 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.165s 2022-07-20 19:37:54,991 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bcb6e298-704b-4152-9140-ad9551733e9c', 'x-compute-request-id': 'req-bcb6e298-704b-4152-9140-ad9551733e9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:37:56,179 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.180s 2022-07-20 19:37:56,179 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac7eb55d-a4ad-47fb-a6b1-20f660253885', 'x-compute-request-id': 'req-ac7eb55d-a4ad-47fb-a6b1-20f660253885', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:37:57,354 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.166s 2022-07-20 19:37:57,354 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8da1fe03-e197-4edf-b541-27bb3369b0c7', 'x-compute-request-id': 'req-8da1fe03-e197-4edf-b541-27bb3369b0c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:37:58,528 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.167s 2022-07-20 19:37:58,529 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d92b77ac-75c8-4d1d-8d6f-3076d766fdfc', 'x-compute-request-id': 'req-d92b77ac-75c8-4d1d-8d6f-3076d766fdfc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:37:59,691 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.153s 2022-07-20 19:37:59,692 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:37:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20062ba1-17e2-490e-be2e-b1f7dcb9f551', 'x-compute-request-id': 'req-20062ba1-17e2-490e-be2e-b1f7dcb9f551', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:38:00,867 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.168s 2022-07-20 19:38:00,867 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc40ddb4-80b1-4eae-9c0b-22a27d86d258', 'x-compute-request-id': 'req-cc40ddb4-80b1-4eae-9c0b-22a27d86d258', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:38:02,043 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.168s 2022-07-20 19:38:02,044 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ae8b8da6-2ffe-4573-b37d-76df31c1886b', 'x-compute-request-id': 'req-ae8b8da6-2ffe-4573-b37d-76df31c1886b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:38:03,214 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.162s 2022-07-20 19:38:03,215 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3d30c6e-f923-4f78-bbea-b8308c9c20cf', 'x-compute-request-id': 'req-f3d30c6e-f923-4f78-bbea-b8308c9c20cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:38:04,406 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.183s 2022-07-20 19:38:04,407 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6629bb84-3706-4afb-9da3-aafa73dd5aca', 'x-compute-request-id': 'req-6629bb84-3706-4afb-9da3-aafa73dd5aca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:38:05,588 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.173s 2022-07-20 19:38:05,589 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-19054493-87dc-44b7-b125-7ec32b775202', 'x-compute-request-id': 'req-19054493-87dc-44b7-b125-7ec32b775202', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:38:06,778 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.180s 2022-07-20 19:38:06,778 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-84c1df30-321e-4996-b88e-a8f295c76e1a', 'x-compute-request-id': 'req-84c1df30-321e-4996-b88e-a8f295c76e1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:38:07,962 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.169s 2022-07-20 19:38:07,963 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6cc366e-2c5e-4863-ad0e-65779308b829', 'x-compute-request-id': 'req-e6cc366e-2c5e-4863-ad0e-65779308b829', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:38:09,138 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.166s 2022-07-20 19:38:09,139 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bc22a63a-567c-4e11-a225-2a138e1d9fd2', 'x-compute-request-id': 'req-bc22a63a-567c-4e11-a225-2a138e1d9fd2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:38:10,307 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.159s 2022-07-20 19:38:10,307 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7d66727e-071f-49fe-aedc-413193cc2b52', 'x-compute-request-id': 'req-7d66727e-071f-49fe-aedc-413193cc2b52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:38:11,474 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.159s 2022-07-20 19:38:11,475 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-862f3e7c-c131-47e5-b316-c5903450247d', 'x-compute-request-id': 'req-862f3e7c-c131-47e5-b316-c5903450247d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:38:12,635 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.152s 2022-07-20 19:38:12,636 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-67cd2e77-74d8-49b5-bd2e-c4c14f7372e3', 'x-compute-request-id': 'req-67cd2e77-74d8-49b5-bd2e-c4c14f7372e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:38:13,801 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.157s 2022-07-20 19:38:13,801 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36dfd594-8992-4272-9556-2b95180a4b59', 'x-compute-request-id': 'req-36dfd594-8992-4272-9556-2b95180a4b59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:38:14,974 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.165s 2022-07-20 19:38:14,974 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-12243a13-c3d0-4278-b092-807092ff5425', 'x-compute-request-id': 'req-12243a13-c3d0-4278-b092-807092ff5425', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:38:16,133 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.150s 2022-07-20 19:38:16,133 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf18c13e-881f-4476-9ecf-e08ab3787e4b', 'x-compute-request-id': 'req-cf18c13e-881f-4476-9ecf-e08ab3787e4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:38:17,299 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.158s 2022-07-20 19:38:17,299 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec1b51ce-7fcf-45d3-99bf-c38e5743f2ca', 'x-compute-request-id': 'req-ec1b51ce-7fcf-45d3-99bf-c38e5743f2ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:38:18,467 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.159s 2022-07-20 19:38:18,467 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6cf9c09e-e031-4833-bb4c-35eb130487f4', 'x-compute-request-id': 'req-6cf9c09e-e031-4833-bb4c-35eb130487f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:38:19,630 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.154s 2022-07-20 19:38:19,631 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-64af3f12-e91b-4287-9bc5-258aec6c327b', 'x-compute-request-id': 'req-64af3f12-e91b-4287-9bc5-258aec6c327b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:38:20,799 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.161s 2022-07-20 19:38:20,800 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1612b34d-e5a1-4efe-8e00-fef61a8f873d', 'x-compute-request-id': 'req-1612b34d-e5a1-4efe-8e00-fef61a8f873d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:38:22,012 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.204s 2022-07-20 19:38:22,013 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e4c2cf76-cf7e-40f1-b980-a00aff10c139', 'x-compute-request-id': 'req-e4c2cf76-cf7e-40f1-b980-a00aff10c139', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:38:23,162 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.140s 2022-07-20 19:38:23,162 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d3b8e22-3ccb-4a0a-a47e-06d17e1f47a8', 'x-compute-request-id': 'req-1d3b8e22-3ccb-4a0a-a47e-06d17e1f47a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:38:24,326 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.156s 2022-07-20 19:38:24,326 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9aee05bd-1cdd-4bfd-b24c-eceabf93ab5e', 'x-compute-request-id': 'req-9aee05bd-1cdd-4bfd-b24c-eceabf93ab5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:38:25,494 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.159s 2022-07-20 19:38:25,494 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-02d12ef6-6bb6-4958-acd0-4ad041a4ad31', 'x-compute-request-id': 'req-02d12ef6-6bb6-4958-acd0-4ad041a4ad31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:38:26,654 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.151s 2022-07-20 19:38:26,654 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-90cb72b2-3d76-453e-afaa-3779244dedf6', 'x-compute-request-id': 'req-90cb72b2-3d76-453e-afaa-3779244dedf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:38:27,885 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.222s 2022-07-20 19:38:27,886 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2da1b8c7-6668-47ad-8f1c-7ad0047ae326', 'x-compute-request-id': 'req-2da1b8c7-6668-47ad-8f1c-7ad0047ae326', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:38:28,991 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.097s 2022-07-20 19:38:28,992 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60ad683d-8047-484c-9492-7ee76f632f99', 'x-compute-request-id': 'req-60ad683d-8047-484c-9492-7ee76f632f99', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:38:30,152 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.151s 2022-07-20 19:38:30,152 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2a9be3b-8b49-4113-900f-6a8e1b920d56', 'x-compute-request-id': 'req-a2a9be3b-8b49-4113-900f-6a8e1b920d56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:38:31,316 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.154s 2022-07-20 19:38:31,316 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cefd8f9a-5dfa-4ac1-bc9f-0b78f7f10d8e', 'x-compute-request-id': 'req-cefd8f9a-5dfa-4ac1-bc9f-0b78f7f10d8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:38:32,485 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.160s 2022-07-20 19:38:32,486 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f8c8e64d-4553-4950-ae59-ae3531cdb8ca', 'x-compute-request-id': 'req-f8c8e64d-4553-4950-ae59-ae3531cdb8ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:38:33,882 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.389s 2022-07-20 19:38:33,883 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0c8f429-0a0a-495b-9655-61f9e8bf59ef', 'x-compute-request-id': 'req-e0c8f429-0a0a-495b-9655-61f9e8bf59ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:38:35,048 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.156s 2022-07-20 19:38:35,048 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3d85a2b1-438e-45d9-a5e3-5699e39f2fda', 'x-compute-request-id': 'req-3d85a2b1-438e-45d9-a5e3-5699e39f2fda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:38:36,213 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.157s 2022-07-20 19:38:36,214 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-55c14230-3939-41fa-a386-01695c1e0566', 'x-compute-request-id': 'req-55c14230-3939-41fa-a386-01695c1e0566', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:38:37,376 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.154s 2022-07-20 19:38:37,376 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f47af99-c286-44f4-af18-66707e94e50f', 'x-compute-request-id': 'req-9f47af99-c286-44f4-af18-66707e94e50f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:38:38,541 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.157s 2022-07-20 19:38:38,542 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f53844df-e3ca-46cf-bc93-0b86c19ee31c', 'x-compute-request-id': 'req-f53844df-e3ca-46cf-bc93-0b86c19ee31c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:38:39,712 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.162s 2022-07-20 19:38:39,712 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-57875b7f-4ce3-4e2a-af0a-e3c4d162bab2', 'x-compute-request-id': 'req-57875b7f-4ce3-4e2a-af0a-e3c4d162bab2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:38:40,871 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.149s 2022-07-20 19:38:40,871 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-58dc59ee-6e40-407f-9cac-f0c78775a295', 'x-compute-request-id': 'req-58dc59ee-6e40-407f-9cac-f0c78775a295', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:38:42,035 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.155s 2022-07-20 19:38:42,036 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d6d5b0b-0218-41d1-8d05-48d3f797aa4e', 'x-compute-request-id': 'req-8d6d5b0b-0218-41d1-8d05-48d3f797aa4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:38:43,200 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.156s 2022-07-20 19:38:43,201 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4028ab45-eb69-4fc6-b572-71ed5905785d', 'x-compute-request-id': 'req-4028ab45-eb69-4fc6-b572-71ed5905785d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:38:44,450 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.241s 2022-07-20 19:38:44,451 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2e1e6fb2-57e3-4774-813a-f6083f242663', 'x-compute-request-id': 'req-2e1e6fb2-57e3-4774-813a-f6083f242663', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:38:45,616 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.157s 2022-07-20 19:38:45,617 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-19bb1692-8369-4d4b-8884-f437387374f7', 'x-compute-request-id': 'req-19bb1692-8369-4d4b-8884-f437387374f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:38:46,832 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.207s 2022-07-20 19:38:46,832 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15d7a595-3575-436a-8026-ccef26169524', 'x-compute-request-id': 'req-15d7a595-3575-436a-8026-ccef26169524', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:38:47,994 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.154s 2022-07-20 19:38:47,995 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c444f5b-6c01-4b8e-90ea-77eea8cbd7f1', 'x-compute-request-id': 'req-1c444f5b-6c01-4b8e-90ea-77eea8cbd7f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:38:49,164 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.162s 2022-07-20 19:38:49,165 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d1b4958-1de7-4443-97de-4e2cc2454176', 'x-compute-request-id': 'req-0d1b4958-1de7-4443-97de-4e2cc2454176', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:38:50,329 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.156s 2022-07-20 19:38:50,330 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2332bb0e-55aa-4b56-8a46-25c1116d53b9', 'x-compute-request-id': 'req-2332bb0e-55aa-4b56-8a46-25c1116d53b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:38:51,505 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.167s 2022-07-20 19:38:51,505 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a1cd931d-4c7f-472d-a8c5-c87c2c1a5852', 'x-compute-request-id': 'req-a1cd931d-4c7f-472d-a8c5-c87c2c1a5852', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:38:52,669 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.155s 2022-07-20 19:38:52,669 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d489c8a6-4e09-4daf-bd4a-36feffdf74a0', 'x-compute-request-id': 'req-d489c8a6-4e09-4daf-bd4a-36feffdf74a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:38:53,837 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.159s 2022-07-20 19:38:53,837 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa446e9a-c1bf-42d9-b552-fd7868f374a6', 'x-compute-request-id': 'req-aa446e9a-c1bf-42d9-b552-fd7868f374a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:38:55,003 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.158s 2022-07-20 19:38:55,004 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-39b5e551-18ca-4fc2-bfab-1df6712d02c6', 'x-compute-request-id': 'req-39b5e551-18ca-4fc2-bfab-1df6712d02c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:38:56,172 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.160s 2022-07-20 19:38:56,173 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a324ea25-25fb-4a98-b43a-b4fed1a05ec8', 'x-compute-request-id': 'req-a324ea25-25fb-4a98-b43a-b4fed1a05ec8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:38:57,345 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.163s 2022-07-20 19:38:57,345 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-10623fc5-78ed-4aa3-8707-c31498bbdeba', 'x-compute-request-id': 'req-10623fc5-78ed-4aa3-8707-c31498bbdeba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:38:58,511 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.157s 2022-07-20 19:38:58,511 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9927289b-683f-4823-9869-59758daa33e0', 'x-compute-request-id': 'req-9927289b-683f-4823-9869-59758daa33e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:38:59,676 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.156s 2022-07-20 19:38:59,677 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:38:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0c317a3-fbc3-4678-9cc8-d933fa4a4d1e', 'x-compute-request-id': 'req-f0c317a3-fbc3-4678-9cc8-d933fa4a4d1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:39:00,845 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.160s 2022-07-20 19:39:00,845 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0cf1f1d6-0610-425a-980e-9f6646fd715e', 'x-compute-request-id': 'req-0cf1f1d6-0610-425a-980e-9f6646fd715e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:39:02,011 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.157s 2022-07-20 19:39:02,011 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-65865477-9445-447d-b079-1ac995de126f', 'x-compute-request-id': 'req-65865477-9445-447d-b079-1ac995de126f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:39:03,346 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.325s 2022-07-20 19:39:03,346 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15e0267c-0e4c-49b2-9f04-a66f551aff8f', 'x-compute-request-id': 'req-15e0267c-0e4c-49b2-9f04-a66f551aff8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:39:04,513 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.158s 2022-07-20 19:39:04,513 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-75d6d23a-58ea-4d69-8e4e-241c0d12bf17', 'x-compute-request-id': 'req-75d6d23a-58ea-4d69-8e4e-241c0d12bf17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:39:05,673 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.151s 2022-07-20 19:39:05,673 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-291bffd4-2ace-47b4-a5c5-185c7eec2d8c', 'x-compute-request-id': 'req-291bffd4-2ace-47b4-a5c5-185c7eec2d8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:39:06,842 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.159s 2022-07-20 19:39:06,842 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50cf8776-18a7-423f-aea2-52b3727cfee7', 'x-compute-request-id': 'req-50cf8776-18a7-423f-aea2-52b3727cfee7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:33:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:39:07,306 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.222.0.69:9696/v2.0/floatingips/875e3fce-82d5-428f-bab7-371e4606ffba 0.455s 2022-07-20 19:39:07,306 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-bd340d50-fa91-44f5-88ac-8578d39f6596', 'content-length': '0', 'date': 'Wed, 20 Jul 2022 19:39:07 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.69:9696/v2.0/floatingips/875e3fce-82d5-428f-bab7-371e4606ffba'} Body: b'' 2022-07-20 19:39:07,396 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.089s 2022-07-20 19:39:07,396 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:07 GMT', 'server': 'Apache/2.4.41 (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-5389420a-01d0-49c6-b6aa-8225ed904fee', 'x-compute-request-id': 'req-5389420a-01d0-49c6-b6aa-8225ed904fee', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'' 2022-07-20 19:39:07,482 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.085s 2022-07-20 19:39:07,483 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-81f90bf1-55d4-4e20-8852-88db4351e801', 'x-compute-request-id': 'req-81f90bf1-55d4-4e20-8852-88db4351e801', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:39:08,576 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.084s 2022-07-20 19:39:08,577 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2c1cf83-77e8-4227-866d-becd1db813fd', 'x-compute-request-id': 'req-d2c1cf83-77e8-4227-866d-becd1db813fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:39:09,673 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.088s 2022-07-20 19:39:09,674 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-137e1631-d161-4e22-9051-bab6c54dd8fd', 'x-compute-request-id': 'req-137e1631-d161-4e22-9051-bab6c54dd8fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:39:10,768 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.086s 2022-07-20 19:39:10,768 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6faa7b1e-0525-49c4-8f50-e7158b34102c', 'x-compute-request-id': 'req-6faa7b1e-0525-49c4-8f50-e7158b34102c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:39:11,869 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.091s 2022-07-20 19:39:11,869 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d0e4c50-03be-4c6c-b944-26bceeedb81b', 'x-compute-request-id': 'req-6d0e4c50-03be-4c6c-b944-26bceeedb81b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:39:12,965 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.088s 2022-07-20 19:39:12,966 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2926f836-7b88-4e5e-a617-b2146f2cca8b', 'x-compute-request-id': 'req-2926f836-7b88-4e5e-a617-b2146f2cca8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:39:14,059 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.084s 2022-07-20 19:39:14,059 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5cbd3c72-334b-4b24-8013-88503d85c25a', 'x-compute-request-id': 'req-5cbd3c72-334b-4b24-8013-88503d85c25a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:39:15,153 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.085s 2022-07-20 19:39:15,153 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1c81e685-b7b1-406c-9dc7-b78bb665ab77', 'x-compute-request-id': 'req-1c81e685-b7b1-406c-9dc7-b78bb665ab77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:39:16,247 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.086s 2022-07-20 19:39:16,248 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de7c7f7a-2c19-4b9e-a9de-ae41d6647c04', 'x-compute-request-id': 'req-de7c7f7a-2c19-4b9e-a9de-ae41d6647c04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:39:17,349 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.091s 2022-07-20 19:39:17,349 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d35e6553-d12d-4e7b-aafe-f70affb6fdc8', 'x-compute-request-id': 'req-d35e6553-d12d-4e7b-aafe-f70affb6fdc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:39:18,512 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.155s 2022-07-20 19:39:18,512 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a97d7684-785c-4648-ad1a-7a65ae34c2ce', 'x-compute-request-id': 'req-a97d7684-785c-4648-ad1a-7a65ae34c2ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:39:19,674 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.153s 2022-07-20 19:39:19,674 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fcca5944-ae97-4c9c-9d57-b0cdfa6313cd', 'x-compute-request-id': 'req-fcca5944-ae97-4c9c-9d57-b0cdfa6313cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:39:20,846 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.162s 2022-07-20 19:39:20,847 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-440d948b-47bf-498b-ab55-462aed57332b', 'x-compute-request-id': 'req-440d948b-47bf-498b-ab55-462aed57332b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:39:22,016 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.161s 2022-07-20 19:39:22,017 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5502d24b-81a3-43b8-94ff-31a5c07e41e3', 'x-compute-request-id': 'req-5502d24b-81a3-43b8-94ff-31a5c07e41e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:39:23,200 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.174s 2022-07-20 19:39:23,200 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-79928cd1-7645-4c0c-8a61-7b9340611b1a', 'x-compute-request-id': 'req-79928cd1-7645-4c0c-8a61-7b9340611b1a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:39:24,358 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.148s 2022-07-20 19:39:24,358 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e13c5cc2-8935-4078-94c8-9afa04a09810', 'x-compute-request-id': 'req-e13c5cc2-8935-4078-94c8-9afa04a09810', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:39:25,523 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.156s 2022-07-20 19:39:25,524 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d1cf80e8-40b6-40b9-9b18-fad44f7ddeff', 'x-compute-request-id': 'req-d1cf80e8-40b6-40b9-9b18-fad44f7ddeff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:39:26,690 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.157s 2022-07-20 19:39:26,691 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e62f0d04-9f71-496b-a81a-1565af4fac98', 'x-compute-request-id': 'req-e62f0d04-9f71-496b-a81a-1565af4fac98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:39:27,859 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.160s 2022-07-20 19:39:27,860 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ebb048e-6c6d-477c-92bb-4df42a7e8965', 'x-compute-request-id': 'req-0ebb048e-6c6d-477c-92bb-4df42a7e8965', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:39:29,028 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.160s 2022-07-20 19:39:29,029 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1986eb12-eeac-4fac-b6cd-2cdc9c43f991', 'x-compute-request-id': 'req-1986eb12-eeac-4fac-b6cd-2cdc9c43f991', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:39:30,209 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.172s 2022-07-20 19:39:30,210 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fda331bf-3ed7-47cc-936c-2327800f08ad', 'x-compute-request-id': 'req-fda331bf-3ed7-47cc-936c-2327800f08ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:39:31,376 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.159s 2022-07-20 19:39:31,377 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c7e6d6b-b372-4c1c-b538-51001e31bbd1', 'x-compute-request-id': 'req-9c7e6d6b-b372-4c1c-b538-51001e31bbd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:39:32,545 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.159s 2022-07-20 19:39:32,545 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa9db3fc-ab0e-464b-a3a8-351c447f3573', 'x-compute-request-id': 'req-fa9db3fc-ab0e-464b-a3a8-351c447f3573', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:39:33,718 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.165s 2022-07-20 19:39:33,719 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3d7a04a1-4b36-4a13-b391-4028a334900a', 'x-compute-request-id': 'req-3d7a04a1-4b36-4a13-b391-4028a334900a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:39:34,885 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.156s 2022-07-20 19:39:34,885 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6fb748a4-02e4-4d56-8b2f-377f3d488f48', 'x-compute-request-id': 'req-6fb748a4-02e4-4d56-8b2f-377f3d488f48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:39:36,052 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.159s 2022-07-20 19:39:36,052 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a46a8243-bc27-4069-b459-6bc3427721e9', 'x-compute-request-id': 'req-a46a8243-bc27-4069-b459-6bc3427721e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:39:37,220 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.159s 2022-07-20 19:39:37,221 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-931e500f-c06b-4271-b1bf-8db4a28707e5', 'x-compute-request-id': 'req-931e500f-c06b-4271-b1bf-8db4a28707e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:39:38,383 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.154s 2022-07-20 19:39:38,383 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d2908cc-42e8-4137-aad7-76b26ab92ea6', 'x-compute-request-id': 'req-0d2908cc-42e8-4137-aad7-76b26ab92ea6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:39:39,548 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.156s 2022-07-20 19:39:39,548 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18ef60f8-6960-4a64-ab88-e20d022b4f22', 'x-compute-request-id': 'req-18ef60f8-6960-4a64-ab88-e20d022b4f22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:39:40,720 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.163s 2022-07-20 19:39:40,721 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ef3fee3-b869-48e1-85fa-6af226166feb', 'x-compute-request-id': 'req-1ef3fee3-b869-48e1-85fa-6af226166feb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:39:41,895 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.165s 2022-07-20 19:39:41,895 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5cd6339a-4cba-42dc-b5c8-df2780c63ddc', 'x-compute-request-id': 'req-5cd6339a-4cba-42dc-b5c8-df2780c63ddc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:39:43,092 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.188s 2022-07-20 19:39:43,092 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6cc7ebbf-aad1-43eb-93f8-f0ab10a9fe01', 'x-compute-request-id': 'req-6cc7ebbf-aad1-43eb-93f8-f0ab10a9fe01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:39:44,259 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.157s 2022-07-20 19:39:44,259 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5fc5e88e-83bb-4433-a61c-91bef84b8f87', 'x-compute-request-id': 'req-5fc5e88e-83bb-4433-a61c-91bef84b8f87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:39:45,434 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.167s 2022-07-20 19:39:45,435 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf4f556e-b90c-4147-89c3-8093d3ccc385', 'x-compute-request-id': 'req-cf4f556e-b90c-4147-89c3-8093d3ccc385', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:39:46,691 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.246s 2022-07-20 19:39:46,691 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-86d27904-b9c0-46e3-a3b5-2bb8486dc5bd', 'x-compute-request-id': 'req-86d27904-b9c0-46e3-a3b5-2bb8486dc5bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:39:47,850 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.150s 2022-07-20 19:39:47,851 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0df2f05a-7611-4c59-a66b-cdfae5d2e185', 'x-compute-request-id': 'req-0df2f05a-7611-4c59-a66b-cdfae5d2e185', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:39:49,022 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.161s 2022-07-20 19:39:49,022 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac8a7191-15e9-4b33-a13a-579293013bbe', 'x-compute-request-id': 'req-ac8a7191-15e9-4b33-a13a-579293013bbe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:39:50,193 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.162s 2022-07-20 19:39:50,193 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3355ed3-20cc-45ee-8276-8d51e7b10823', 'x-compute-request-id': 'req-f3355ed3-20cc-45ee-8276-8d51e7b10823', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:39:51,385 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.184s 2022-07-20 19:39:51,386 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f7c9dcb-1e12-44c3-b9b8-7cff25333ec1', 'x-compute-request-id': 'req-7f7c9dcb-1e12-44c3-b9b8-7cff25333ec1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:39:52,554 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.160s 2022-07-20 19:39:52,554 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-40be777c-f733-4fe3-9c0e-e1a1f0cec04d', 'x-compute-request-id': 'req-40be777c-f733-4fe3-9c0e-e1a1f0cec04d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:39:53,749 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.187s 2022-07-20 19:39:53,750 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb8b0cf1-91a7-4217-899e-123a681435ea', 'x-compute-request-id': 'req-fb8b0cf1-91a7-4217-899e-123a681435ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:39:54,899 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.141s 2022-07-20 19:39:54,900 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b24be21d-70ce-428c-930e-a2a5a8aff09d', 'x-compute-request-id': 'req-b24be21d-70ce-428c-930e-a2a5a8aff09d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:39:56,336 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.428s 2022-07-20 19:39:56,337 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6e7359b2-d600-4152-93bf-10c793491593', 'x-compute-request-id': 'req-6e7359b2-d600-4152-93bf-10c793491593', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:39:57,516 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.171s 2022-07-20 19:39:57,517 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad34e672-1747-43a5-8cc9-2aef75e997be', 'x-compute-request-id': 'req-ad34e672-1747-43a5-8cc9-2aef75e997be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:39:58,672 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.145s 2022-07-20 19:39:58,672 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ed32ce27-cabe-4299-87e8-c11f746f1466', 'x-compute-request-id': 'req-ed32ce27-cabe-4299-87e8-c11f746f1466', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:39:59,861 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.180s 2022-07-20 19:39:59,862 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:39:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4b88c96b-adda-4ff0-bbbc-005c5d39f99b', 'x-compute-request-id': 'req-4b88c96b-adda-4ff0-bbbc-005c5d39f99b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:40:01,031 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.160s 2022-07-20 19:40:01,032 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db2f8739-ebbb-4ee6-8860-cefbe6262158', 'x-compute-request-id': 'req-db2f8739-ebbb-4ee6-8860-cefbe6262158', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:40:02,199 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.158s 2022-07-20 19:40:02,199 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5e5b8e23-b62d-47df-b35c-03b1d280d3ec', 'x-compute-request-id': 'req-5e5b8e23-b62d-47df-b35c-03b1d280d3ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:40:03,371 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.163s 2022-07-20 19:40:03,372 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f24e6e9f-5bdf-4fee-b789-6328d33806b4', 'x-compute-request-id': 'req-f24e6e9f-5bdf-4fee-b789-6328d33806b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:40:04,564 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.183s 2022-07-20 19:40:04,564 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a6974f0c-2e82-49b1-834f-bbfd33704f05', 'x-compute-request-id': 'req-a6974f0c-2e82-49b1-834f-bbfd33704f05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:40:05,732 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.160s 2022-07-20 19:40:05,732 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c5e0962c-8abf-4e0c-9ed7-d177ea48c8dc', 'x-compute-request-id': 'req-c5e0962c-8abf-4e0c-9ed7-d177ea48c8dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:40:07,189 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.447s 2022-07-20 19:40:07,189 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ffa609d-9b1b-4c5f-81aa-a96ea0a2e7d7', 'x-compute-request-id': 'req-1ffa609d-9b1b-4c5f-81aa-a96ea0a2e7d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:40:08,340 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.143s 2022-07-20 19:40:08,341 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-87f1c39d-0698-4df1-aba6-0d4ea16ac9ae', 'x-compute-request-id': 'req-87f1c39d-0698-4df1-aba6-0d4ea16ac9ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:40:09,499 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.149s 2022-07-20 19:40:09,499 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d6b21d9-e3c6-405d-b3d3-8180121f14ae', 'x-compute-request-id': 'req-5d6b21d9-e3c6-405d-b3d3-8180121f14ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:40:10,670 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.161s 2022-07-20 19:40:10,670 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b36268c9-f79e-4cde-9971-bee1233956e8', 'x-compute-request-id': 'req-b36268c9-f79e-4cde-9971-bee1233956e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:40:11,839 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.159s 2022-07-20 19:40:11,839 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-58953e2a-af4d-4065-ab6b-b5be34fc60f9', 'x-compute-request-id': 'req-58953e2a-af4d-4065-ab6b-b5be34fc60f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:40:12,997 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.148s 2022-07-20 19:40:12,997 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-882bed59-83ab-4baa-8a55-9e75ea723afe', 'x-compute-request-id': 'req-882bed59-83ab-4baa-8a55-9e75ea723afe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:40:14,163 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.157s 2022-07-20 19:40:14,163 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-14ea6a78-52f4-4973-80f6-32a8dbc9cc03', 'x-compute-request-id': 'req-14ea6a78-52f4-4973-80f6-32a8dbc9cc03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:40:15,333 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.161s 2022-07-20 19:40:15,334 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fcb87260-aadd-427a-9f2a-f8503b61956e', 'x-compute-request-id': 'req-fcb87260-aadd-427a-9f2a-f8503b61956e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:40:16,496 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.154s 2022-07-20 19:40:16,496 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6e07c1ec-9869-48cd-b4d0-fe8dde336822', 'x-compute-request-id': 'req-6e07c1ec-9869-48cd-b4d0-fe8dde336822', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:40:17,661 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.157s 2022-07-20 19:40:17,663 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b70d855-c83e-4486-864f-b325be4541e2', 'x-compute-request-id': 'req-3b70d855-c83e-4486-864f-b325be4541e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:40:18,834 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.162s 2022-07-20 19:40:18,834 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db3fbb95-e644-41dd-b3bf-a0eb772a2cb5', 'x-compute-request-id': 'req-db3fbb95-e644-41dd-b3bf-a0eb772a2cb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:40:19,998 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.155s 2022-07-20 19:40:19,998 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ecc48fb6-954f-456f-8b76-78c68b69d798', 'x-compute-request-id': 'req-ecc48fb6-954f-456f-8b76-78c68b69d798', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:40:21,173 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.165s 2022-07-20 19:40:21,173 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1d8456c-a0c2-4265-b5e2-af0a0d024793', 'x-compute-request-id': 'req-f1d8456c-a0c2-4265-b5e2-af0a0d024793', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:40:22,347 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.165s 2022-07-20 19:40:22,347 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-268dd144-a83e-446b-8641-f3dda2e005c6', 'x-compute-request-id': 'req-268dd144-a83e-446b-8641-f3dda2e005c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:40:23,508 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.152s 2022-07-20 19:40:23,509 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-442fc70b-cfb6-4983-b6f9-dd5ca15a9eb1', 'x-compute-request-id': 'req-442fc70b-cfb6-4983-b6f9-dd5ca15a9eb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:40:24,670 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.153s 2022-07-20 19:40:24,671 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e76eed63-9f38-4839-845a-bbcd0d6144c1', 'x-compute-request-id': 'req-e76eed63-9f38-4839-845a-bbcd0d6144c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:40:25,865 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.185s 2022-07-20 19:40:25,866 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9ad00fb0-84ae-469c-9c00-618c62ded5e9', 'x-compute-request-id': 'req-9ad00fb0-84ae-469c-9c00-618c62ded5e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:40:27,019 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.146s 2022-07-20 19:40:27,019 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23745843-4329-4a58-bce6-f4f7781bade2', 'x-compute-request-id': 'req-23745843-4329-4a58-bce6-f4f7781bade2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:40:28,186 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.158s 2022-07-20 19:40:28,186 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-218979a9-b6e0-41f8-b142-9e0e82aa31e2', 'x-compute-request-id': 'req-218979a9-b6e0-41f8-b142-9e0e82aa31e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:40:29,356 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.161s 2022-07-20 19:40:29,356 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e68e3860-b73c-42af-b97d-fe9c32c4a579', 'x-compute-request-id': 'req-e68e3860-b73c-42af-b97d-fe9c32c4a579', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:40:30,523 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.158s 2022-07-20 19:40:30,523 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6bd9a555-297a-464f-8c05-730a291dd55b', 'x-compute-request-id': 'req-6bd9a555-297a-464f-8c05-730a291dd55b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:40:31,694 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.162s 2022-07-20 19:40:31,694 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a421e12-010c-4bbd-9225-82318c79ded1', 'x-compute-request-id': 'req-6a421e12-010c-4bbd-9225-82318c79ded1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:40:32,861 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.158s 2022-07-20 19:40:32,862 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a24d6dc-47b1-44ca-baff-b6be3f70fd3a', 'x-compute-request-id': 'req-7a24d6dc-47b1-44ca-baff-b6be3f70fd3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:40:34,026 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.156s 2022-07-20 19:40:34,026 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ff66f489-cc59-4b1c-89a9-4a0923e28184', 'x-compute-request-id': 'req-ff66f489-cc59-4b1c-89a9-4a0923e28184', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:40:35,191 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.156s 2022-07-20 19:40:35,192 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f09ab91-013e-4d6e-b24b-21363d4d49ae', 'x-compute-request-id': 'req-7f09ab91-013e-4d6e-b24b-21363d4d49ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:40:36,362 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.163s 2022-07-20 19:40:36,362 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad6c444c-818f-462b-9586-179f6dae6c7d', 'x-compute-request-id': 'req-ad6c444c-818f-462b-9586-179f6dae6c7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:40:37,527 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.156s 2022-07-20 19:40:37,527 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-02b340a0-a5c1-496f-b6dc-88bcc9639995', 'x-compute-request-id': 'req-02b340a0-a5c1-496f-b6dc-88bcc9639995', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:40:38,701 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.165s 2022-07-20 19:40:38,701 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d93125d-84a5-447f-b7fb-e42e759f3cf0', 'x-compute-request-id': 'req-2d93125d-84a5-447f-b7fb-e42e759f3cf0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:40:39,869 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.159s 2022-07-20 19:40:39,869 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0bfa8535-341d-4de7-84ae-bad572bde635', 'x-compute-request-id': 'req-0bfa8535-341d-4de7-84ae-bad572bde635', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:40:41,038 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.160s 2022-07-20 19:40:41,038 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62999e42-8110-4f9d-bd80-b1e67cf6c142', 'x-compute-request-id': 'req-62999e42-8110-4f9d-bd80-b1e67cf6c142', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:40:42,213 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.166s 2022-07-20 19:40:42,213 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36585d4f-1e02-4de2-bdfd-2d0512fc35f6', 'x-compute-request-id': 'req-36585d4f-1e02-4de2-bdfd-2d0512fc35f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:40:43,388 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.166s 2022-07-20 19:40:43,388 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f183d9b-f156-4793-92ac-00f3b03e3e45', 'x-compute-request-id': 'req-9f183d9b-f156-4793-92ac-00f3b03e3e45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:40:44,791 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.394s 2022-07-20 19:40:44,792 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e36b48ee-72a0-4745-8f2b-f51a5322d023', 'x-compute-request-id': 'req-e36b48ee-72a0-4745-8f2b-f51a5322d023', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:40:45,964 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.164s 2022-07-20 19:40:45,965 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f098a9c6-b81c-4102-a0ac-1bbddcb02ab5', 'x-compute-request-id': 'req-f098a9c6-b81c-4102-a0ac-1bbddcb02ab5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:40:47,136 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.163s 2022-07-20 19:40:47,137 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf34d33c-6efe-40b6-9cc3-17fea45bdb51', 'x-compute-request-id': 'req-bf34d33c-6efe-40b6-9cc3-17fea45bdb51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:40:48,394 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.249s 2022-07-20 19:40:48,395 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b7d30d0-d783-4b0f-9c29-f4ef6b24ebab', 'x-compute-request-id': 'req-3b7d30d0-d783-4b0f-9c29-f4ef6b24ebab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:40:49,543 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.139s 2022-07-20 19:40:49,543 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-226f3da1-0790-4862-b887-9f5628fa5d8f', 'x-compute-request-id': 'req-226f3da1-0790-4862-b887-9f5628fa5d8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:40:50,720 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.167s 2022-07-20 19:40:50,720 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d5144aee-c7ff-481e-8c0a-e160fd3a6bb0', 'x-compute-request-id': 'req-d5144aee-c7ff-481e-8c0a-e160fd3a6bb0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:40:51,901 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.172s 2022-07-20 19:40:51,902 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6def65ef-d964-4df0-bb1f-36663ec8319b', 'x-compute-request-id': 'req-6def65ef-d964-4df0-bb1f-36663ec8319b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:40:53,086 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.176s 2022-07-20 19:40:53,086 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-47aa88a6-3e73-4153-beb4-75fd508343e3', 'x-compute-request-id': 'req-47aa88a6-3e73-4153-beb4-75fd508343e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:40:54,254 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.159s 2022-07-20 19:40:54,254 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d890275f-fc37-425d-bff6-0dd2ca8bbec0', 'x-compute-request-id': 'req-d890275f-fc37-425d-bff6-0dd2ca8bbec0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:40:55,432 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.170s 2022-07-20 19:40:55,433 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ed64a72-591f-4ad8-9c1b-381b26db7f8a', 'x-compute-request-id': 'req-7ed64a72-591f-4ad8-9c1b-381b26db7f8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:40:56,598 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.157s 2022-07-20 19:40:56,599 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf6f57f5-4d23-4ace-b96f-ca646724acc9', 'x-compute-request-id': 'req-bf6f57f5-4d23-4ace-b96f-ca646724acc9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:40:57,764 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.157s 2022-07-20 19:40:57,765 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-45e90e38-0537-46e8-a8c6-1c192496dce2', 'x-compute-request-id': 'req-45e90e38-0537-46e8-a8c6-1c192496dce2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:40:58,946 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.172s 2022-07-20 19:40:58,946 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-923090bc-4bec-4c6d-aa99-cb91b96febdf', 'x-compute-request-id': 'req-923090bc-4bec-4c6d-aa99-cb91b96febdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:41:00,125 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.171s 2022-07-20 19:41:00,126 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:40:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d9434552-d8c1-4c90-a069-26d68c46a299', 'x-compute-request-id': 'req-d9434552-d8c1-4c90-a069-26d68c46a299', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:41:01,310 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.175s 2022-07-20 19:41:01,310 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6018c7f9-d6f9-4ff0-b884-6598cc37c478', 'x-compute-request-id': 'req-6018c7f9-d6f9-4ff0-b884-6598cc37c478', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:41:02,498 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.180s 2022-07-20 19:41:02,498 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-39c7125b-9fff-4047-b985-10a29fa102e9', 'x-compute-request-id': 'req-39c7125b-9fff-4047-b985-10a29fa102e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:41:03,656 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.148s 2022-07-20 19:41:03,657 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21fb6a23-b0f3-4b60-b0e8-cb35f851f684', 'x-compute-request-id': 'req-21fb6a23-b0f3-4b60-b0e8-cb35f851f684', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:41:04,829 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.163s 2022-07-20 19:41:04,829 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b43fb425-e07c-42e1-9b93-e02a1d687de5', 'x-compute-request-id': 'req-b43fb425-e07c-42e1-9b93-e02a1d687de5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:41:05,992 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.154s 2022-07-20 19:41:05,992 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0df0dc3c-efac-4adf-acf2-79a46755b858', 'x-compute-request-id': 'req-0df0dc3c-efac-4adf-acf2-79a46755b858', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:41:07,153 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.152s 2022-07-20 19:41:07,153 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6684b99b-2b48-488c-b233-97c5d5111446', 'x-compute-request-id': 'req-6684b99b-2b48-488c-b233-97c5d5111446', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:41:08,324 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.161s 2022-07-20 19:41:08,324 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb3ee79f-795d-49b6-bebd-5acc978b4d06', 'x-compute-request-id': 'req-cb3ee79f-795d-49b6-bebd-5acc978b4d06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:41:09,505 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.172s 2022-07-20 19:41:09,506 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-24cbecae-5c50-48ad-b40d-c2ff47663bab', 'x-compute-request-id': 'req-24cbecae-5c50-48ad-b40d-c2ff47663bab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:41:10,676 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.162s 2022-07-20 19:41:10,676 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c330e451-cdf8-428d-b1dc-8ca1f57479dc', 'x-compute-request-id': 'req-c330e451-cdf8-428d-b1dc-8ca1f57479dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:41:11,842 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.150s 2022-07-20 19:41:11,843 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-750ec55f-ebd0-4f6b-8224-2877e5cfa27b', 'x-compute-request-id': 'req-750ec55f-ebd0-4f6b-8224-2877e5cfa27b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:41:13,151 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.300s 2022-07-20 19:41:13,151 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27c6f247-0ae3-480c-9835-aefbc8bc5841', 'x-compute-request-id': 'req-27c6f247-0ae3-480c-9835-aefbc8bc5841', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:41:14,319 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.158s 2022-07-20 19:41:14,319 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:14 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a32db8b4-86b3-4c67-a7a8-b1b08c1d7a25', 'x-compute-request-id': 'req-a32db8b4-86b3-4c67-a7a8-b1b08c1d7a25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:41:15,506 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.178s 2022-07-20 19:41:15,506 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-99263a88-abcb-4551-8749-201275c86f61', 'x-compute-request-id': 'req-99263a88-abcb-4551-8749-201275c86f61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:41:16,654 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.139s 2022-07-20 19:41:16,654 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d81ac2d6-0fa9-4c7c-a7d5-feffd1bcb62a', 'x-compute-request-id': 'req-d81ac2d6-0fa9-4c7c-a7d5-feffd1bcb62a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:41:17,820 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.158s 2022-07-20 19:41:17,821 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f05ccc5b-b155-419b-a428-41ade1d27c82', 'x-compute-request-id': 'req-f05ccc5b-b155-419b-a428-41ade1d27c82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:41:18,996 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.167s 2022-07-20 19:41:18,997 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-84b1171e-551c-4fa0-8e89-15745d76ac33', 'x-compute-request-id': 'req-84b1171e-551c-4fa0-8e89-15745d76ac33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:41:20,158 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.153s 2022-07-20 19:41:20,158 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ab123f2-1ade-41c1-aecb-281cbabd9f0a', 'x-compute-request-id': 'req-3ab123f2-1ade-41c1-aecb-281cbabd9f0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:41:21,324 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.157s 2022-07-20 19:41:21,325 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:21 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-41951a1c-15d0-418c-83f4-d632d2bb0df1', 'x-compute-request-id': 'req-41951a1c-15d0-418c-83f4-d632d2bb0df1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:41:22,492 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.159s 2022-07-20 19:41:22,493 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60b07836-60bf-4f8c-b721-4ab3774370e5', 'x-compute-request-id': 'req-60b07836-60bf-4f8c-b721-4ab3774370e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:41:23,656 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.155s 2022-07-20 19:41:23,657 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-88226150-c776-4159-b0bf-4494f81624fb', 'x-compute-request-id': 'req-88226150-c776-4159-b0bf-4494f81624fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:41:24,858 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.193s 2022-07-20 19:41:24,859 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c5034f8e-be2e-4fec-b12d-3497995efa24', 'x-compute-request-id': 'req-c5034f8e-be2e-4fec-b12d-3497995efa24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:41:26,027 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.159s 2022-07-20 19:41:26,027 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8dbc6165-42d3-410b-9b18-d6fdedbdb48e', 'x-compute-request-id': 'req-8dbc6165-42d3-410b-9b18-d6fdedbdb48e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:41:27,191 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.155s 2022-07-20 19:41:27,192 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-21863933-0619-4b14-b672-1b1801b5f578', 'x-compute-request-id': 'req-21863933-0619-4b14-b672-1b1801b5f578', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:41:28,358 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.158s 2022-07-20 19:41:28,358 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-851e2184-4a47-4141-ace9-b7655f652b87', 'x-compute-request-id': 'req-851e2184-4a47-4141-ace9-b7655f652b87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:41:29,529 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.162s 2022-07-20 19:41:29,529 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e792f1c6-c115-4a22-a98f-a49effcf9347', 'x-compute-request-id': 'req-e792f1c6-c115-4a22-a98f-a49effcf9347', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:41:30,691 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.153s 2022-07-20 19:41:30,691 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3f135e41-5273-4b1d-9cc7-ab1728ea9afc', 'x-compute-request-id': 'req-3f135e41-5273-4b1d-9cc7-ab1728ea9afc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:41:31,856 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.156s 2022-07-20 19:41:31,856 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-651745d2-c7a5-4b3c-88ee-12fd8a7c5a72', 'x-compute-request-id': 'req-651745d2-c7a5-4b3c-88ee-12fd8a7c5a72', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:41:33,034 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.169s 2022-07-20 19:41:33,034 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31f2f2f1-ea3f-41e8-8e66-fe8a38cc5e8d', 'x-compute-request-id': 'req-31f2f2f1-ea3f-41e8-8e66-fe8a38cc5e8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:41:34,194 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.152s 2022-07-20 19:41:34,194 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8967f4db-22ca-4d18-837e-4f3f6f68f134', 'x-compute-request-id': 'req-8967f4db-22ca-4d18-837e-4f3f6f68f134', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:41:35,367 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.164s 2022-07-20 19:41:35,367 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2dd634b9-0866-42cb-898d-608d95beecdf', 'x-compute-request-id': 'req-2dd634b9-0866-42cb-898d-608d95beecdf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:41:36,547 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.172s 2022-07-20 19:41:36,547 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9bd38f36-25e0-409d-b71a-21b92d7b693c', 'x-compute-request-id': 'req-9bd38f36-25e0-409d-b71a-21b92d7b693c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:41:37,702 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.146s 2022-07-20 19:41:37,703 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9144cc00-3f7d-4fe4-b130-3afcf2d33b96', 'x-compute-request-id': 'req-9144cc00-3f7d-4fe4-b130-3afcf2d33b96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:41:38,889 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.177s 2022-07-20 19:41:38,889 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a2e8973-9e4f-4b9f-882e-45a0ee639477', 'x-compute-request-id': 'req-7a2e8973-9e4f-4b9f-882e-45a0ee639477', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:41:40,058 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.161s 2022-07-20 19:41:40,059 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-36feb43a-3ec6-4083-b59f-d0c26930a0d7', 'x-compute-request-id': 'req-36feb43a-3ec6-4083-b59f-d0c26930a0d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:41:41,243 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.176s 2022-07-20 19:41:41,243 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-130320ab-6178-4194-91cb-4375390c3de5', 'x-compute-request-id': 'req-130320ab-6178-4194-91cb-4375390c3de5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:41:42,408 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.155s 2022-07-20 19:41:42,409 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4a11a0b-8824-46a2-94e8-b85af59b7dce', 'x-compute-request-id': 'req-d4a11a0b-8824-46a2-94e8-b85af59b7dce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:41:43,824 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.403s 2022-07-20 19:41:43,825 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-afbcb8c9-3bb9-4dc7-923b-dfdee14fc926', 'x-compute-request-id': 'req-afbcb8c9-3bb9-4dc7-923b-dfdee14fc926', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:41:44,920 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.086s 2022-07-20 19:41:44,920 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1592e989-fd7c-48e9-9b15-4007681a4922', 'x-compute-request-id': 'req-1592e989-fd7c-48e9-9b15-4007681a4922', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:41:46,018 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.089s 2022-07-20 19:41:46,018 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-84e0e6bc-50ec-4df1-b0c7-e8233b601665', 'x-compute-request-id': 'req-84e0e6bc-50ec-4df1-b0c7-e8233b601665', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:41:47,117 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.090s 2022-07-20 19:41:47,117 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf8ec4aa-81c5-4cf9-80a1-b6f3f8112783', 'x-compute-request-id': 'req-bf8ec4aa-81c5-4cf9-80a1-b6f3f8112783', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:41:48,329 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.203s 2022-07-20 19:41:48,329 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3590d0ed-a985-4141-8301-b66fd4d2a42b', 'x-compute-request-id': 'req-3590d0ed-a985-4141-8301-b66fd4d2a42b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:41:49,467 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.129s 2022-07-20 19:41:49,467 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d463066b-1533-4089-ab81-dfa15c1dca17', 'x-compute-request-id': 'req-d463066b-1533-4089-ab81-dfa15c1dca17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:41:50,634 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.158s 2022-07-20 19:41:50,635 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d3e15d22-1286-4fb2-87d6-bfc290789f50', 'x-compute-request-id': 'req-d3e15d22-1286-4fb2-87d6-bfc290789f50', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:41:51,802 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.158s 2022-07-20 19:41:51,802 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-887d5954-3c95-4305-a1d0-a4dc5429f9ac', 'x-compute-request-id': 'req-887d5954-3c95-4305-a1d0-a4dc5429f9ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:41:52,980 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.171s 2022-07-20 19:41:52,980 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-647a1061-1a0e-4719-81cf-959f2ca27097', 'x-compute-request-id': 'req-647a1061-1a0e-4719-81cf-959f2ca27097', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:41:54,157 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.168s 2022-07-20 19:41:54,157 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f7a0fbed-6912-4f04-9e70-9785c2168a27', 'x-compute-request-id': 'req-f7a0fbed-6912-4f04-9e70-9785c2168a27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:41:55,336 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.170s 2022-07-20 19:41:55,336 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-de9906c8-a5a2-4bc6-b569-04688b99aeea', 'x-compute-request-id': 'req-de9906c8-a5a2-4bc6-b569-04688b99aeea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:41:56,484 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.139s 2022-07-20 19:41:56,484 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-774c63f5-5233-4a94-8689-c245a9e6105b', 'x-compute-request-id': 'req-774c63f5-5233-4a94-8689-c245a9e6105b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:41:57,659 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.166s 2022-07-20 19:41:57,660 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-62bdaafb-d165-4141-afc6-ff38078fb545', 'x-compute-request-id': 'req-62bdaafb-d165-4141-afc6-ff38078fb545', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:41:58,833 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.165s 2022-07-20 19:41:58,834 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-95076f8b-a576-4464-ab35-ef6b50e05916', 'x-compute-request-id': 'req-95076f8b-a576-4464-ab35-ef6b50e05916', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:41:59,988 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.147s 2022-07-20 19:41:59,989 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:41:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e65df864-1609-474f-b8d9-fdd14f2bcd2f', 'x-compute-request-id': 'req-e65df864-1609-474f-b8d9-fdd14f2bcd2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:42:01,155 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.159s 2022-07-20 19:42:01,156 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b74b6a6c-f4a3-4792-bc29-bf13fedb2fba', 'x-compute-request-id': 'req-b74b6a6c-f4a3-4792-bc29-bf13fedb2fba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:42:02,327 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.162s 2022-07-20 19:42:02,328 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb5c2aa2-fe02-4560-ab4d-29216b65c62a', 'x-compute-request-id': 'req-eb5c2aa2-fe02-4560-ab4d-29216b65c62a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:42:03,491 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.154s 2022-07-20 19:42:03,491 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7303db4a-8558-4e29-948c-5dfce4d92a02', 'x-compute-request-id': 'req-7303db4a-8558-4e29-948c-5dfce4d92a02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:42:04,663 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.165s 2022-07-20 19:42:04,664 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-46a72636-aa77-4d42-b96c-3cd1729329f6', 'x-compute-request-id': 'req-46a72636-aa77-4d42-b96c-3cd1729329f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:42:05,836 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.164s 2022-07-20 19:42:05,837 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-57c4c1ef-4859-40fb-88d4-967946439be6', 'x-compute-request-id': 'req-57c4c1ef-4859-40fb-88d4-967946439be6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:42:06,996 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.151s 2022-07-20 19:42:06,997 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9fd58aa5-44fc-4fa1-af30-e9dd4953496d', 'x-compute-request-id': 'req-9fd58aa5-44fc-4fa1-af30-e9dd4953496d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:42:08,173 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.167s 2022-07-20 19:42:08,173 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-06580088-63d8-44b6-bb8e-64f221ed7906', 'x-compute-request-id': 'req-06580088-63d8-44b6-bb8e-64f221ed7906', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:42:09,338 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.155s 2022-07-20 19:42:09,339 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0e3d138d-ce31-4f9b-aa39-bbc06c7f4832', 'x-compute-request-id': 'req-0e3d138d-ce31-4f9b-aa39-bbc06c7f4832', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:42:10,527 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.179s 2022-07-20 19:42:10,528 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3eb46477-ce88-46ff-8258-44c797259caf', 'x-compute-request-id': 'req-3eb46477-ce88-46ff-8258-44c797259caf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:42:11,691 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.155s 2022-07-20 19:42:11,691 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8ff96720-5c8b-44fb-9a11-9a405bc84288', 'x-compute-request-id': 'req-8ff96720-5c8b-44fb-9a11-9a405bc84288', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:42:12,870 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.171s 2022-07-20 19:42:12,871 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bfe671e5-b1d6-41fe-bbdd-d1cd35e2bde3', 'x-compute-request-id': 'req-bfe671e5-b1d6-41fe-bbdd-d1cd35e2bde3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:42:14,032 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.152s 2022-07-20 19:42:14,032 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cc64ac20-46ff-4e7f-a697-314c6685bca7', 'x-compute-request-id': 'req-cc64ac20-46ff-4e7f-a697-314c6685bca7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:42:15,207 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.167s 2022-07-20 19:42:15,208 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ab902d4f-dc8d-441a-986c-b00f894e35b9', 'x-compute-request-id': 'req-ab902d4f-dc8d-441a-986c-b00f894e35b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:42:16,374 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.158s 2022-07-20 19:42:16,374 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9b6cc8a2-fc20-4533-80ee-582065780247', 'x-compute-request-id': 'req-9b6cc8a2-fc20-4533-80ee-582065780247', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:42:17,533 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.150s 2022-07-20 19:42:17,534 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1269233e-2de6-4f5b-a175-024f5ecd1e3f', 'x-compute-request-id': 'req-1269233e-2de6-4f5b-a175-024f5ecd1e3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:42:18,702 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.159s 2022-07-20 19:42:18,702 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df131614-05ea-47a8-8e7c-ab3736d3c07f', 'x-compute-request-id': 'req-df131614-05ea-47a8-8e7c-ab3736d3c07f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:42:19,872 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.161s 2022-07-20 19:42:19,873 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5cf09f62-b1d2-46dd-828b-7c355a1bcf9f', 'x-compute-request-id': 'req-5cf09f62-b1d2-46dd-828b-7c355a1bcf9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:42:21,038 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.156s 2022-07-20 19:42:21,038 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb4dfe11-0d8b-4cd6-a295-ea66d2cdd26c', 'x-compute-request-id': 'req-fb4dfe11-0d8b-4cd6-a295-ea66d2cdd26c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:42:22,211 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.165s 2022-07-20 19:42:22,212 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4dc0177b-3f00-4f8a-b5ee-7a314d3cd249', 'x-compute-request-id': 'req-4dc0177b-3f00-4f8a-b5ee-7a314d3cd249', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:42:23,394 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.174s 2022-07-20 19:42:23,394 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3645ede-0dc1-4de5-ad27-a2e95740f8a2', 'x-compute-request-id': 'req-f3645ede-0dc1-4de5-ad27-a2e95740f8a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:42:24,599 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.196s 2022-07-20 19:42:24,599 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c9d0d5c6-05b1-44b8-80ab-85f988be8d0f', 'x-compute-request-id': 'req-c9d0d5c6-05b1-44b8-80ab-85f988be8d0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:42:25,758 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.150s 2022-07-20 19:42:25,758 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-05f2882a-3521-4ad6-bd69-9e9b6c186243', 'x-compute-request-id': 'req-05f2882a-3521-4ad6-bd69-9e9b6c186243', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:42:26,929 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.162s 2022-07-20 19:42:26,930 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b46c8374-a8ab-44a9-80df-d6dc23e8c1f5', 'x-compute-request-id': 'req-b46c8374-a8ab-44a9-80df-d6dc23e8c1f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:42:28,100 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.162s 2022-07-20 19:42:28,100 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b3402788-042d-4740-aa99-e3f06dae909a', 'x-compute-request-id': 'req-b3402788-042d-4740-aa99-e3f06dae909a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:42:29,280 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.171s 2022-07-20 19:42:29,280 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-219e54a2-b9e0-4709-a6c5-312fba319cde', 'x-compute-request-id': 'req-219e54a2-b9e0-4709-a6c5-312fba319cde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:42:30,454 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.165s 2022-07-20 19:42:30,454 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f8bc683-00c6-4e25-bcc3-5dc89560a5e8', 'x-compute-request-id': 'req-8f8bc683-00c6-4e25-bcc3-5dc89560a5e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:42:31,622 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.161s 2022-07-20 19:42:31,623 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eca221c0-6a26-4b2a-8f0b-4a8487730913', 'x-compute-request-id': 'req-eca221c0-6a26-4b2a-8f0b-4a8487730913', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:42:32,792 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.161s 2022-07-20 19:42:32,792 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c48f50c2-e066-4175-a77b-7a0191f839e8', 'x-compute-request-id': 'req-c48f50c2-e066-4175-a77b-7a0191f839e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:42:33,981 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.180s 2022-07-20 19:42:33,982 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c517c859-d385-41f3-bf89-0fa45d9d176b', 'x-compute-request-id': 'req-c517c859-d385-41f3-bf89-0fa45d9d176b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:42:35,144 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.153s 2022-07-20 19:42:35,144 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a5e2f05-0f40-446e-8911-537c95e920c7', 'x-compute-request-id': 'req-5a5e2f05-0f40-446e-8911-537c95e920c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:42:36,319 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.166s 2022-07-20 19:42:36,319 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-37d8f692-7d62-4724-8723-2b86d1b4bcc2', 'x-compute-request-id': 'req-37d8f692-7d62-4724-8723-2b86d1b4bcc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:42:37,510 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.183s 2022-07-20 19:42:37,511 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b35f660-d0e8-4ad9-a9fb-95e399a366c2', 'x-compute-request-id': 'req-8b35f660-d0e8-4ad9-a9fb-95e399a366c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:42:38,661 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.141s 2022-07-20 19:42:38,661 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b795c4d6-106e-4cb2-a724-fd65ddec158c', 'x-compute-request-id': 'req-b795c4d6-106e-4cb2-a724-fd65ddec158c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:42:39,830 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.160s 2022-07-20 19:42:39,830 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-941cad25-5fcb-44de-a56c-ddf28198f55e', 'x-compute-request-id': 'req-941cad25-5fcb-44de-a56c-ddf28198f55e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:42:41,007 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.168s 2022-07-20 19:42:41,008 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-275e3f52-f798-487d-97b9-fe1e6d0bacb7', 'x-compute-request-id': 'req-275e3f52-f798-487d-97b9-fe1e6d0bacb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:42:42,187 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.170s 2022-07-20 19:42:42,187 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2edb71c-9892-4a70-bd7b-0cd63fb98e78', 'x-compute-request-id': 'req-d2edb71c-9892-4a70-bd7b-0cd63fb98e78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:42:43,360 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.164s 2022-07-20 19:42:43,360 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d143226-91f4-48a5-bcd9-5a282c111db2', 'x-compute-request-id': 'req-5d143226-91f4-48a5-bcd9-5a282c111db2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:42:44,543 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.174s 2022-07-20 19:42:44,543 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa8dca7a-65a1-4e73-b591-233fd814222b', 'x-compute-request-id': 'req-aa8dca7a-65a1-4e73-b591-233fd814222b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:42:45,706 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.154s 2022-07-20 19:42:45,706 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bbce1fde-ff17-4e1f-965c-2b7b325f1ca6', 'x-compute-request-id': 'req-bbce1fde-ff17-4e1f-965c-2b7b325f1ca6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:42:46,897 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.181s 2022-07-20 19:42:46,897 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-06f10e79-5150-438e-b9b4-ba950b12f1c3', 'x-compute-request-id': 'req-06f10e79-5150-438e-b9b4-ba950b12f1c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:42:48,149 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.243s 2022-07-20 19:42:48,149 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fccd882c-49c2-4d6f-9dd8-96061167c143', 'x-compute-request-id': 'req-fccd882c-49c2-4d6f-9dd8-96061167c143', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:42:49,295 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.132s 2022-07-20 19:42:49,295 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f2bdab66-a0ff-4f98-b7c5-ac8d5c6253f5', 'x-compute-request-id': 'req-f2bdab66-a0ff-4f98-b7c5-ac8d5c6253f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:42:50,711 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.407s 2022-07-20 19:42:50,712 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2bb773f6-1811-4cbb-8ef0-b80ed53c41d9', 'x-compute-request-id': 'req-2bb773f6-1811-4cbb-8ef0-b80ed53c41d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:42:51,898 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.178s 2022-07-20 19:42:51,898 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d46249fb-b1dc-401f-9d82-447690b850c5', 'x-compute-request-id': 'req-d46249fb-b1dc-401f-9d82-447690b850c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:42:53,068 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.161s 2022-07-20 19:42:53,068 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4b433706-5d32-4fb4-939a-3ec113814eba', 'x-compute-request-id': 'req-4b433706-5d32-4fb4-939a-3ec113814eba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:42:54,231 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.155s 2022-07-20 19:42:54,232 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9f47ba1f-6794-4110-afff-636d9a91711c', 'x-compute-request-id': 'req-9f47ba1f-6794-4110-afff-636d9a91711c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:42:55,413 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.173s 2022-07-20 19:42:55,414 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-287cd54b-6201-403c-a765-63f6cbc26745', 'x-compute-request-id': 'req-287cd54b-6201-403c-a765-63f6cbc26745', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:42:56,581 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.159s 2022-07-20 19:42:56,581 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-30c5f64a-de73-40ee-adb9-0b4f766fe401', 'x-compute-request-id': 'req-30c5f64a-de73-40ee-adb9-0b4f766fe401', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:42:57,751 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.161s 2022-07-20 19:42:57,751 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0a66e62-7bd7-4440-83ca-6d54d1ff5c61', 'x-compute-request-id': 'req-d0a66e62-7bd7-4440-83ca-6d54d1ff5c61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:42:58,923 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.162s 2022-07-20 19:42:58,923 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e82c5b2b-6bd6-46b7-bae2-abf1c4c08a81', 'x-compute-request-id': 'req-e82c5b2b-6bd6-46b7-bae2-abf1c4c08a81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:43:00,100 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.168s 2022-07-20 19:43:00,101 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:42:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ec73328-499b-4412-959d-9c8c4435e067', 'x-compute-request-id': 'req-0ec73328-499b-4412-959d-9c8c4435e067', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:43:01,253 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.143s 2022-07-20 19:43:01,253 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:01 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6c641da4-3afd-45bb-9191-f71385ec80d0', 'x-compute-request-id': 'req-6c641da4-3afd-45bb-9191-f71385ec80d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:43:02,418 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.156s 2022-07-20 19:43:02,418 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c9419e52-09de-4aa9-91a2-0a9904a1b5b0', 'x-compute-request-id': 'req-c9419e52-09de-4aa9-91a2-0a9904a1b5b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:43:03,586 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.159s 2022-07-20 19:43:03,586 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0d04e168-7f3d-4197-8665-43e5eef41801', 'x-compute-request-id': 'req-0d04e168-7f3d-4197-8665-43e5eef41801', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:43:04,751 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.157s 2022-07-20 19:43:04,751 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ab9cdbd3-1e61-4ace-9eb9-0da48cee8fed', 'x-compute-request-id': 'req-ab9cdbd3-1e61-4ace-9eb9-0da48cee8fed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:43:05,916 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.156s 2022-07-20 19:43:05,917 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fd2f75b8-36cc-48f9-a6ba-737e14fc9240', 'x-compute-request-id': 'req-fd2f75b8-36cc-48f9-a6ba-737e14fc9240', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:43:07,084 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.159s 2022-07-20 19:43:07,085 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5be950f5-877c-4347-ace8-e87fba549266', 'x-compute-request-id': 'req-5be950f5-877c-4347-ace8-e87fba549266', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:43:08,252 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.159s 2022-07-20 19:43:08,252 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-382ac8e7-e7df-4318-b996-04c9505b3aa4', 'x-compute-request-id': 'req-382ac8e7-e7df-4318-b996-04c9505b3aa4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:43:09,423 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.161s 2022-07-20 19:43:09,423 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e77f1eed-817f-43a1-83fc-47cbda088d60', 'x-compute-request-id': 'req-e77f1eed-817f-43a1-83fc-47cbda088d60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:43:10,592 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.160s 2022-07-20 19:43:10,592 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c28d3e7-e3c0-42a3-927e-cc9e3376def8', 'x-compute-request-id': 'req-0c28d3e7-e3c0-42a3-927e-cc9e3376def8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:43:11,758 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.157s 2022-07-20 19:43:11,759 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6f9b148-ad8e-4d0f-96ef-f2139e95968a', 'x-compute-request-id': 'req-d6f9b148-ad8e-4d0f-96ef-f2139e95968a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:43:12,928 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.161s 2022-07-20 19:43:12,929 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a39586a-3a21-4770-bc95-211dd1b454f8', 'x-compute-request-id': 'req-7a39586a-3a21-4770-bc95-211dd1b454f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:43:14,093 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.155s 2022-07-20 19:43:14,093 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e9ca80c3-c528-4ad8-97ed-f562ca1135ad', 'x-compute-request-id': 'req-e9ca80c3-c528-4ad8-97ed-f562ca1135ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:43:15,263 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.161s 2022-07-20 19:43:15,263 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-04ba77d8-c8e9-4949-ac85-81f70f26c1f4', 'x-compute-request-id': 'req-04ba77d8-c8e9-4949-ac85-81f70f26c1f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:43:16,447 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.175s 2022-07-20 19:43:16,448 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a4b5fe8-3174-4ec1-83c9-f179f4b69877', 'x-compute-request-id': 'req-9a4b5fe8-3174-4ec1-83c9-f179f4b69877', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:43:17,613 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.157s 2022-07-20 19:43:17,613 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa820d89-1bb7-4bba-9e27-ef22742fa478', 'x-compute-request-id': 'req-aa820d89-1bb7-4bba-9e27-ef22742fa478', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:43:18,777 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.154s 2022-07-20 19:43:18,777 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-25e280ea-d444-43a2-a315-5704726268f5', 'x-compute-request-id': 'req-25e280ea-d444-43a2-a315-5704726268f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:43:19,954 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.169s 2022-07-20 19:43:19,955 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2ec6a751-78f6-4f0a-8bef-7fd9efa32672', 'x-compute-request-id': 'req-2ec6a751-78f6-4f0a-8bef-7fd9efa32672', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:43:21,123 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.159s 2022-07-20 19:43:21,124 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1d1e0579-ea4d-4ed7-a3af-6d3054910eed', 'x-compute-request-id': 'req-1d1e0579-ea4d-4ed7-a3af-6d3054910eed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:43:22,294 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.161s 2022-07-20 19:43:22,294 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6369e75b-d33a-40d4-ad2e-6d0aa8be023b', 'x-compute-request-id': 'req-6369e75b-d33a-40d4-ad2e-6d0aa8be023b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:43:23,454 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.151s 2022-07-20 19:43:23,455 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c033865b-c967-4fdd-a8f7-f4f231b8f1e6', 'x-compute-request-id': 'req-c033865b-c967-4fdd-a8f7-f4f231b8f1e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:43:24,637 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.173s 2022-07-20 19:43:24,637 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-702766be-54f6-4f47-a3d7-d7f4978edeee', 'x-compute-request-id': 'req-702766be-54f6-4f47-a3d7-d7f4978edeee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:43:25,796 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.142s 2022-07-20 19:43:25,796 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-55872a82-878b-42d1-bade-d9857dc810b8', 'x-compute-request-id': 'req-55872a82-878b-42d1-bade-d9857dc810b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:43:27,105 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.299s 2022-07-20 19:43:27,105 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fbb7d001-0955-4016-b076-05815ceef596', 'x-compute-request-id': 'req-fbb7d001-0955-4016-b076-05815ceef596', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:43:28,202 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.088s 2022-07-20 19:43:28,202 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-174a0817-9a19-4737-9566-f34eae445a1d', 'x-compute-request-id': 'req-174a0817-9a19-4737-9566-f34eae445a1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:43:29,315 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.104s 2022-07-20 19:43:29,315 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43101788-64de-40c7-99d3-86339b80e64e', 'x-compute-request-id': 'req-43101788-64de-40c7-99d3-86339b80e64e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:43:30,491 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.166s 2022-07-20 19:43:30,491 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aff5ed3c-2f9d-4b89-9faf-2b968c8d8e3f', 'x-compute-request-id': 'req-aff5ed3c-2f9d-4b89-9faf-2b968c8d8e3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:43:31,657 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.157s 2022-07-20 19:43:31,657 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b900afa-aacd-47e8-9a0a-5933bf39ae2b', 'x-compute-request-id': 'req-5b900afa-aacd-47e8-9a0a-5933bf39ae2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:43:32,822 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.157s 2022-07-20 19:43:32,823 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2618514a-7e09-49aa-be38-4ce6c69dede1', 'x-compute-request-id': 'req-2618514a-7e09-49aa-be38-4ce6c69dede1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:43:33,993 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.162s 2022-07-20 19:43:33,993 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c6cab85c-d32f-4943-a24f-4c8085ce8973', 'x-compute-request-id': 'req-c6cab85c-d32f-4943-a24f-4c8085ce8973', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:43:35,168 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.166s 2022-07-20 19:43:35,168 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:35 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4782939f-c8e7-4a76-b080-6dfdab8ba353', 'x-compute-request-id': 'req-4782939f-c8e7-4a76-b080-6dfdab8ba353', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:43:36,335 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.158s 2022-07-20 19:43:36,336 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a300f613-2d5f-4d06-8d0c-e020660225bb', 'x-compute-request-id': 'req-a300f613-2d5f-4d06-8d0c-e020660225bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:43:37,506 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.162s 2022-07-20 19:43:37,506 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1039422-eca2-49d1-a708-da682f078cb7', 'x-compute-request-id': 'req-c1039422-eca2-49d1-a708-da682f078cb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:43:38,683 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.168s 2022-07-20 19:43:38,683 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-49aaadc0-7135-4ffa-b004-2895783dd792', 'x-compute-request-id': 'req-49aaadc0-7135-4ffa-b004-2895783dd792', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:43:39,847 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.155s 2022-07-20 19:43:39,847 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b55cc10-d147-43c5-90ed-809c531b8ebb', 'x-compute-request-id': 'req-5b55cc10-d147-43c5-90ed-809c531b8ebb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:43:41,015 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.159s 2022-07-20 19:43:41,016 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d6de70e-1eb8-43a1-854e-e1770cd1fa1b', 'x-compute-request-id': 'req-5d6de70e-1eb8-43a1-854e-e1770cd1fa1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:43:42,186 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.161s 2022-07-20 19:43:42,187 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-16fecaca-c491-4098-8c35-98b3e8f809d6', 'x-compute-request-id': 'req-16fecaca-c491-4098-8c35-98b3e8f809d6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:43:43,420 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.224s 2022-07-20 19:43:43,420 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a856bd4-7136-4352-ade7-8affdf6c9991', 'x-compute-request-id': 'req-5a856bd4-7136-4352-ade7-8affdf6c9991', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:43:44,610 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.181s 2022-07-20 19:43:44,610 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-99f6e1ac-3232-4819-a218-a9930f34fbb8', 'x-compute-request-id': 'req-99f6e1ac-3232-4819-a218-a9930f34fbb8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:43:45,776 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.157s 2022-07-20 19:43:45,776 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f9caed46-e475-4201-8048-e449aa9d03fc', 'x-compute-request-id': 'req-f9caed46-e475-4201-8048-e449aa9d03fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:43:46,939 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.154s 2022-07-20 19:43:46,940 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71e1917a-d721-47ef-b74c-47dede69dc65', 'x-compute-request-id': 'req-71e1917a-d721-47ef-b74c-47dede69dc65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:43:48,123 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.175s 2022-07-20 19:43:48,123 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-708be112-2ce5-472e-98ad-9c277a8a41e4', 'x-compute-request-id': 'req-708be112-2ce5-472e-98ad-9c277a8a41e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:43:49,287 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.154s 2022-07-20 19:43:49,287 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:49 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e1d9c7c8-f3bc-4d6b-b969-a593efec2fb6', 'x-compute-request-id': 'req-e1d9c7c8-f3bc-4d6b-b969-a593efec2fb6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:43:50,493 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.197s 2022-07-20 19:43:50,493 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-367ffdfa-65ba-4233-9151-e56730af1232', 'x-compute-request-id': 'req-367ffdfa-65ba-4233-9151-e56730af1232', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:43:51,666 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.165s 2022-07-20 19:43:51,667 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e4ce0c78-24f9-41d5-a079-926669aaca31', 'x-compute-request-id': 'req-e4ce0c78-24f9-41d5-a079-926669aaca31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:43:52,964 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.289s 2022-07-20 19:43:52,965 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3784b61a-b98e-4656-8498-ad997138d706', 'x-compute-request-id': 'req-3784b61a-b98e-4656-8498-ad997138d706', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:43:54,113 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.139s 2022-07-20 19:43:54,113 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1dc981ed-0477-44c5-bb8e-dc6af67834a5', 'x-compute-request-id': 'req-1dc981ed-0477-44c5-bb8e-dc6af67834a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:43:55,277 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.156s 2022-07-20 19:43:55,278 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31cb16f3-0896-4e1f-8f7b-320493097a3d', 'x-compute-request-id': 'req-31cb16f3-0896-4e1f-8f7b-320493097a3d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:43:56,462 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.176s 2022-07-20 19:43:56,462 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b6e71a5-3762-4d24-b524-3d8f8d1c5825', 'x-compute-request-id': 'req-5b6e71a5-3762-4d24-b524-3d8f8d1c5825', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:43:57,638 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.167s 2022-07-20 19:43:57,638 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0bc9255-5486-456d-824d-6e240d2e9d6f', 'x-compute-request-id': 'req-e0bc9255-5486-456d-824d-6e240d2e9d6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:43:58,827 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.179s 2022-07-20 19:43:58,827 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-672cfaa7-2443-475f-808d-28863ad92eb7', 'x-compute-request-id': 'req-672cfaa7-2443-475f-808d-28863ad92eb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:43:59,988 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.152s 2022-07-20 19:43:59,989 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:43:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c1f5cd0-66ff-4a7a-bc15-071261d7edb5', 'x-compute-request-id': 'req-2c1f5cd0-66ff-4a7a-bc15-071261d7edb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:44:01,165 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.167s 2022-07-20 19:44:01,165 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eba45c98-9387-4bf2-8c86-82add1ae9b1e', 'x-compute-request-id': 'req-eba45c98-9387-4bf2-8c86-82add1ae9b1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:44:02,327 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.154s 2022-07-20 19:44:02,327 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d7255e7e-5e6f-4896-a1f0-bd10079a78f0', 'x-compute-request-id': 'req-d7255e7e-5e6f-4896-a1f0-bd10079a78f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:44:03,566 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.230s 2022-07-20 19:44:03,567 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f0fd1738-c095-4ab7-9f8e-c82961ab10bf', 'x-compute-request-id': 'req-f0fd1738-c095-4ab7-9f8e-c82961ab10bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:44:04,731 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.155s 2022-07-20 19:44:04,731 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-29b77bb0-02ba-4188-9e59-45ff9530fcd0', 'x-compute-request-id': 'req-29b77bb0-02ba-4188-9e59-45ff9530fcd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:44:05,890 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.151s 2022-07-20 19:44:05,891 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-29c4b76b-4fe7-4054-9be6-2215ad95d585', 'x-compute-request-id': 'req-29c4b76b-4fe7-4054-9be6-2215ad95d585', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:44:07,067 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.166s 2022-07-20 19:44:07,067 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a908c78-9215-46cb-8074-a416e4929ed6', 'x-compute-request-id': 'req-1a908c78-9215-46cb-8074-a416e4929ed6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:44:08,242 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.166s 2022-07-20 19:44:08,242 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b4fe3e08-3ad9-4782-ba47-16cdd554c93c', 'x-compute-request-id': 'req-b4fe3e08-3ad9-4782-ba47-16cdd554c93c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:44:09,401 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.150s 2022-07-20 19:44:09,401 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4fd8540b-b84b-4d38-9409-50dc1392f7ed', 'x-compute-request-id': 'req-4fd8540b-b84b-4d38-9409-50dc1392f7ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:44:10,570 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.160s 2022-07-20 19:44:10,570 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba0e4de4-109d-4f69-a6b9-13982fa849c2', 'x-compute-request-id': 'req-ba0e4de4-109d-4f69-a6b9-13982fa849c2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:44:11,740 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.162s 2022-07-20 19:44:11,741 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0af6d19-f237-47db-8a7f-ae05927d2aa6', 'x-compute-request-id': 'req-d0af6d19-f237-47db-8a7f-ae05927d2aa6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:44:12,902 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.152s 2022-07-20 19:44:12,902 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4d6ff82c-8959-4df5-86b6-7b141df8967e', 'x-compute-request-id': 'req-4d6ff82c-8959-4df5-86b6-7b141df8967e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:44:14,069 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.158s 2022-07-20 19:44:14,069 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-59ca6ea5-78c7-417f-bc9a-31af2d5c02e8', 'x-compute-request-id': 'req-59ca6ea5-78c7-417f-bc9a-31af2d5c02e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:44:15,237 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.160s 2022-07-20 19:44:15,238 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:15 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d0d8223f-1d1c-4005-9ecb-9000cb63338f', 'x-compute-request-id': 'req-d0d8223f-1d1c-4005-9ecb-9000cb63338f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:44:16,401 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.154s 2022-07-20 19:44:16,401 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:16 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4abc1df4-409d-47ab-a7af-26b80c7f70db', 'x-compute-request-id': 'req-4abc1df4-409d-47ab-a7af-26b80c7f70db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:44:17,565 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.156s 2022-07-20 19:44:17,566 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:17 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-18406d65-73e4-4a6b-a84a-796eaa0d5348', 'x-compute-request-id': 'req-18406d65-73e4-4a6b-a84a-796eaa0d5348', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:44:18,736 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.161s 2022-07-20 19:44:18,736 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3594ba69-6fb5-4856-a73a-b8eae8ace535', 'x-compute-request-id': 'req-3594ba69-6fb5-4856-a73a-b8eae8ace535', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:44:19,902 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.157s 2022-07-20 19:44:19,903 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:19 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-619e0192-10b2-41f3-948c-06dab1a1997a', 'x-compute-request-id': 'req-619e0192-10b2-41f3-948c-06dab1a1997a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:44:21,073 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.162s 2022-07-20 19:44:21,074 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:20 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe726c02-8e8f-438a-80ac-5534d9fa2e39', 'x-compute-request-id': 'req-fe726c02-8e8f-438a-80ac-5534d9fa2e39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:44:22,236 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.154s 2022-07-20 19:44:22,237 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:22 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0c21a677-32c4-4ad2-b498-a2a302a5b38c', 'x-compute-request-id': 'req-0c21a677-32c4-4ad2-b498-a2a302a5b38c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:44:23,398 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.152s 2022-07-20 19:44:23,398 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:23 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b1ad90c5-c0f4-45c6-ad9a-e1b22cd249a8', 'x-compute-request-id': 'req-b1ad90c5-c0f4-45c6-ad9a-e1b22cd249a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:44:24,566 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.159s 2022-07-20 19:44:24,567 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:24 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-895d8bcb-b4f9-4b06-8e9b-2530609af94c', 'x-compute-request-id': 'req-895d8bcb-b4f9-4b06-8e9b-2530609af94c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:44:25,736 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.160s 2022-07-20 19:44:25,736 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:25 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1be2e988-6a60-4a8a-b76a-ffb863812f6c', 'x-compute-request-id': 'req-1be2e988-6a60-4a8a-b76a-ffb863812f6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:44:26,901 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.155s 2022-07-20 19:44:26,901 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:26 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b32cce1e-24b0-4f27-943f-70450aa5d1e4', 'x-compute-request-id': 'req-b32cce1e-24b0-4f27-943f-70450aa5d1e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:44:28,088 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.179s 2022-07-20 19:44:28,089 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:27 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac5ecd80-8d64-4ffb-8dee-48221fe72c52', 'x-compute-request-id': 'req-ac5ecd80-8d64-4ffb-8dee-48221fe72c52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:44:29,259 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.162s 2022-07-20 19:44:29,259 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-73bcd6fd-1e91-45fa-b5ad-8fc0a62f9f5f', 'x-compute-request-id': 'req-73bcd6fd-1e91-45fa-b5ad-8fc0a62f9f5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:44:30,420 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.153s 2022-07-20 19:44:30,421 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:30 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f6558740-3251-47dd-821f-a631f9d0fdb1', 'x-compute-request-id': 'req-f6558740-3251-47dd-821f-a631f9d0fdb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:44:31,587 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.157s 2022-07-20 19:44:31,587 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:31 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-450c342e-a565-41c1-951c-fd7506b0461d', 'x-compute-request-id': 'req-450c342e-a565-41c1-951c-fd7506b0461d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:44:32,756 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.160s 2022-07-20 19:44:32,756 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:32 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-48d3559c-35e7-4ded-b7e4-9ce1e15506e6', 'x-compute-request-id': 'req-48d3559c-35e7-4ded-b7e4-9ce1e15506e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:44:33,915 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.151s 2022-07-20 19:44:33,915 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:33 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1ce263a2-dd85-4f1e-afac-8c5c15feb1c5', 'x-compute-request-id': 'req-1ce263a2-dd85-4f1e-afac-8c5c15feb1c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:44:35,084 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.160s 2022-07-20 19:44:35,085 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:34 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7e19efe-bbd9-4b0c-9588-64c5daa239b9', 'x-compute-request-id': 'req-a7e19efe-bbd9-4b0c-9588-64c5daa239b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:44:36,250 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.157s 2022-07-20 19:44:36,251 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9c597545-0a2e-499c-a797-62099b6f2943', 'x-compute-request-id': 'req-9c597545-0a2e-499c-a797-62099b6f2943', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:44:37,412 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.153s 2022-07-20 19:44:37,412 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:37 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-741f393a-d05c-4137-ac2d-911e7668e07d', 'x-compute-request-id': 'req-741f393a-d05c-4137-ac2d-911e7668e07d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:44:38,579 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.158s 2022-07-20 19:44:38,579 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:38 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eef2947a-94fe-4336-b566-08fd2db14b05', 'x-compute-request-id': 'req-eef2947a-94fe-4336-b566-08fd2db14b05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:44:39,752 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.165s 2022-07-20 19:44:39,753 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:39 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-00eabc8f-1bd3-4efb-8ad6-b5a5b51504ad', 'x-compute-request-id': 'req-00eabc8f-1bd3-4efb-8ad6-b5a5b51504ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:44:40,914 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.152s 2022-07-20 19:44:40,915 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:40 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-07a67c08-8ca1-4738-b867-4785fd3aec6a', 'x-compute-request-id': 'req-07a67c08-8ca1-4738-b867-4785fd3aec6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:44:42,082 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.158s 2022-07-20 19:44:42,082 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:41 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd11baaf-2c57-49c7-9661-3ba291e33b15', 'x-compute-request-id': 'req-bd11baaf-2c57-49c7-9661-3ba291e33b15', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:44:43,253 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.162s 2022-07-20 19:44:43,254 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4b04025f-c364-4b04-9ff3-4e0acf541636', 'x-compute-request-id': 'req-4b04025f-c364-4b04-9ff3-4e0acf541636', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:44:44,415 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.153s 2022-07-20 19:44:44,415 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2910463c-49a2-4c14-b4a9-63cb42c2fafd', 'x-compute-request-id': 'req-2910463c-49a2-4c14-b4a9-63cb42c2fafd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:44:45,579 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.155s 2022-07-20 19:44:45,579 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-beb521e4-367c-41ef-8b1e-0a7d6c88a980', 'x-compute-request-id': 'req-beb521e4-367c-41ef-8b1e-0a7d6c88a980', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:44:46,747 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.158s 2022-07-20 19:44:46,747 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-720e1e8e-e5f5-49e8-ae48-44b87d735ea6', 'x-compute-request-id': 'req-720e1e8e-e5f5-49e8-ae48-44b87d735ea6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:44:47,916 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.160s 2022-07-20 19:44:47,917 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b9768c2b-38ca-49c4-acc5-b8370bba8fe8', 'x-compute-request-id': 'req-b9768c2b-38ca-49c4-acc5-b8370bba8fe8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:44:49,081 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.155s 2022-07-20 19:44:49,081 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:48 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bf27bb49-fa8b-4acf-a1c1-1e7ba847c90d', 'x-compute-request-id': 'req-bf27bb49-fa8b-4acf-a1c1-1e7ba847c90d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:44:50,249 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.159s 2022-07-20 19:44:50,249 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:50 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4417ae9-ca06-4ac5-8a5b-da6fb0e2fd73', 'x-compute-request-id': 'req-f4417ae9-ca06-4ac5-8a5b-da6fb0e2fd73', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:44:51,411 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.153s 2022-07-20 19:44:51,411 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:51 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-09ab9892-cf29-480b-be57-16a8890de706', 'x-compute-request-id': 'req-09ab9892-cf29-480b-be57-16a8890de706', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:44:52,574 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.155s 2022-07-20 19:44:52,575 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:52 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0024b323-8c81-4fe5-8542-60558b726f43', 'x-compute-request-id': 'req-0024b323-8c81-4fe5-8542-60558b726f43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:44:53,743 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.159s 2022-07-20 19:44:53,744 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:53 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b67edaa-7b64-4f64-8ffd-9ba635a1a960', 'x-compute-request-id': 'req-6b67edaa-7b64-4f64-8ffd-9ba635a1a960', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:44:54,904 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.153s 2022-07-20 19:44:54,904 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:54 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7d921c22-6a15-46a6-ad28-1940886bdf32', 'x-compute-request-id': 'req-7d921c22-6a15-46a6-ad28-1940886bdf32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:44:56,320 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.408s 2022-07-20 19:44:56,321 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:55 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4aa5e5c3-380b-4c88-82b1-6bda0c5d456a', 'x-compute-request-id': 'req-4aa5e5c3-380b-4c88-82b1-6bda0c5d456a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:44:57,497 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.167s 2022-07-20 19:44:57,497 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d23b100a-6c3c-49b2-afda-6895fb04fdd9', 'x-compute-request-id': 'req-d23b100a-6c3c-49b2-afda-6895fb04fdd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:44:58,664 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.158s 2022-07-20 19:44:58,665 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-afa315b5-dad1-4493-a447-b2f974ca832e', 'x-compute-request-id': 'req-afa315b5-dad1-4493-a447-b2f974ca832e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:44:59,833 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.158s 2022-07-20 19:44:59,833 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:44:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-88bca35e-8334-438a-a093-64383d1a8a48', 'x-compute-request-id': 'req-88bca35e-8334-438a-a093-64383d1a8a48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:45:01,001 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.160s 2022-07-20 19:45:01,002 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:45:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-70e1b516-464f-44f6-98e5-465f217e5ad0', 'x-compute-request-id': 'req-70e1b516-464f-44f6-98e5-465f217e5ad0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:45:02,171 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.161s 2022-07-20 19:45:02,171 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:45:02 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9064628a-a616-4ba4-8044-fa8a2b7f3ed0', 'x-compute-request-id': 'req-9064628a-a616-4ba4-8044-fa8a2b7f3ed0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:45:03,343 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.162s 2022-07-20 19:45:03,343 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:45:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ac58120-02c7-496c-9124-4173ccb4d4cf', 'x-compute-request-id': 'req-0ac58120-02c7-496c-9124-4173ccb4d4cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:45:04,511 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.159s 2022-07-20 19:45:04,512 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:45:04 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-96f7684a-5a02-42ea-9bb3-4c140874d6bb', 'x-compute-request-id': 'req-96f7684a-5a02-42ea-9bb3-4c140874d6bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:45:05,675 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.155s 2022-07-20 19:45:05,676 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:45:05 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fcd29126-8d2a-4d00-a4bf-428fde11a24c', 'x-compute-request-id': 'req-fcd29126-8d2a-4d00-a4bf-428fde11a24c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:45:06,851 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.166s 2022-07-20 19:45:06,851 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:45:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20630f60-2364-4367-a4dc-e7bad12f1e22', 'x-compute-request-id': 'req-20630f60-2364-4367-a4dc-e7bad12f1e22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:45:08,021 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e 0.161s 2022-07-20 19:45:08,021 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:45:07 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '1224', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-98b7310d-b549-46f6-bb65-191e8118b720', 'x-compute-request-id': 'req-98b7310d-b549-46f6-bb65-191e8118b720', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e'} Body: b'{"server": {"id": "0aee5176-53ab-4288-91da-4284ac2e443e", "name": "tempest-TestVolumeBootPattern-server-955100882", "status": "ACTIVE", "tenant_id": "8064950f9a1942149aa8d6c08c206850", "user_id": "8c67fe170c60476d88610d85f2528c52", "metadata": {}, "hostId": "9c2d092dac7405eb18c859319da2b6114e1371c4997210a297c4015c", "image": "", "flavor": {"id": "452", "links": [{"rel": "bookmark", "href": "http://10.222.0.69/compute/flavors/452"}]}, "created": "2022-07-20T19:29:13Z", "updated": "2022-07-20T19:39:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.222.0.69/compute/v2.1/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}, {"rel": "bookmark", "href": "http://10.222.0.69/compute/servers/0aee5176-53ab-4288-91da-4284ac2e443e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-TestVolumeBootPattern-495469876", "OS-SRV-USG:launched_at": "2022-07-20T19:29:42.000000", "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}]}}' 2022-07-20 19:46:08,089 118439 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc 2022-07-20 19:47:08,150 118439 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc 2022-07-20 19:48:08,211 118439 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc 2022-07-20 19:48:58,513 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 400 DELETE http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc 230.483s 2022-07-20 19:48:58,513 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:48:08 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '307', 'content-type': 'application/json', 'x-compute-request-id': 'req-0b0921a9-8808-4a78-84db-a612786c24b9', 'x-openstack-request-id': 'req-0b0921a9-8808-4a78-84db-a612786c24b9', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc'} Body: b'{"badRequest": {"code": 400, "message": "Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer."}}' 2022-07-20 19:48:58,600 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc 0.085s 2022-07-20 19:48:58,601 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:48:58 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28b6a1e3-b3d1-4526-9e48-3cd4eed17735', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28b6a1e3-b3d1-4526-9e48-3cd4eed17735', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc'} Body: b'{"volume": {"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:29.000000", "updated_at": "2022-07-20T19:29:24.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1438932332", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}], "user_id": "8c67fe170c60476d88610d85f2528c52", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "attachment_id": "748c714a-b004-4f57-be6b-fb68d88cff2d", "volume_id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "server_id": "0aee5176-53ab-4288-91da-4284ac2e443e", "host_name": null, "device": "/dev/sda", "attached_at": "2022-07-20T19:29:24.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "59575804-e013-4dec-af24-b6c2dbbce73a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8064950f9a1942149aa8d6c08c206850"}}' 2022-07-20 19:49:10,926 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc 11.317s 2022-07-20 19:49:10,926 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:48:59 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b84f7312-6617-4633-ad57-4987db14d6c5', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b84f7312-6617-4633-ad57-4987db14d6c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc'} Body: b'{"volume": {"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:29.000000", "updated_at": "2022-07-20T19:29:24.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1438932332", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}], "user_id": "8c67fe170c60476d88610d85f2528c52", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "attachment_id": "748c714a-b004-4f57-be6b-fb68d88cff2d", "volume_id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "server_id": "0aee5176-53ab-4288-91da-4284ac2e443e", "host_name": null, "device": "/dev/sda", "attached_at": "2022-07-20T19:29:24.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "59575804-e013-4dec-af24-b6c2dbbce73a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8064950f9a1942149aa8d6c08c206850"}}' 2022-07-20 19:50:11,988 118439 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc 2022-07-20 19:50:59,192 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc 107.258s 2022-07-20 19:50:59,192 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:50:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b091dcc-d04f-4277-ba71-c3639a99ec45', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b091dcc-d04f-4277-ba71-c3639a99ec45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc'} Body: b'{"volume": {"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:29.000000", "updated_at": "2022-07-20T19:29:24.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1438932332", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}], "user_id": "8c67fe170c60476d88610d85f2528c52", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "attachment_id": "748c714a-b004-4f57-be6b-fb68d88cff2d", "volume_id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "server_id": "0aee5176-53ab-4288-91da-4284ac2e443e", "host_name": null, "device": "/dev/sda", "attached_at": "2022-07-20T19:29:24.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "59575804-e013-4dec-af24-b6c2dbbce73a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8064950f9a1942149aa8d6c08c206850"}}' 2022-07-20 19:51:11,624 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc 11.424s 2022-07-20 19:51:11,625 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:51:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36941516-deef-4b14-aacc-1622ef787f67', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36941516-deef-4b14-aacc-1622ef787f67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc'} Body: b'{"volume": {"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:29.000000", "updated_at": "2022-07-20T19:29:24.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1438932332", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}], "user_id": "8c67fe170c60476d88610d85f2528c52", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "attachment_id": "748c714a-b004-4f57-be6b-fb68d88cff2d", "volume_id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "server_id": "0aee5176-53ab-4288-91da-4284ac2e443e", "host_name": null, "device": "/dev/sda", "attached_at": "2022-07-20T19:29:24.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "59575804-e013-4dec-af24-b6c2dbbce73a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8064950f9a1942149aa8d6c08c206850"}}' 2022-07-20 19:52:12,684 118439 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc 2022-07-20 19:52:59,356 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc 106.722s 2022-07-20 19:52:59,356 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:52:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69dc2e8d-5768-43de-8a8f-12a5653719bc', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69dc2e8d-5768-43de-8a8f-12a5653719bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc'} Body: b'{"volume": {"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:29.000000", "updated_at": "2022-07-20T19:29:24.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1438932332", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}], "user_id": "8c67fe170c60476d88610d85f2528c52", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "attachment_id": "748c714a-b004-4f57-be6b-fb68d88cff2d", "volume_id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "server_id": "0aee5176-53ab-4288-91da-4284ac2e443e", "host_name": null, "device": "/dev/sda", "attached_at": "2022-07-20T19:29:24.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "59575804-e013-4dec-af24-b6c2dbbce73a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8064950f9a1942149aa8d6c08c206850"}}' 2022-07-20 19:53:11,735 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc 11.371s 2022-07-20 19:53:11,736 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:53:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c302b89e-77c0-45d2-a708-52f9ac0acaa6', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c302b89e-77c0-45d2-a708-52f9ac0acaa6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc'} Body: b'{"volume": {"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:29.000000", "updated_at": "2022-07-20T19:29:24.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1438932332", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}], "user_id": "8c67fe170c60476d88610d85f2528c52", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "attachment_id": "748c714a-b004-4f57-be6b-fb68d88cff2d", "volume_id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "server_id": "0aee5176-53ab-4288-91da-4284ac2e443e", "host_name": null, "device": "/dev/sda", "attached_at": "2022-07-20T19:29:24.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "59575804-e013-4dec-af24-b6c2dbbce73a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8064950f9a1942149aa8d6c08c206850"}}' 2022-07-20 19:54:12,800 118439 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc 2022-07-20 19:54:59,828 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 200 GET http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc 107.084s 2022-07-20 19:54:59,828 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:54:12 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84d72ff7-8f95-41a3-b090-bb1aa326e92f', 'content-length': '1661', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84d72ff7-8f95-41a3-b090-bb1aa326e92f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc'} Body: b'{"volume": {"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "status": "in-use", "size": 1, "availability_zone": "nova", "created_at": "2022-07-20T19:28:29.000000", "updated_at": "2022-07-20T19:29:24.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1438932332", "description": null, "volume_type": "__DEFAULT__", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.222.0.69/volume/v3/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}, {"rel": "bookmark", "href": "http://10.222.0.69/volume/8064950f9a1942149aa8d6c08c206850/volumes/ff75a2d7-4681-43f2-81be-d09c75cdd3fc"}], "user_id": "8c67fe170c60476d88610d85f2528c52", "bootable": "true", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [{"id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "attachment_id": "748c714a-b004-4f57-be6b-fb68d88cff2d", "volume_id": "ff75a2d7-4681-43f2-81be-d09c75cdd3fc", "server_id": "0aee5176-53ab-4288-91da-4284ac2e443e", "host_name": null, "device": "/dev/sda", "attached_at": "2022-07-20T19:29:24.000000"}], "volume_image_metadata": {"signature_verified": "False", "hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/ubuntu-16", "owner_specified.openstack.sha256": "", "image_id": "59575804-e013-4dec-af24-b6c2dbbce73a", "image_name": "ubuntu-16", "checksum": "318f990048c8a194829e52141534610d", "container_format": "bare", "disk_format": "vhdx", "min_disk": "0", "min_ram": "0", "size": "645922816"}, "os-vol-tenant-attr:tenant_id": "8064950f9a1942149aa8d6c08c206850"}}' 2022-07-20 19:54:59,992 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.222.0.69:9696/v2.0/security-groups/58e08c3c-cb83-4451-beff-d5ef5c35647b 0.157s 2022-07-20 19:54:59,992 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-b6f84ece-cd99-4dfa-9351-3ae3e19bc9ab', 'content-length': '0', 'date': 'Wed, 20 Jul 2022 19:54:59 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.69:9696/v2.0/security-groups/58e08c3c-cb83-4451-beff-d5ef5c35647b'} Body: b'' 2022-07-20 19:56:00,053 118439 WARNING [urllib3.connectionpool] Retrying (Retry(total=9, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-495469876 2022-07-20 19:57:00,111 118439 WARNING [urllib3.connectionpool] Retrying (Retry(total=8, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-495469876 2022-07-20 19:58:00,159 118439 WARNING [urllib3.connectionpool] Retrying (Retry(total=7, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-495469876 2022-07-20 19:59:00,217 118439 WARNING [urllib3.connectionpool] Retrying (Retry(total=6, connect=None, read=None, redirect=5, status=None)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool(host='10.222.0.69', port=80): Read timed out. (read timeout=60)")': /compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-495469876 2022-07-20 19:59:01,929 118439 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 DELETE http://10.222.0.69/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-495469876 241.936s 2022-07-20 19:59:01,929 118439 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Wed, 20 Jul 2022 19:59:00 GMT', 'server': 'Apache/2.4.41 (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': '145', 'x-openstack-request-id': 'req-cd743e93-1ad5-46aa-90ba-042743235460', 'x-compute-request-id': 'req-cd743e93-1ad5-46aa-90ba-042743235460', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.69/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-495469876'} Body: b'{"itemNotFound": {"code": 404, "message": "Keypair tempest-TestVolumeBootPattern-495469876 not found for user 8c67fe170c60476d88610d85f2528c52"}}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/waiters.py", line 146, in wait_for_server_termination raise lib_exc.TimeoutException tempest.lib.exceptions.TimeoutException: Request timed out Details: None }}} traceback-2: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/lib/services/volume/v3/volumes_client.py", line 141, in delete_volume resp, body = self.delete(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 330, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/services/volume/base_client.py", line 39, in request resp, resp_body = super(BaseClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 831, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Invalid volume: Volume status must be available or error or error_restoring or error_extending or error_managing and must not be migrating, attached, belong to a group, have snapshots, awaiting a transfer, or be disassociated from snapshots after volume transfer.'} }}} traceback-3: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 937, in wait_for_resource_deletion raise exceptions.TimeoutException(message) tempest.lib.exceptions.TimeoutException: Request timed out Details: (TestVolumeBootPattern:_run_cleanups) Failed to delete volume ff75a2d7-4681-43f2-81be-d09c75cdd3fc within the required time (360 s). Timer started at 1658346538. Timer ended at 1658346899. Waited for 361 s. }}} traceback-4: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/services/compute/keypairs_client.py", line 115, in delete_keypair resp, body = self.delete(url) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 330, 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 720, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 826, in _error_checker raise exceptions.NotFound(resp_body, resp=resp) tempest.lib.exceptions.NotFound: Object not found Details: {'code': 404, 'message': 'Keypair tempest-TestVolumeBootPattern-495469876 not found for user 8c67fe170c60476d88610d85f2528c52'} }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 88, in test_volume_boot_pattern self._delete_server(instance_1st) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 36, in _delete_server waiters.wait_for_server_termination(self.servers_client, server['id']) File "/opt/stack/tempest/tempest/common/waiters.py", line 146, in wait_for_server_termination raise lib_exc.TimeoutException tempest.lib.exceptions.TimeoutException: Request timed out Details: None |
||||||
setUpClass (tempest.api.compute.volumes.test_attach_volume | 1 | 0 | 0 | 0 | 1 | Detail | |
AttachVolumeMultiAttachTest) |
skip
pt9.1: setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest) |
||||||
setUpClass (tempest.api.volume.admin.test_multi_backend | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeMultiBackendTest) |
skip
pt10.1: setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest) |
||||||
setUpClass (tempest.api.volume.admin.test_volume_retype | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumeRetypeWithMigrationTest) |
skip
pt11.1: setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest) |
||||||
setUpClass (tempest.api.volume.admin.test_volumes_backup | 1 | 0 | 0 | 0 | 1 | Detail | |
VolumesBackupsAdminTest) |
skip
pt12.1: setUpClass (tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest) |
||||||
setUpClass (tempest.api.volume.test_volumes_backup | 2 | 0 | 0 | 0 | 2 | Detail | |
VolumesBackupsV39Test) |
skip
pt13.1: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test) |
||||||
VolumesBackupsTest) |
skip
pt13.2: setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest) |
||||||
setUpClass (tempest.scenario.test_encrypted_cinder_volumes | 1 | 0 | 0 | 0 | 1 | Detail | |
TestEncryptedCinderVolumes) |
skip
pt14.1: setUpClass (tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes) |
||||||
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
pt15.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.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
pt16.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
pt16.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
pt16.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
pt17.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
pt18.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
pt19.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
pt19.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
pt19.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
pt19.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
pt19.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
pt19.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
pt20.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
pt20.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
pt20.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
pt20.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
pt20.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
pt20.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
pt20.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
pt20.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
pt21.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
pt21.2: tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend[id-3750af44-5ea2-4cd4-bc3e-56e7e6caf854] |
||||||
tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest | 1 | 0 | 0 | 0 | 1 | Detail | |
test_extend_attached_encrypted_volume_luksv1[compute,id-e93243ec-7c37-4b5b-a099-ebf052c13216] |
skip
pt22.1: tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest.test_extend_attached_encrypted_volume_luksv1[compute,id-e93243ec-7c37-4b5b-a099-ebf052c13216] |
||||||
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
pt23.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
pt23.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
pt23.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
pt24.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
pt25.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
pt26.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
pt26.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
pt27.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
pt27.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
pt28.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
pt29.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
pt30.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
pt30.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
pt30.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
pt30.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
pt30.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
pt30.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
pt30.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
pt31.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
pt31.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
pt31.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
pt31.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
pt31.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
pt31.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
pt32.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
pt32.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 | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_hosts[id-d5f3efa2-6684-4190-9ced-1c2f526352ad] |
pass
pt33.1: tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts[id-d5f3efa2-6684-4190-9ced-1c2f526352ad] |
||||||
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
pt34.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
pt34.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
pt35.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
pt35.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
pt36.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
pt36.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
pt36.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
pt36.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
pt36.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
pt36.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
pt36.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
pt37.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
pt37.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
pt37.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
pt38.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
pt39.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
pt39.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
pt39.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
pt39.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
pt39.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
pt40.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
pt40.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
pt40.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
pt40.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
pt40.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
pt41.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
pt41.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
pt42.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
pt42.2: tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list[id-5220eb28-a435-43ce-baaf-ed46f0e95159] |
||||||
tempest.api.volume.admin.test_volume_types.VolumeTypesTest | 5 | 5 | 0 | 0 | 0 | Detail | |
test_volume_crud_with_volume_type_and_extra_specs[id-c03cc62c-f4e9-4623-91ec-64ce2f9c1260] |
pass
pt43.1: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs[id-c03cc62c-f4e9-4623-91ec-64ce2f9c1260] |
||||||
test_volume_type_create_get_delete[id-4e955c3b-49db-4515-9590-0c99f8e471ad] |
pass
pt43.2: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete[id-4e955c3b-49db-4515-9590-0c99f8e471ad] |
||||||
test_volume_type_encryption_create_get_update_delete[id-7830abd0-ff99-4793-a265-405684a54d46] |
pass
pt43.3: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete[id-7830abd0-ff99-4793-a265-405684a54d46] |
||||||
test_volume_type_list[id-9d9b28e3-1b2e-4483-a2cc-24aa0ea1de54] |
pass
pt43.4: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list[id-9d9b28e3-1b2e-4483-a2cc-24aa0ea1de54] |
||||||
test_volume_type_update[id-cf9f07c6-db9e-4462-a243-5933ad65e9c8] |
pass
pt43.5: tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update[id-cf9f07c6-db9e-4462-a243-5933ad65e9c8] |
||||||
tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest | 3 | 3 | 0 | 0 | 0 | Detail | |
test_volume_type_extra_spec_create_get_delete[id-d4772798-601f-408a-b2a5-29e8a59d1220] |
pass
pt44.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
pt44.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
pt44.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
pt45.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
pt45.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
pt45.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
pt45.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
pt45.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
pt45.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
pt45.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
pt45.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
pt45.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
pt45.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
pt45.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
pt45.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
pt46.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
pt46.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
pt46.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
pt46.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
pt46.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
pt46.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 | 5 | 5 | 0 | 0 | 0 | Detail | |
test_volume_force_delete_when_volume_is_attaching[id-db8d607a-aa2e-4beb-b51d-d4005c232011] |
pass
pt47.1: 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
pt47.2: 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
pt47.3: 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
pt47.4: 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
pt47.5: 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
pt48.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
pt49.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
pt50.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
pt51.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
pt52.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
pt52.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
pt53.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
pt53.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
pt54.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
pt55.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
pt55.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
pt56.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
pt56.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
pt57.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
pt57.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
pt58.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
pt58.2: tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer[id-af4a5b97-0859-4f31-aa3c-85b05bb63322] |
||||||
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
pt59.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
pt59.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
pt59.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
pt59.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
pt59.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
pt59.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 | 2 | 2 | 0 | 0 | 0 | Detail | |
test_create_from_bootable_volume[id-cbbcd7c6-5a6c-481a-97ac-ca55ab715d16,image] |
pass
pt60.1: tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume[id-cbbcd7c6-5a6c-481a-97ac-ca55ab715d16,image] |
||||||
test_create_from_volume[id-9adae371-a257-43a5-9555-dc7c88e66e0e] |
pass
pt60.2: tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume[id-9adae371-a257-43a5-9555-dc7c88e66e0e] |
||||||
tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_from_volume_decreasing_size[id-9adae371-a257-43a5-459a-dc7c88e66e0e,negative] |
pass
pt61.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
pt62.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
pt62.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
pt63.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
pt63.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
pt63.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
pt64.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt65.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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
pt66.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_negative.VolumesSnapshotNegativeTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_snapshot_with_nonexistent_volume_id[id-e3e466af-70ab-4f4b-a967-ab04e3532ea7,negative] |
pass
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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
pt67.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_minimum_basic.TestMinimumBasicScenario | 1 | 1 | 0 | 0 | 0 | Detail | |
test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,volume] |
pass
pt68.1: tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,volume] |
||||||
Total | 222 | 205 | 8 | 0 | 9 |